-
A quick look at the code suggests that cross-compiling SYCL apps isn't currently possible. Is there any plan to add support? x86->ARM would be particularly interesting.
-
### Describe the bug
It appears that `icpx` is able to detect unused accessors only when they are created with `buffer.get_access(...)`. For example, creating them with `sycl::accessor{buffer, ...}` …
-
Per [SYCL 2020 4.12.2 (Defining kernels as lambda functions)](https://registry.khronos.org/SYCL/specs/sycl-2020/html/sycl-2020.html#sec:interfaces.kernels.as.lambdas), a C++ lambda can be used as a SY…
-
# Background
We are upstreaming for Intel GPU ([[RFC] Intel GPU Upstreaming · Issue #114723 · pytorch/pytorch (github.com)](https://github.com/pytorch/pytorch/issues/114723)). For the first step, tar…
-
I previously posted about 1 issue related to static default policies in the oneapi/dpl headers, which setting the environment variable `ONEDPL_USE_PREDEFINED_POLICIES 0` fixed.
I have now obtained…
-
### Describe the bug
[Section 4.17.3](https://registry.khronos.org/SYCL/specs/sycl-2020/html/sycl-2020.html#sec:algorithms) of SYCL 2020 says:
> All algorithms are supported for the fundamental sc…
-
# 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…
-
The example stated in `sycl/doc/GettingStartedAlveo.md`:
- sw_emu:
It compiles and runs (indefinitely?) while displaying
```
EXE: /home/rkeryell/sycl_workspace/llvm/sycl/test/xocc_tests/disa…
-
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…
-
# Summary
Enabling examples causes compilation failures when using AdaptiveCpp.
# Version
oneMKL 231aee3372a3812f854931e16fec974090061aaf (tip on 05.06.2024).
# Environment
AdaptiveCpp …