-
Notifications
You must be signed in to change notification settings - Fork 46
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
[test_locality]: Fails to run correctly on PVC GPU. #154
Comments
The problem is an unresolved function:
The OpenCL function Coming out of the MLIR pipeline in Triton we have several external, mangled (opencl?) functions. If I dump the IR from the IGC shader compilation pipeline, those mangled functions gradually disappear - except for IGC Before Unification Passes:
IGC After Unification Pass(es)
|
Enables the locality test by using an IGC intrinsic instead of an OpenCL function for `get_global_size`. IGC does not appear to support the OpenCL function `get_global_size`, and SPIRV builtins are not currently an option. This PR uses intel/llvm#12383 and then simply removes the XPU skip from `test_locality`. Closes #154
Closing because PR #247 is merged in. |
The end-to-end core test
test_locality
fails to run correctly on a PVC GPU. We need to investigate the cause of the functional problem(s).The text was updated successfully, but these errors were encountered: