Skip to content

Commit c3b494c

Browse files
authored
Update free_function_kernel.cpp
1 parent 805b00f commit c3b494c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/WorkGroupMemory/free_function_kernel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ void test(size_t SIZE, size_t WGSIZE, bool UseHelper) {
5858
}
5959

6060
// The following ifndef is required due to a number of limitations of free
61-
// function kernels
61+
// function kernels. See CMPLRLLVM-61498.
6262
// TODO: Remove it once these limitations are no longer there.
6363
#ifndef __SYCL_DEVICE_ONLY__
6464

0 commit comments

Comments
 (0)