[mlir][nvvm][NFC] Fix typo in TargetAttr (#144159)
This commit is contained in:
committed by
GitHub
parent
0ff95c9eb1
commit
951ea8b681
@@ -3835,7 +3835,7 @@ def NVVM_DotAccumulate2WayOp : NVVM_Op<"dot.accumulate.2way"> {
|
||||
// NVVM target attribute.
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
def NVVM_TargettAttr : NVVM_Attr<"NVVMTarget", "target",
|
||||
def NVVM_TargetAttr : NVVM_Attr<"NVVMTarget", "target",
|
||||
[DeclareAttrInterfaceMethods<GPUTargetAttrVerifyInterface>]> {
|
||||
let description = [{
|
||||
GPU target attribute for controlling compilation of NVIDIA targets. All
|
||||
|
||||
Reference in New Issue
Block a user