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 Aug 26, 2024
1 parent 494f55c commit b2de88f
Show file tree
Hide file tree
Showing 2 changed files with 3 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
2 changes: 2 additions & 0 deletions python/src/ir.cc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include "mlir/Dialect/Index/IR/IndexDialect.h"
#include "mlir/Dialect/Index/IR/IndexOps.h"
#include "mlir/Dialect/LLVMIR/LLVMDialect.h"
#include "mlir/Dialect/LLVMIR/Transforms/InlinerInterfaceImpl.h"
#include "mlir/IR/Builders.h"
#include "mlir/IR/BuiltinOps.h"
#include "mlir/IR/Diagnostics.h"
Expand Down Expand Up @@ -224,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);
context.appendDialectRegistry(registry);
Expand Down

0 comments on commit b2de88f

Please sign in to comment.