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.
#nvvm.target
1 parent dd2a159 commit 11291e2Copy full SHA for 11291e2
mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
@@ -3300,7 +3300,7 @@ def NVVM_Tcgen05StOp : NVVM_Op<"tcgen05.st"> {
3300
// NVVM target attribute.
3301
//===----------------------------------------------------------------------===//
3302
3303
-def NVVM_TargettAttr : NVVM_Attr<"NVVMTarget", "target"> {
+def NVVM_TargetAttr : NVVM_Attr<"NVVMTarget", "target"> {
3304
let description = [{
3305
GPU target attribute for controlling compilation of NVIDIA targets. All
3306
parameters decay into default values if not present.
0 commit comments