Closed
Description
Running the updated example
https://github.com/zjin-lcf/HeCBench/tree/master/reverse-sycl
on an Nvidia/AMD GPU causes segfault. This is not reproducible on an Intel GPU.
To reproduce:
make CUDA=yes CUDA_ARCH=sm_60 run
gdb shows the source of the error:
Thread 1 "main" received signal SIGSEGV, Segmentation fault.
0x00007ffff71437a0 in cl::sycl::detail::pi::emitFunctionWithArgsBeginTrace(unsigned int, char const*, unsigned char*, _pi_plugin)
Thanks