Closed PatKamin closed 6 months ago
Hi @PatKamin, I'm not 100% sure what you are trying to do. There is the standalone simple.cl
kernel which you compile with clang, and some SYCL-looking workload.
Can you share a minimal reproducer?
Hi, I'm closing this issue as while preparing a minimal reproducer I've found that the bug is related to other repo, not igc.
I have a simple app which builds a program from a kernel compiled with a SPIR-V triple. Here are the commands I've used to compile the kernel:
The app is built with clang and the Undefined Behavior sanitizer enabled. During the run I get the following error when creating a module:
Intel Graphics Compiler: igc-1.0.16238.4 Compute Runtime: 24.09.28717.12 (with all dependencies having versions as described here) GPU: Intel Arc A750 How often does it reproduce? 100% of the time
If you need more information, please let me know.