Home
last modified time | relevance | path

Searched refs:operandBitwidth (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/NVGPU/IR/
H A DNVGPUDialect.cpp138 int operandBitwidth = aType.getIntOrFloatBitWidth(); in verify() local
139 shapeK = 128 / operandBitwidth; // 128b wide shapeK in verify()
140 numElementA = 32 / operandBitwidth; // 32b wide operand A in verify()
141 numElementB = 32 / operandBitwidth; // 32b wide operand B in verify()