Searched refs:operandBitwidth (Results 1 – 2 of 2) sorted by relevance
190 int operandBitwidth = aType.getIntOrFloatBitWidth(); in verifyMmaSyncOp() local 191 shapeK = 128 / operandBitwidth; // 128b wide shapeK in verifyMmaSyncOp() 193 numElementA = 32 / operandBitwidth; // 32b wide operand A in verifyMmaSyncOp() 194 numElementB = 32 / operandBitwidth; // 32b wide operand B in verifyMmaSyncOp()
112 int32_t operandBitwidth = dyn_cast<ComplexType>(operandType) in verify() local118 if (operandBitwidth != resultBitwidth) { in verify()