-
# Summary
I am compiling the getting_started example from oneDNN:
https://github.com/oneapi-src/oneAPI-samples/tree/master/Libraries/oneDNN/getting_started
But I get an error during compilati…
-
# Summary
Enabling examples causes compilation failures when using AdaptiveCpp.
# Version
oneMKL 231aee3372a3812f854931e16fec974090061aaf (tip on 05.06.2024).
# Environment
AdaptiveCpp …
-
Due to interest expressed by ECP application users in trying the RAJA SYCL back-end, we deploy features in development in RAJA releases as they become ready. For the initial release (v0.14.0 -- we are…
-
Currently I am trying to compile one of my c++ project, already using a third part header-only library that requires the boost library.
I am using **hipSYCL-nightly-centos-7-omp-cuda-20210516-a6f82c6…
-
The ROCm (and to some extend CUDA) alpaka backends add a noticeable amount to the time it takes to build some packages.
For users that do not care about running on (AMD) GPUs, we could speed up the…
-
As reported by @irudkin in #23 users compiling the project with oneAPI Base Toolkit 2023.0.0 and the corresponding SYCL CUDA backend plugin may run into some release-specific compilation issues. Namel…
-
The following errors occur when trying to set clang-cl.exe instead of cl.exe as host compiler:
```
[1/39] Building CXX object source\CMakeFiles\ze_loader.dir\lib\ze_libapi.cpp.obj
FAILED: source/CM…
-
I installed hipSYCL per the documentation to support CPUs and my Nvidia GPU through the cuda-nvcxx compilation path. I successfully installed the Nvidia HPC SDK and all the other requirements. The fol…
-
This is probably wrong...
```
pic-sycl.cc:
"pic-sycl.cc", line 129: error: a type qualifier is not allowed
void finish_distribution(const uint64_t n, particle_t p[const n])
…
-
Actually the SYCL specification does not allow to remove dead/unreachable kernels at least because of free functions such as `get_kernel_bundle` (which could be called indirectly from another translat…