cornell-zhang / hcl-dialect

HeteroCL-MLIR dialect for accelerator design
https://cornell-zhang.github.io/heterocl/index.html
Other
37 stars 15 forks source link

[LLVM] Bump LLVM to 18.x #191

Closed chhzh123 closed 1 year ago

chhzh123 commented 1 year ago

This PR upgrades the LLVM version to llvmorg-18-init, which provides more facilities for MLIR tensor and linalg dialects. Since we bump 3 major versions, many internal APIs have been changed. This PR has already set up the new docker file and passed all the test cases. Should be ready to merge once the CI passes.