SYCL exception thrown while running on Intel(R) Data Center GPU Max 1100 #624
Replies: 1 comment 2 replies
-
Hello @sidarth-narayanan-csi, thank you for the question. Can you confirm, is there no more errors after the message "Build program log for..."? Do you need AOT compilation? oneMath does not compile many SYCL kernels but setting I am able to build and run a single binary of your sample on both Nvidia A100 and Intel PVC using the same compilation flags without
You likely don't need to enable all the domains though. |
Beta Was this translation helpful? Give feedback.
-
Hello All,
I am trying to run a simple dot product program (pasted below
onemath_dot.cpp
) using oneMath on Intel and NVIDIA GPUs. I run into the following error during the same.The program runs fine on a NVIDIA A100 and AMD Radeon RX 7900 GRE . It also runs fine if I set the
ONEAPI_DEVICE_SELECTOR=opencl:cpu
and I did enable MKLCPU and MKLGPU backends while buidling oneMath (v0.6).Here is the cmake command used:
Here are some information about the build and run environment:
Here is the program:
Here is the compile command used:
Any help on this matter is highly appreciated.
Please let me know if more details are needed.
Thanks & Regards,
Sidarth Narayanan
Software Development Engineer - HPC Group
Convergent Science Inc
[email protected]
Beta Was this translation helpful? Give feedback.
All reactions