mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 20:25:34 -05:00
- Docker image to build wheels for linux_x86_64 CPython 3.[8,9,10] with GLIBC >= 2.24 - Specify which Python to use in Makefile - Fix cmake build to handle when libpython isn't available (cmake>3.18)
4 lines
106 B
Python
4 lines
106 B
Python
"""Zamalang python module"""
|
|
from mlir._mlir_libs._zamalang import *
|
|
from .compiler import CompilerEngine
|