Skip to content

Commit 6a3928a

Browse files
clementvalgithub-actions[bot]
authored andcommitted
Automerge: [mlir][nvvm][NFC] Fix typo in TargetAttr (#144159)
2 parents fdb100a + 951ea8b commit 6a3928a

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)