-
Notifications
You must be signed in to change notification settings - Fork 130
Conversation
Signed-off-by: jinge90 <[email protected]>
/verify with intel/llvm#7732 |
Hi, @pvchupin [2022-12-21T01:55:54.907Z] terminate called after throwing an instance of 'sycl::_V1::runtime_error' [2022-12-21T01:55:54.907Z] what(): No device of requested type available. -1 (PI_ERROR_DEVICE_NOT_FOUND) |
There's some overlap here with https://github.com/intel/llvm-test-suite/blob/intel/SYCL/BFloat16/bfloat16_builtins.cpp, where fmin and fmax are also tested. The test was written when only the cuda backend was supported, but should now pass for all backends with the generic impls. Would it make sense to coalesce these two test files into a single file and enable it for all backends? |
I didn't realize that we have already had tests, it makes sense to coalesce these 2 test, I will do it soon. |
@jinge90 Thanks a lot! Do you prefer to get this PR merged and do coalescing in a separate PR? Or do you prefer to do coalescing in this PR? |
Hi, @againull |
This PR is test for intel/llvm#7732