Skip to content

Commit 368c864

Browse files
authored
1 parent eb58b22 commit 368c864

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cmake/llvm-hash.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c08c6a71cfc536e22fb7ad733fb8181a9e84e62a
1+
7ba6768df8181bc270763333969d4a1d6cc2e160

python/src/ir.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ void init_triton_ir(py::module &&m) {
225225
math::MathDialect, arith::ArithDialect, index::IndexDialect,
226226
scf::SCFDialect, ::mlir::gpu::GPUDialect,
227227
cf::ControlFlowDialect, LLVM::LLVMDialect>();
228+
mlir::LLVM::registerInlinerInterface(registry);
228229
registerBuiltinDialectTranslation(registry);
229230
registerLLVMDialectTranslation(registry);
230231
mlir::LLVM::registerInlinerInterface(registry);

0 commit comments

Comments
 (0)