Add option to enable tests on OpenCL devices#283
Add option to enable tests on OpenCL devices#283Rbiessy wants to merge 1 commit intouxlfoundation:developfrom Rbiessy:dev/enable_opencl
Conversation
We are working on adding support for a wider range of devices. In that context it makes sense to allow testing on more devices.
|
Log running the tests on OpenCL devices: log_onemkl_opencl_cpu_gpu.txt I could not get the lapack tests passing using the Level Zero drivers so I'm not sure the failures seen here are relevant. |
|
@Rbiessy Could you please add more clarification/motivation for this change? What specific devices are you talking about? The default backend for oneAPI is level_zero, hence we should be promoting level_zero usage. There are also discussions about dropping opencl backend support from oneMKL product, so, this PR kind of conflicts with that. |
|
@mmeterel I was thinking of devices we support in SYCL-BLAS or other Codeplay projects like R-Car, PowerVR or Mali GPUs. |
Yes, I think level_zero should be our main focus, unless there is a strong request from users. |
We are working on adding support for a wider range of devices. In that context it makes sense to allow testing on more devices.
Description
Please include a summary of the change. Please also include relevant
motivation and context. See
contribution guidelines
for more details. If the change fixes an issue not documented in the project's
Github issue tracker, please document all steps necessary to reproduce it.
Fixes # (GitHub issue)
Checklist
All Submissions
New interfaces
it was accepted? # (RFC)
New features
Bug fixes
GitHub issue or in this PR)?