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

rust-ml/autodiff-examples

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

No releases published

Packages

No packages published