You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UR CUDA ERROR:
Value: 1
Name: CUDA_ERROR_INVALID_VALUE
Description: invalid argument
Function: urEnqueueKernelLaunch
Source Location: sycl_workspace/llvm/sycl/plugins/unified_runtime/ur/adapters/cuda/enqueue.cpp:418
terminate called after throwing an instance of 'sycl::_V1::runtime_error'
what(): Native API failed. Native API returns: -30 (PI_ERROR_INVALID_VALUE) -30 (PI_ERROR_INVALID_VALUE)
Aborted (core dumped)
Has anyone encountered a similar runtime error during the execution of migrated sycl code on NVIDIA as the backend? what could be the cause of the error?