-
Notifications
You must be signed in to change notification settings - Fork 35
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
PoCL + LLVM16 + Patched SPIR-V Translator Tool Failures #414
Comments
The above set of tests should now work on the latest PoCL rev. Are the texture tests supposed to work, have they worked at some point? I recall the texture implementation is not complete. |
I'll try that today
yes, these are new failures. Either way, compiler crash is not desired. |
The texture tests are failing for Intel CPU as well, @pjaaskel |
PoCL update resolved these:
|
PoCL crashes the compiler:
While Intel CPU segfaults:
|
Most likely related to: KhronosGroup/SPIRV-LLVM-Translator#2008. |
Is the source of this error likely the same for both Intel and PoCL? Do I need to do anything else in regards to this ticket? |
This might have to do with a SPIRV-Translator issue we today observed with LLVM 16-produced IR related to images and samplers (related to the opaque pointers transition). pocl/pocl#1232 KhronosGroup/SPIRV-LLVM-Translator#2008 |
Dropped from Milestone 1.0: resolution depends on external issue. |
These two types of failures now observed on the CI machine. These tests pass on Intel OpenCL
These tests fail for both PoCL OCL CPU and Intel Compute Runtime OCL CPU
784 - Unit_hipTextureFetch_vector (Failed)
785 - Unit_hipTextureObj2D_Check (Failed)
787 - Unit_hipCreateTextureObject_tex1DfetchVerification (Failed)
788 - Unit_hipTextureObj1DCheckModes (Failed)
789 - Unit_hipTextureObj2DCheckModes (Failed)
The text was updated successfully, but these errors were encountered: