-
**Bug summary**
SYCL program fails to link with `-fsanitize=undefined` when using a CUDA or HIP backend, `omp.accelerated` works OK.
**To Reproduce**
```
> cat acpp_sigsegv.cpp
#include
#…
-
# Prerequisites
Please answer the following questions for yourself before submitting an issue.
- [x] I am running the latest code. Development is very rapid so there are no tagged versions as of…
-
Thanks for your work on hipSYCL, it's a cool piece of tech.
I know that I added a version and relaxed the cuda dependency (to get support for `sm_86`). So feel free to close this as a "unsupported…
-
Continuing my 'port ordinary single threaded code to SYCL with minimal effort before doing any optimisations' project I encountered another issue.
I have a buffer of a kind `sycl::buffer buffer{100…
gogo2 updated
3 years ago
-
### 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…
-
Hi,
I am trying to compile the tensorflow source with opencl 'syscl' flag. I got the following error:
```
In file included from :0:0:
./bazel-out/local_linux-py3-opt/bin/tensorflow/core/kernel…
-
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 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…
-
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:…
-
Support 1 GPU/rank in MHP model, using SYCL. See https://github.com/oneapi-src/distributed-ranges/blob/old-mpi-model/include/dr/algorithms/sycl_algorithms.hpp for a way it can be done. Need to unify w…