Skip to content

Commit

Permalink
Update include/cute/arch/copy_xe.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-goli authored Apr 26, 2024
1 parent 2dc33e9 commit 208c513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cute/arch/copy_xe.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ namespace cute
#ifdef __SYCL_DEVICE_ONLY__
#define SYCL_DEVICE_BUILTIN(x) SYCL_EXTERNAL extern "C" x
#else
#define SYCL_DEVICE_BUILTIN(x) \
#define SYCL_DEVICE_BUILTIN(x) \
inline x { assert(false); }
#endif

Expand Down

0 comments on commit 208c513

Please sign in to comment.