-
Notifications
You must be signed in to change notification settings - Fork 798
Closed
Labels
cudaCUDA back-endCUDA back-end
Description
https://github.com/jeffhammond/dpcpp-tutorial/blob/master/saxpy-usm.cc
Debugging the above program shows the following:
Thread 1 "a.out" received signal SIGFPE, Arithmetic exception.
0x00007ffff62eae0b in cuda_piextUSMSharedAlloc () from /home/cc/sycl_workspace/build/install/lib/libpi_cuda.so
(gdb) bt
#0 0x00007ffff62eae0b in cuda_piextUSMSharedAlloc () from /home/cc/sycl_workspace/build/install/lib/libpi_cuda.so
#1 0x00007ffff72002cb in cl::sycl::detail::usm::alignedAlloc(unsigned long, unsigned long, cl::sycl::context const&, cl::sycl::device const&, cl::sycl::usm::alloc) () from /home/cc/sycl_workspace/build/install/lib/libsycl.so
#2 0x00000000004027ee in main ()
jeffhammond
Metadata
Metadata
Assignees
Labels
cudaCUDA back-endCUDA back-end