SYCL exception thrown while running on Intel(R) Data Center GPU Max 1100 #624
-
Hello All, I am trying to run a simple dot product program (pasted below
The program runs fine on a NVIDIA A100 and AMD Radeon RX 7900 GRE . It also runs fine if I set the 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, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 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.
@Rbiessy We contacted Intel for a separate issue about their GPU debuggers and that led us redo the drivers from scratch which seemed to solve this issue too.
Thank you for your assistance with this matter.