llvm icon indicating copy to clipboard operation
llvm copied to clipboard

[SYCL][CUDA] Make `piextKernelSetArgMemObj` throwing an exception

Open pgorlani opened this issue 3 years ago • 0 comments

This patch makes cuda_piextKernelSetArgMemObj throwing an exception instead of std::terminate.

This allows to continue the SYCL-CTS execution in case of tests using unsupported channel types, see https://github.com/intel/llvm/issues/2119#issuecomment-1201548912.

pgorlani avatar Aug 03 '22 13:08 pgorlani