tracel-llvm

Crates.iotracel-llvm
lib.rstracel-llvm
version20.1.4-6
created_at2025-09-19 10:54:55.540482+00
updated_at2026-01-13 16:03:12.944339+00
descriptionRust bindings for LLVM libraries used by CubeCL.
homepage
repositoryhttps://github.com/tracel-ai/tracel-llvm/tree/main/crates/tracel-llvm
max_upload_size
id1846274
size55,423
Nathaniel Simard (nathanielsimard)

documentation

README

Tracel LLVM

The purpose of this repository is to provide an interface to MLIR from Rust for the CubeCL backend and support only one version at a time that is bundled automatically at compilation.

Publish a new release

  1. Update the LLVM version and release number if file .

  2. Creates the bindgins with cargo xtask bindgen and commit the new bindings to the repository.

  3. Dispatch the workflow Release manually.

  4. The workflow will create a new release named v{LLVM_TAG}-{RELEASE_NUMBER}.

Note: Currently the workflow does not build the MacOS archive. It must be built manually by executing cargo xtask bundle build at the root of the repository. It will create an archive at .llvm/macos-AArch64.tar.xz. Edit the GitHub release and upload this archive to it manually.

  1. Then trigger the workflow Publish to publish the crates on crates.io.

Third-Party Acknowledgments

This workspace incorporates code from the following external repositories. Each retains its original license and copyright notices, as detailed in the COPYRIGHT file:

Please refer to the COPYRIGHT file for full license texts and copyright information.

Commit count: 160

cargo fmt