Skip to content

Commit b730243

Browse files
committed
Fix build
Signed-off-by: Sidorov, Dmitry <[email protected]>
1 parent 6c21505 commit b730243

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/SPIRV/libSPIRV/SPIRVEnum.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,6 @@ template <> inline void SPIRVMap<SPIRVCapabilityKind, SPIRVCapVec>::init() {
202202
{CapabilitySubgroupAvcMotionEstimationIntraINTEL});
203203
ADD_VEC_INIT(internal::CapabilityJointMatrixWIInstructionsINTEL,
204204
{internal::CapabilityJointMatrixINTEL});
205-
ADD_VEC_INIT(JointMatrixTF32ComponentTypeINTEL, {JointMatrixINTEL});
206-
ADD_VEC_INIT(JointMatrixBF16ComponentTypeINTEL, {JointMatrixINTEL});
207-
ADD_VEC_INIT(JointMatrixPackedInt2ComponentTypeINTEL, {JointMatrixINTEL});
208-
ADD_VEC_INIT(JointMatrixPackedInt4ComponentTypeINTEL, {JointMatrixINTEL});
209205
ADD_VEC_INIT(internal::CapabilityJointMatrixTF32ComponentTypeINTEL,
210206
{internal::CapabilityJointMatrixINTEL});
211207
ADD_VEC_INIT(internal::CapabilityJointMatrixBF16ComponentTypeINTEL,

0 commit comments

Comments
 (0)