Skip to content

Commit

Permalink
Fix pre_commit
Browse files Browse the repository at this point in the history
Signed-off-by: Tiotto, Ettore <ettore.tiotto@intel.com>
  • Loading branch information
etiotto committed Jul 10, 2024
1 parent 5311573 commit 91ea3f1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ def TritonIntelGPU_Dialect : Dialect {
return ::llvm::StringLiteral("triton_gpu.target");
}

/// Get the name of the attribute used to indicate the LTS driver.
static ::llvm::StringLiteral getLTSAttrName() {
return ::llvm::StringLiteral("triton_gpu.is_lts");
/// Get the name of the attribute used to indicate the LTS driver.
static ::llvm::StringLiteral getLTSAttrName() {
return ::llvm::StringLiteral("triton_gpu.is_lts");
}
}];

Expand Down

0 comments on commit 91ea3f1

Please sign in to comment.