Skip to content
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

Enable locality test #247

Merged
merged 3 commits into from
Jan 17, 2024
Merged

Enable locality test #247

merged 3 commits into from
Jan 17, 2024

Conversation

alexbaden
Copy link
Contributor

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, resets the CI cache, and then simply removes the XPU skip from test_locality. Once the genx branch has been updated I will pop the tmp commit and rebase.

Closes #154

scripts/compile-triton.sh Outdated Show resolved Hide resolved
GENX fix is required to replace the unsupported opencl function call
@alexbaden alexbaden force-pushed the alex/enable_test_locality branch from fa1f53b to c80e386 Compare January 17, 2024 21:07
@alexbaden alexbaden marked this pull request as ready for review January 17, 2024 21:07
@alexbaden alexbaden requested a review from etiotto January 17, 2024 21:08
@alexbaden alexbaden merged commit 0fd910e into llvm-target Jan 17, 2024
3 checks passed
@alexbaden alexbaden deleted the alex/enable_test_locality branch January 17, 2024 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants