We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ff95c9 commit 951ea8bCopy full SHA for 951ea8b
mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
@@ -3835,7 +3835,7 @@ def NVVM_DotAccumulate2WayOp : NVVM_Op<"dot.accumulate.2way"> {
3835
// NVVM target attribute.
3836
//===----------------------------------------------------------------------===//
3837
3838
-def NVVM_TargettAttr : NVVM_Attr<"NVVMTarget", "target",
+def NVVM_TargetAttr : NVVM_Attr<"NVVMTarget", "target",
3839
[DeclareAttrInterfaceMethods<GPUTargetAttrVerifyInterface>]> {
3840
let description = [{
3841
GPU target attribute for controlling compilation of NVIDIA targets. All
0 commit comments