-
Notifications
You must be signed in to change notification settings - Fork 745
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SYCL][CUDA] Reduction ext unsupported #1641
[SYCL][CUDA] Reduction ext unsupported #1641
Conversation
I have one question and 1 comment:
In the lines: |
If these tests are not working due to the bugs rather than unsupported features than we should probably disable them using XFAIL instead of UNSUPPORTED. |
|
Intel reduce algorithm is not a standard or "basic" SYCL feature. We are implementing SYCL 1.2.1 features first.
Atomic should be there once we finish the work on builtins. |
The reduction extension is not yet supported by CUDA. Mark LIT tests as unsupported. Signed-off-by: Bjoern Knafla <bjoern@codeplay.com>
Good call to document why the tests are unsupported. It is due to OpenCL 2.x alike work-group builtins which the CUDA implementation is not supporting yet. I will add the description to the tests. |
1f53af0
to
f1f3f6a
Compare
…xmethods * origin/sycl: [SYCL][CUDA] Reduction ext unsupported (intel#1641) [SYCL][NFC] Simplifying contribution guidelines (intel#1644)
…_docs * origin/sycl: [SYCL] Fix xmethod script deployment (intel#1645) [SYCL] Support scalar accessor in handler::copy(acc,ptr) and copy(ptr,acc) (intel#1634) [SYCL][CUDA] Reduction ext unsupported (intel#1641) [SYCL][NFC] Simplifying contribution guidelines (intel#1644)
The reduction extension is not yet supported by CUDA. Mark LIT tests as
unsupported.
Signed-off-by: Bjoern Knafla bjoern@codeplay.com