[NVPTX] NFC: Remove unused template arg '_'
authorCullen Rhodes <cullen.rhodes@arm.com>
Mon, 13 Sep 2021 09:45:36 +0000 (09:45 +0000)
committerCullen Rhodes <cullen.rhodes@arm.com>
Mon, 13 Sep 2021 10:09:08 +0000 (10:09 +0000)
Identified in D109359.

Reviewed By: tra

Differential Revision: https://reviews.llvm.org/D109602

llvm/include/llvm/IR/IntrinsicsNVVM.td

index 6676303..36b155b 100644 (file)
@@ -314,7 +314,7 @@ class LDMATRIX_OPS<list<string> Geom, list<string> Frags, list<string> Types> {
 
 // Creates list of valid combinations of fragments. This is the master list that
 // drives generation of corresponding intrinsics and instructions.
-class NVVM_MMA_OPS<int _ = 0> {
+class NVVM_MMA_OPS {
   list<list<WMMA_REGS>> tf32_wmma_ops = MMA_OPS<
             ["m16n16k8"],
             ["tf32"], [], ["f32"], []>.ret;