I’m building a Rust project on an x86_64 host using cross for the aarch64-unknown-linux-gnu target. One of the dependencies, libgssapi, generates Rust bindings from C headers at build time. These ...
The goal of this tutorial is to show a simple example on how to generate ptx from the llvm ir and how to write the IR itself to access cuda features. For the sake of demonstration a language frontend ...