Intel® oneAPI DPC++/C++ Compiler
Talk to fellow users of Intel® oneAPI DPC++/C++ Compiler and companion tools like Intel® oneAPI DPC++ Library, Intel® DPC++ Compatibility Tool, and Intel® Distribution for GDB*
675 Discussions

internal compiler error, abnormal program termination

-Light-
Novice
339 Views

Hello,

I recently ported a CUDA project to DPC++ using oneAPI. The project runs successfully on both the integrated GPU Intel(R) UHD Graphics 770 and Inte1(R)Arc(TM)A370M Graphics, but when running on Intel(R) UHD Graphics 630, it encounters an error: "internal compiler error, abnormal program termination".

Does this mean that the Intel(R) UHD Graphics 630 does not support SYCL?

Thank you for your assistance.

Best regards,

-Light-

0 Kudos
1 Solution
Sravani_K_Intel
Moderator
306 Views

Intel(R) UHD Graphics 630 is found in 9th generation Intel processors which are no longer supported by the Intel(r) oneAPI DPC++/C++ compiler for SYCL offload. Starting with 2023.0 release, only UHD Graphics for 11th generation Intel processors or newer are supported https://www.intel.com/content/www/us/en/developer/articles/system-requirements/intel-oneapi-dpcpp-system-requirements.html

View solution in original post

0 Kudos
1 Reply
Sravani_K_Intel
Moderator
307 Views

Intel(R) UHD Graphics 630 is found in 9th generation Intel processors which are no longer supported by the Intel(r) oneAPI DPC++/C++ compiler for SYCL offload. Starting with 2023.0 release, only UHD Graphics for 11th generation Intel processors or newer are supported https://www.intel.com/content/www/us/en/developer/articles/system-requirements/intel-oneapi-dpcpp-system-requirements.html

0 Kudos
Reply