ZLUDA/zluda_rtc
2024-04-21 00:32:58 +09:00
..
src Rewrite nvrtcVersion. 2024-04-21 00:32:58 +09:00
Cargo.toml Implement runtime compiler. (nvrtc) 2024-02-20 22:28:58 +09:00
README Implement runtime compiler. (nvrtc) 2024-02-20 22:28:58 +09:00

bindgen include/nvrtc.h -o src/nvrtc.rs --allowlist-function="^nvrtc.*" --default-enum-style=newtype --no-layout-tests --no-derive-debug -- -Iinclude
sed -i -e 's/extern "C" {//g' -e 's/-> nvrtcResult;/-> nvrtcResult { crate::unsupported()/g' -e 's/pub fn /#[no_mangle] pub extern "system" fn /g' src/nvrtc.rs
rustfmt src/nvrtc.rs