-
Notifications
You must be signed in to change notification settings - Fork 264
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
Headers support for new FPGAMemoryAttributesINTEL #384
Conversation
Implementation of three new FPGAMemoryAttributesINTEL: - StridesizeINTEL - WordsizeINTEL - TrueDualPortIntel Specification: https://github.com/KhronosGroup/SPIRV-Registry/blob/main/extensions/INTEL/SPV_INTEL_fpga_memory_attributes.asciidoc
be64882
to
0d4629f
Compare
Can you please add a test to test these changes? llvm-spirv/test/extensions/INTEL/SPV_INTEL_fpga_memory_attributes/global_var_decorations.ll
|
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.
See previous comment
@artemrad it's wrong repository, such tests (as well as the actual implementation) go to https://github.com/KhronosGroup/SPIRV-LLVM-Translator |
Apologies. I am new to SPIRV changes. @bwlodarcz please make sure that when you are adding the changes to |
Merging as discussed in the October 18th teleconference. |
Implementation of three new FPGAMemoryAttributesINTEL:
Specification: https://github.com/KhronosGroup/SPIRV-Registry/blob/main/extensions/INTEL/SPV_INTEL_fpga_memory_attributes.asciidoc