Bartosz Soból

Results 8 comments of Bartosz Soból

Clang is from `apt.llvm.org`. Hello world kernel compiles fine. As I can deduce from line 4 it crashes during compilation of my main kernel, which is quite complex and large...

Yes, it happened also on clang 10. I managed to figure out what part of my code caused the issue. I had a short buffer of

> Maybe your kernel is running for too long or you enqueue too many kernels? Maybe cuda-memcheck can also reveal more information. That was it, I've completely missed that this...

Yep, both branches give the same result. I'm not using USM. I'm not trying anything fancy until simplest Hello World vector addition works. With `0.8.2` binary package I had issues...

@illuhad I approached this issue the same way you suggested and it worked.

Hm, interesting, but why is it doing that? As far as I know buffer memory should be left uninitialized in this case. And why acccess mode changes clang's behavior? `Note...

You can use `--no-werror` parameter with `configure.py` to suppress this. That's what I do. I'm not a triSYCL/sycl dev, but I suppose they just don't care about this kind o...

> After some investigation I think it is an issue with the HLS backend. I filled an internal issue about it. But the SYCL implementation is not using the HLS...