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

Add support for offset load/store #2804

Merged
merged 11 commits into from
Dec 19, 2024
Prev Previous commit
Next Next commit
code clean up
  • Loading branch information
YixingZhang007 committed Dec 16, 2024
commit 183bd2d3e93be899a0c8e8bda44d99857e65c4b0
2 changes: 1 addition & 1 deletion lib/SPIRV/libSPIRV/SPIRVInstruction.h
Original file line number Diff line number Diff line change
Expand Up @@ -3744,7 +3744,7 @@ class SPIRVCooperativeMatrixOffsetInstructionsINTELInstBase

#define _SPIRV_OP(x, ...) \
typedef SPIRVInstTemplate< \
SPIRVCooperativeMatrixOffsetInstructionsINTELInstBase, \
SPIRVCooperativeMatrixOffsetInstructionsINTELInstBase, \
internal::Op##x##INTEL, __VA_ARGS__> \
SPIRV##x##INTEL;
_SPIRV_OP(CooperativeMatrixLoadOffset, true, 8, true, 6)
Expand Down