Skip to content

Commit 683faf0

Browse files
fwyzardAlexander Johnston
authored andcommitted
[SYCL][CUDA] Refactor __SYCL_INLINE macro
Synchronise the CUDA backend with the general SYCL changes from #1121. Signed-off-by: Andrea Bocci <andrea.bocci@cern.ch>
1 parent 45bdc16 commit 683faf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/include/CL/sycl/backend/cuda.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#include <CL/sycl/detail/defines.hpp>
1010

11-
__SYCL_INLINE namespace cl {
11+
__SYCL_INLINE_NAMESPACE(cl) {
1212
namespace sycl {
1313
namespace backend {
1414
namespace cuda {

0 commit comments

Comments
 (0)