Skip to content

Commit 0bf6ab2

Browse files
code clean up
1 parent a637bdc commit 0bf6ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SPIRV/libSPIRV/SPIRVInstruction.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3724,7 +3724,7 @@ class SPIRVJointMatrixOffsetInstructionsINTELInstBase
37243724

37253725
#define _SPIRV_OP(x, ...) \
37263726
typedef SPIRVInstTemplate< \
3727-
SPIRVJointMatrixOffsetInstructionsINTELInstBase, \
3727+
SPIRVJointMatrixOffsetInstructionsINTELInstBase, \
37283728
internal::Op##x##INTEL, __VA_ARGS__> \
37293729
SPIRV##x##INTEL;
37303730
_SPIRV_OP(CooperativeMatrixLoadOffset, true, 8, true, 6)

0 commit comments

Comments
 (0)