Skip to content
This repository was archived by the owner on Feb 24, 2023. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository serves as an introduction on how to use Enzyme as a Rust user.

For the meantime, we will also use it to verify some layouts, before we move them into the propper Rust compiler test folders.

A certain example x.rs in the examples folder can be executed using

cargo clean && cargo +enzyme run --release --example X -Z unstable-options --config 'lto="fat"'

For the sin.rs example this equates to

cargo clean && cargo +enzyme run --release --example sin -Z unstable-options --config 'lto="fat"'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors