Skip to content

Commit

Permalink
[BACKEND] Update LLVM version to llvm/llvm-project@7f7f4fe (triton-la…
Browse files Browse the repository at this point in the history
  • Loading branch information
karupayun authored and chsigg committed Sep 11, 2024
1 parent ebb5452 commit a2b592f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/llvm-hash.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1115dee248e68a155001ac3712a189299d104863
7f7f4feaf07dd3bb4b22d0c25d34b6c99c753aa2
1 change: 1 addition & 0 deletions python/src/ir.cc
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ void init_triton_ir(py::module &&m) {
math::MathDialect, arith::ArithDialect, index::IndexDialect,
scf::SCFDialect, ::mlir::gpu::GPUDialect,
cf::ControlFlowDialect, LLVM::LLVMDialect>();
mlir::LLVM::registerInlinerInterface(registry);
registerBuiltinDialectTranslation(registry);
registerLLVMDialectTranslation(registry);
mlir::LLVM::registerInlinerInterface(registry);
Expand Down

0 comments on commit a2b592f

Please sign in to comment.