AdaptiveCpp / AdaptiveCpp

Implementation of SYCL and C++ standard parallelism for CPUs and GPUs from all vendors: The independent, community-driven compiler for C++-based heterogeneous programming models. Lets applications adapt themselves to all the hardware in the system - even at runtime!
https://adaptivecpp.github.io/
BSD 2-Clause "Simplified" License
1.33k stars 164 forks source link

More testing with complex software required #6

Open illuhad opened 5 years ago

illuhad commented 5 years ago

hipSYCL could use more testing. triSYCL contains a lot of tests, some of which may also be interesting test cases for hipSYCL. hipSYCL should also be tested with more complex pieces of software such as the sycl parallel STL or sycl blas.

keryell commented 5 years ago

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

illuhad commented 5 years ago

That would be awesome, looking forward to this! Thanks :)

illuhad commented 5 years ago

... hipSYCL can now compile & run SYCL parallel STL algorithms, more testing with the SYCL parallel STL is on the way.