Skip to content

Commit 3fbd371

Browse files
code clean up
1 parent 9d9615b commit 3fbd371

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

lib/SPIRV/libSPIRV/SPIRVInstruction.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3737,8 +3737,7 @@ class SPIRVCooperativeMatrixOffsetInstructionsINTELInstBase
37373737
return ExtensionID::SPV_INTEL_joint_matrix;
37383738
}
37393739
SPIRVCapVec getRequiredCapability() const override {
3740-
return getVec(
3741-
internal::CapabilityCooperativeMatrixOffsetInstructionsINTEL);
3740+
return getVec(internal::CapabilityCooperativeMatrixOffsetInstructionsINTEL);
37423741
}
37433742
};
37443743

lib/SPIRV/libSPIRV/SPIRVOpCodeEnumInternal.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ _SPIRV_OP_INTERNAL(CooperativeMatrixLoadCheckedINTEL,
2222
internal::OpCooperativeMatrixLoadCheckedINTEL)
2323
_SPIRV_OP_INTERNAL(CooperativeMatrixStoreCheckedINTEL,
2424
internal::OpCooperativeMatrixStoreCheckedINTEL)
25+
_SPIRV_OP_INTERNAL(CooperativeMatrixConstructCheckedINTEL,
26+
internal::OpCooperativeMatrixConstructCheckedINTEL)
2527
_SPIRV_OP_INTERNAL(CooperativeMatrixLoadOffsetINTEL,
2628
internal::OpCooperativeMatrixLoadOffsetINTEL)
2729
_SPIRV_OP_INTERNAL(CooperativeMatrixStoreOffsetINTEL,
2830
internal::OpCooperativeMatrixStoreOffsetINTEL)
29-
_SPIRV_OP_INTERNAL(CooperativeMatrixConstructCheckedINTEL,
30-
internal::OpCooperativeMatrixConstructCheckedINTEL)
3131
_SPIRV_OP_INTERNAL(CooperativeMatrixApplyFunctionINTEL,
3232
internal::OpCooperativeMatrixApplyFunctionINTEL)
3333
_SPIRV_OP_INTERNAL(ComplexFMulINTEL, internal::ComplexFMulINTEL)

0 commit comments

Comments
 (0)