Skip to content

Files

Latest commit

b9e932b · Apr 20, 2024

History

History
This branch is 2 commits ahead of, 30 commits behind lshqqytiger/ZLUDA:master.

zluda_rtc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 20, 2024
Feb 20, 2024
Feb 20, 2024
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