-
I can't figure out how to test CUDA support on my system.
I generated a simple test file: `python3 -c 'import struct; import math; open("test.bin", "wb").write(struct.pack("
-
**Bug summary**
JIT compilation exits with error when compiling a kernel that calls `sycl::exclusive_scan_over_group`.
**To Reproduce**
Compile and run any kernel that calls `sycl::exclusive_scan…
-
Hi,
I have tried to install intel-xpu-backend-for-triton on several machines. But I am not able to get it installed and get it working. These are the following configurations that I have tried.
…
-
**Bug summary**
Acpp can be built without issue on Oracle A1 VPS (4-core Ampere Altra chip). However, the built-in tests for group functions all failed.
I saw this issue related to Arm: https://gith…
-
I am currently facing some troubles while getting the SYCL compiler to run on a cluster equipped with Alveo U200 FPGAs. The cluster is running CentOS; unfortunately all default system tools are so anc…
-
**Bug summary**
On a DGX system with 4 A100 :
Launching a basic SYCL kernel on the second GPU (order given by `.get_devices();`) create a crash with
```
terminate called after throwing an insta…
-
**Describe the bug**
This reproducer is created for enhancing the performance i.e., achieving higher bandwidth for the SYCL implementation of
Batch Normalization primitive on Nvidia.
This reprod…
-
Hello,
I am trying to follow your tutorial to build tensorflow with in branch dev/intel_gpu. Then I run one minimal testcases in tensorflow and it shows the following errors. Could you give me some…
-
In targets that hold a different address space for each of the 7 possible opencl address spaces, when running
[lifetime.cl](https://github.com/llvm/llvm-project/blob/f92fa7e2cf38341211af262b21c568be…
-
The specification says:
> This function may only be called from within a command.
...but it doesn't say what should happen if either function is called from outside of a command. An implementat…