[llvm] [SPIRV] Support for the extension SPV_EXT_image_raw10_raw12 (PR #160032)
Michal Paszkowski via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 30 18:46:58 PST 2025
================
@@ -163,7 +163,9 @@ static const std::map<std::string, SPIRV::Extension::Extension, std::less<>>
{"SPV_INTEL_kernel_attributes",
SPIRV::Extension::Extension::SPV_INTEL_kernel_attributes},
{"SPV_ALTERA_blocking_pipes",
- SPIRV::Extension::Extension::SPV_ALTERA_blocking_pipes}};
+ SPIRV::Extension::Extension::SPV_ALTERA_blocking_pipes},
+ {"SPV_EXT_image_raw10_raw12",
+ SPIRV::Extension::Extension::SPV_EXT_image_raw10_raw12}};
----------------
michalpaszkowski wrote:
The change LGTM. I will merge the PR so that there is no need to rebase it constantly. However, please also add the SPV_EXT_image_raw10_raw12 to SPIRVUsage file in a separate pull request.
https://github.com/llvm/llvm-project/pull/160032
More information about the llvm-commits
mailing list