EnzymeAD / rust

A rust fork to work towards Enzyme integration
https://www.rust-lang.org
Other
67 stars 9 forks source link

generate XLA #172

Closed sycamoreoak closed 1 month ago

sycamoreoak commented 1 month ago

generate XLA, please!

ZuseZ4 commented 1 month ago

This project develops a Rust frontend for Enzyme. Developing an XLA backend for Rustc would be an independent work. Due to the high level nature of XLA it probably also wouldn't be able to reuse rustc_codegen_ssa and therefore be a larger effort than rustc_codegen_gcc and rustc_codegen_cranelift, which are already large projects. So this is out of scope here.