mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
fix(compiler): Generate and include autogenerated dialect definitions (#52)
* fix(compiler): Generate and include autogenerated dialect definitions Since commit 485cc55edfb875628e19bb6d9de4706af2865d3e in llvm-project, dialects are now required to include a file with autogenerated definitions. This commit generates the definition files and includes them in appropriate dialect source files for MidLFHE and HLFHE. * CI: update docker image ref Co-authored-by: Andi Drebes <andi.drebes@zama.ai> Co-authored-by: Ayoub Benaissa <ayoub.benaissa@zama.ai>
This commit is contained in:
4
.github/workflows/conformance.yml
vendored
4
.github/workflows/conformance.yml
vendored
@@ -24,6 +24,6 @@ jobs:
|
||||
- name: Build and test compiler
|
||||
uses: addnab/docker-run-action@v3
|
||||
with:
|
||||
image: qbozama/mlir:b2f48cc
|
||||
image: qbozama/mlir:cc9283
|
||||
options: -v ${{ github.workspace }}:/workspace
|
||||
run: cd /workspace/compiler && mkdir build && cmake -B build . -DLLVM_DIR=$LLVM_PROJECT/build/lib/cmake/llvm -DMLIR_DIR=$LLVM_PROJECT/build/lib/cmake/mlir && make -C build/ zamacompiler && make test
|
||||
run: cd /workspace/compiler && mkdir build && cmake -B build . -DLLVM_DIR=$LLVM_PROJECT/build/lib/cmake/llvm -DMLIR_DIR=$LLVM_PROJECT/build/lib/cmake/mlir && make -C build/ zamacompiler && make test
|
||||
|
||||
Reference in New Issue
Block a user