-
**Bug summary**
CUDA does not support libc++ on x86 officially. It seems the situation with HIP is the same, although there's no explicit check. And, from the looks of it, `generic` target does not…
-
Support for the classic Intel compilers (`icc` and `icpc`) was previously added in response to #136.
The next-generation compilers (`icx` and `icpx`) are currently not recognized by default, and it…
-
I have tried to run a very simple SYCL code that uses EIgen, but fails to compile with cuda backend.
Code is the following:
```#include
#include
int main() {
Eigen::Vector4d a = Eigen:…
-
Please, help to support dedicated `.sycl` file extension. This feature is needed to automate limiting dpc++ usage to sycl files in the projects which 1) are using non-dpc++ compiler (gcc, clang) for c…
-
# Summary
gemm_batch and possibly other batch methods do not allow `const Ts*` types for the `alpha` and `beta` scaling parameters. I believe this should be the case as it is documented within the on…
-
When compiling the SYCL toolchain with option `-DLLVM_LINK_LLVM_DYLIB:BOOL=ON` the compilation fails in the SPIRV tool chain:
```
cd $SYCL_HOME/build
cmake -DCMAKE_BUILD_TYPE=Release \
…
-
**Bug summary**
I developed a molecular dynamics engine using primarily HipSYCL. It's a fairly complex code. Lately I am running into a non-deterministic runtime bug
that manifests as several di…
-
**Bug Description**
Unable to run compiled CUDA backend target sample code. Running with SYCL_PI_TRACE=-1 shows the following load fail
SYCL_PI_TRACE[all]: Check if plugin is present. Failed to load…
-
### Describe the bug
Recently, with help from @fwyzard and Aurora (I don't know her GitHub username unfortunately... :frowning:), we did some experiments with building hybrid Intel+NVIDIA+AMD binarie…
-
### Describe the bug
The attached SYCL program [test.cc](https://github.com/user-attachments/files/16729928/test.cc.txt) builds and runs if compiled with `-O2`, but causes a compiler crash with `-O0`…