-
Notifications
You must be signed in to change notification settings - Fork 787
[SYCL] Separate opencl specific event constructs in the lit test. #2396
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
Conversation
Signed-off-by: rbegam <[email protected]>
Signed-off-by: rbegam <[email protected]>
The change looks good to me, but CI failure is concerning. @romanovvlad, @vladimirlaz, any idea about the root cause of this failure?
|
No ideas. |
the failure unrelated to the change as it affects only LIT and different test has failed. |
The XFAIL condition there is wrong. See 6d34b95#r42033961. |
SPIR-V arrays can have their length specified via a specialization constant. In case an `alloca` instruction uses a specialization constant `s` as length, generate an array variable of length `s`. Signed-off-by: Victor Perez <[email protected]> Original commit: KhronosGroup/SPIRV-LLVM-Translator@9fdddf081365a1b
[L0] Add nullopt check before init results access
Signed-off-by: rbegam [email protected]