Bartosz Soból
Bartosz Soból
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{10000};`...
I get the following error when compiling against CUDA ``` 0. Program arguments: /usr/lib/llvm-11/bin/clang -cc1 -triple nvptx64-nvidia-cuda -aux-triple x86_64-pc-linux-gnu -S -disable-free -disable-llvm-verifier -discard-value-names -main-file-name PndFtsTrLineZOXY_SYCL.cpp -mrelocation-model static -mframe-pointer=all -fno-rounding-math -fno-verbose-asm...
Hello, I have hipSYCL compiled against Clang 10, ROCm 3.8.0, and boost 1.71 on Ubuntu 20.04 with Radeon RX470 (gfx803) I get an error: > Memory access fault by GPU...
I'm running some simple test with recent`unified/next` and have encountered what's described below. Last time I run those tests was about a year ago and, as far as I remember,...