Skip to main content

Crate lift_export

Crate lift_export 

Source
Expand description

LIFT Export: Backend code generators for LIFT compiler framework.

Provides exporters to LLVM IR (for GPU/CPU compilation), OpenQASM 3.0 (for quantum hardware execution on IBM, Rigetti, IonQ, etc.), and ONNX (for neural network interchange with PyTorch, TensorFlow, TensorRT, etc.).

Re-exports§

pub use llvm::LlvmExporter;
pub use onnx::OnnxExportError;
pub use onnx::OnnxExporter;
pub use qasm_export::QasmExporter;

Modules§

llvm
onnx
qasm_export