We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b06e1e9 commit d6f6a66Copy full SHA for d6f6a66
mlir/include/mlir/Dialect/SPIRV/IR/SPIRVArithmeticOps.td
@@ -24,8 +24,6 @@ class SPIRV_ArithmeticBinaryOp<string mnemonic, Type type,
24
SPIRV_BinaryOp<mnemonic, type, type,
25
!listconcat(traits,
26
[Pure, AllTypesMatch<["operand1", "operand2", "result"]>])> {
27
- // In addition to normal types arithmetic instructions can support cooperative
28
- // matrix.
29
let arguments = (ins
30
SPIRV_ScalarOrVectorOf<type>:$operand1,
31
SPIRV_ScalarOrVectorOf<type>:$operand2
0 commit comments