#mlir #llvm #api

sys mlir-sys

Rust bindings to the MLIR C API

5 releases

0.1.4 Sep 24, 2022
0.1.3 Sep 22, 2022
0.1.2 Jul 12, 2022
0.1.1 Jul 9, 2022
0.1.0 Nov 16, 2021
Download history 11/week @ 2022-11-27 13/week @ 2022-12-04 16/week @ 2022-12-11 26/week @ 2022-12-18 16/week @ 2022-12-25 10/week @ 2023-01-01 14/week @ 2023-01-08 4/week @ 2023-01-15 8/week @ 2023-01-22 30/week @ 2023-01-29 13/week @ 2023-02-05 27/week @ 2023-02-12 17/week @ 2023-02-19 7/week @ 2023-02-26 63/week @ 2023-03-05 3/week @ 2023-03-12

90 downloads per month
Used in melior

Custom license

7KB
169 lines

mlir-sys

GitHub Action Crate License

Rust bindings to the MLIR C API.

Install

cargo add mlir-sys

This crate searches an llvm-config command on build and uses it to determine build configurations related to LLVM and MLIR. You can also use a MLIR_SYS_150_PREFIX environment variable to specify a custom directory of LLVM installation.

License

MIT

Dependencies

~0–1.5MB
~32K SLoC