Skip to content

Commit 11291e2

Browse files
[mlir] NFC: fix typo in #nvvm.target Tablegen record name (#137621)
1 parent dd2a159 commit 11291e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3300,7 +3300,7 @@ def NVVM_Tcgen05StOp : NVVM_Op<"tcgen05.st"> {
33003300
// NVVM target attribute.
33013301
//===----------------------------------------------------------------------===//
33023302

3303-
def NVVM_TargettAttr : NVVM_Attr<"NVVMTarget", "target"> {
3303+
def NVVM_TargetAttr : NVVM_Attr<"NVVMTarget", "target"> {
33043304
let description = [{
33053305
GPU target attribute for controlling compilation of NVIDIA targets. All
33063306
parameters decay into default values if not present.

0 commit comments

Comments
 (0)