Skip to content

Commit 951ea8b

Browse files
authored
[mlir][nvvm][NFC] Fix typo in TargetAttr (#144159)
1 parent 0ff95c9 commit 951ea8b

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
@@ -3835,7 +3835,7 @@ def NVVM_DotAccumulate2WayOp : NVVM_Op<"dot.accumulate.2way"> {
38353835
// NVVM target attribute.
38363836
//===----------------------------------------------------------------------===//
38373837

3838-
def NVVM_TargettAttr : NVVM_Attr<"NVVMTarget", "target",
3838+
def NVVM_TargetAttr : NVVM_Attr<"NVVMTarget", "target",
38393839
[DeclareAttrInterfaceMethods<GPUTargetAttrVerifyInterface>]> {
38403840
let description = [{
38413841
GPU target attribute for controlling compilation of NVIDIA targets. All

0 commit comments

Comments
 (0)