mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 12:15:09 -05:00
feat(python): compiler api with round_trip func
This commit is contained in:
committed by
Quentin Bourgerie
parent
4e6579e019
commit
30d33ee45f
@@ -1,4 +1,5 @@
|
||||
#include "DialectModules.h"
|
||||
#include "CompilerAPIModule.h"
|
||||
|
||||
#include "mlir-c/Bindings/Python/Interop.h"
|
||||
#include "mlir-c/Registration.h"
|
||||
@@ -32,4 +33,7 @@ PYBIND11_MODULE(_zamalang, m) {
|
||||
|
||||
py::module hlfhe = m.def_submodule("_hlfhe", "HLFHE API");
|
||||
zamalang::python::populateDialectHLFHESubmodule(hlfhe);
|
||||
|
||||
py::module api = m.def_submodule("_compiler", "Compiler API");
|
||||
zamalang::python::populateCompilerAPISubmodule(api);
|
||||
}
|
||||
Reference in New Issue
Block a user