[BACKEND] Add backend support of arith::AddIOp, arith::AddFOp, GetProgramIdOp & GEPOp and bugfix for SplatOp, StoreOp, FuncOp (#60)

Add backend support of arith::AddIOp, arith::AddFOp, GetProgramIdOp, GEPOp and bugfix for SplatOp, StoreOp, FuncOp

Co-authored-by: gzhu <gzhu@nvidia.com>
This commit is contained in:
goostavz
2022-08-18 20:46:45 +08:00
committed by GitHub
parent b1673caaf6
commit fc58250a06
9 changed files with 270 additions and 122 deletions

View File

@@ -197,6 +197,7 @@ target_link_libraries(triton
MLIRSupport
MLIRTargetLLVMIRExport
MLIRExecutionEngine
MLIRNVVMToLLVMIRTranslation
)
target_link_options(triton PRIVATE ${LLVM_LDFLAGS})