[Mlir-commits] [mlir] [mlir][nvvm][NFC] Fix typo in TargetAttr (PR #144159)
Valentin Clement バレンタイン クレメン
llvmlistbot at llvm.org
Fri Jun 13 13:42:26 PDT 2025
https://github.com/clementval created https://github.com/llvm/llvm-project/pull/144159
None
>From 553fe787841ccd7d262f0b2475a9260e3e09328d Mon Sep 17 00:00:00 2001
From: Valentin Clement <clementval at gmail.com>
Date: Fri, 13 Jun 2025 13:41:53 -0700
Subject: [PATCH] [mlir][nvvm][NFC] Fix typo in TargetAttr
---
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 026c1fae0eb89..2dd7ac29cfedd 100644
--- a/mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
+++ b/mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
@@ -3835,7 +3835,7 @@ def NVVM_DotAccumulate2WayOp : NVVM_Op<"dot.accumulate.2way"> {
// NVVM target attribute.
//===----------------------------------------------------------------------===//
-def NVVM_TargettAttr : NVVM_Attr<"NVVMTarget", "target",
+def NVVM_TargetAttr : NVVM_Attr<"NVVMTarget", "target",
[DeclareAttrInterfaceMethods<GPUTargetAttrVerifyInterface>]> {
let description = [{
GPU target attribute for controlling compilation of NVIDIA targets. All
More information about the Mlir-commits
mailing list