tracel-llvm

Crates.iotracel-llvm
lib.rstracel-llvm
version20.1.4-5
created_at2025-09-19 10:54:55.540482+00
updated_at2025-09-25 05:48:49.547705+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
size57,859
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

Dispatch the workflow Release manually by providing it with the LLVM tag and release number.

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 the script ./build_llvm.sh 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.

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: 95

cargo fmt