The NVVM dialect test coverage for all possible type/shape combinations
in the nvvm.mma.sync op is mostly complete. However, there were tests
missing for TF32 datatype support. This change adds tests for the one
relevant shape/type combination. This uncovered a small bug in the op
verifier, which this change also fixes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Fix type in test name: 'nvvm_mma_m16n8k4_f64_f64' should have been 'nvvm_mma_m16n8k4_tf32_f32'