Ronan Keryell

Results 214 comments of Ronan Keryell

> You could run all 3 platforms on Github Actions Feel free to contribute, if you know how to do it. :-)

Now we have moved to Github Actions, it is possible to make progress on this.

What is the current status of this? We are just discussing something similar in https://github.com/intel/llvm/pull/78#discussion_r274738232

If you are not using hierarchical parallelism, by default SYCL assumes that you might have some barriers in the work-group, which means, to support this with OpenMP and a plain...

The plan is to open-source the Khronos SYCL CTS (conformance test suite). So it should provide more code to do some testing.

According to https://clang.llvm.org/cxx_status.html Clang 6 supports C++17 so I agree it is probably an STL problem. While I am compassionate about supporting old environments, triSYCL is also a research prototype...

Ongoing work in https://github.com/triSYCL/triSYCL/pull/168

Yes, this is a known problem of some old `boost::compute` with recent compilers https://github.com/boostorg/compute/issues/778 My plan is to move the CI of triSYCL on Ubuntu 20.04 to avoid some bugs...

I have noticed on my U50 that I cannot pass the test with more than 4KiB. Can you try with adding `--run dma --param dma:block-size:4096`?

In my opinion, this incompatibility should be fixed. :-)