[Mlir-commits] [mlir] [mlir] NFC: fix typo in `#nvvm.target` Tablegen record name (PR #137621)
Christopher Bate
llvmlistbot at llvm.org
Mon Apr 28 05:14:57 PDT 2025
https://github.com/christopherbate created https://github.com/llvm/llvm-project/pull/137621
None
>From 278e81c3320355c07e9b7e25013384db92313267 Mon Sep 17 00:00:00 2001
From: Christopher Bate <cbate at nvidia.com>
Date: Mon, 28 Apr 2025 12:03:45 +0000
Subject: [PATCH] [mlir] NFC: fix typo in `#nvvm.target` Tablegen record name
---
mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td b/mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
index 2e63998537048..27d54e7abeda9 100644
--- a/mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
+++ b/mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
@@ -3300,7 +3300,7 @@ def NVVM_Tcgen05StOp : NVVM_Op<"tcgen05.st"> {
// NVVM target attribute.
//===----------------------------------------------------------------------===//
-def NVVM_TargettAttr : NVVM_Attr<"NVVMTarget", "target"> {
+def NVVM_TargetAttr : NVVM_Attr<"NVVMTarget", "target"> {
let description = [{
GPU target attribute for controlling compilation of NVIDIA targets. All
parameters decay into default values if not present.
More information about the Mlir-commits
mailing list