We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f640e40 commit fa563c2Copy full SHA for fa563c2
sycl/test/syclcompat/launch/launch_inlining.cpp
@@ -34,7 +34,7 @@ namespace sycl_intel_exp = sycl::ext::intel::experimental;
34
static constexpr int LOCAL_MEM_SIZE = 1024;
35
36
template <typename T>
37
-T dummy_fn(T input){
+__syclcompat_inline__ T dummy_fn(T input){
38
return -input;
39
}
40
0 commit comments