Skip to content

Commit 671bea8

Browse files
authored
Add comment regarding the limitations of free function kernels
1 parent adb2331 commit 671bea8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sycl/test-e2e/WorkGroupMemory/reduction_free_function.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ void sum(sycl::ext::oneapi::experimental::work_group_memory<T[]> mem, T *buf,
7272
}
7373

7474
// Explicit instantiations for the relevant data types.
75+
// These are needed because free function kernel support is not fully
76+
// implemented yet.
77+
// TODO: Remove these once free function kernel support is fully there.
7578
#define SUM(T) \
7679
template void sum<T>( \
7780
sycl::ext::oneapi::experimental::work_group_memory<T[]> mem, T * buf, \

0 commit comments

Comments
 (0)