Skip to content

Files

Latest commit

d60bddb · Jan 10, 2025

History

History
This branch is 112 commits ahead of, 178 commits behind vosen/ZLUDA:master.

zluda

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 10, 2025
May 16, 2024
Jan 10, 2025
Feb 11, 2024
Feb 11, 2024
bindgen /usr/local/cuda/include/cuda.h -o cuda.rs --whitelist-function="^cu.*" --size_t-is-usize --default-enum-style=newtype --no-layout-tests --no-doc-comments --no-derive-debug --new-type-alias "^CUdevice$|^CUdeviceptr$"
sed -i -e 's/extern "C" {//g' -e 's/-> CUresult;/-> CUresult { impl_::unsupported()/g' -e 's/pub fn /#[no_mangle] pub extern "system" fn /g' cuda.rs
rustfmt cuda.rs