-
Notifications
You must be signed in to change notification settings - Fork 221
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
Support sycl_ext_oneapi_prefetch #2189
Conversation
SYCL part: intel/llvm#11458 intel/llvm#11597 Handle new properties and decorate prefetch's arg.
Should the testcase be in test/extensions/SPV_INTEL_cache_controls/? |
test/decorate-prefetch-w-cache-controls-sycl-spir64-unknown-unknown.ll
Outdated
Show resolved
Hide resolved
test/extensions/INTEL/SPV_INTEL_cache_controls/decorate-prefetch-w-cache-controls.ll
Show resolved
Hide resolved
test/extensions/INTEL/SPV_INTEL_cache_controls/decorate-prefetch-w-cache-controls.ll
Show resolved
Hide resolved
test/extensions/INTEL/SPV_INTEL_cache_controls/decorate-prefetch-w-cache-controls.ll
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
test/extensions/INTEL/SPV_INTEL_cache_controls/decorate-prefetch-w-cache-controls.ll
Outdated
Show resolved
Hide resolved
test/extensions/INTEL/SPV_INTEL_cache_controls/decorate-prefetch-w-cache-controls.ll
Show resolved
Hide resolved
…ch-w-cache-controls.ll Co-authored-by: Dmitry Sidorov <dmitry.sidorov@intel.com>
@MrSidims may we merge it now? |
@KornevNikita Can this PR add support for Load and Store? While you need only Load for prefetch, a PR in progress (#11584) will need support for both. Might as well add it now. |
Hi @rdeodhar, but the PR is already merged, WDYM? BTW as I see intel/llvm#11584 doesn't use llvm.ptr.annotation intrinsics to generate spirv decorations. It uses spirv.Decorations metadata. The support for these things is already added by #2140, so it requires no additional work for 11584. Am I getting something wrong? |
SYCL part: intel/llvm#11458
intel/llvm#11597
Handle new properties and decorate prefetch's arg.