Crates.io | enzyme |
lib.rs | enzyme |
version | 0.4.0 |
source | src |
created_at | 2018-12-26 19:13:23.204587 |
updated_at | 2021-12-26 01:21:56.56638 |
description | A helper crate to simplify experimenting with Enzyme. |
homepage | https://github.com/rust-ml/enzyme_build |
repository | https://github.com/rust-ml/enzyme_build |
max_upload_size | |
id | 103929 |
size | 45,400 |
This repository will build enzyme/llvm/clang/rustc in the right configuration such that you can use it in combination with oxide-enzyme.
Build LLVM, the Rust toolchain and Enzyme with
cargo install enzyme && enzyme-install
Depending on your CPU this might take a few hours.
The build process will run enzyme tests, so your last output should look similar to these lines:
Testing Time: 0.63s
Passed : 299
Expectedly Failed: 5
Dual-licensed to be compatible with the Rust project.
Licensed under the Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 or the MIT license http://opensource.org/licenses/MIT, at your option. This file may not be copied, modified, or distributed except according to those terms.