ZLUDA/hiprtc-sys
2024-02-20 22:28:58 +09:00
..
src Implement runtime compiler. (nvrtc) 2024-02-20 22:28:58 +09:00
build.rs Implement runtime compiler. (nvrtc) 2024-02-20 22:28: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 $Env:HIP_PATH/include/hip/hiprtc.h -o src/hiprtc.rs --no-layout-tests --default-enum-style=newtype --no-derive-debug --allowlist-function "hiprtc.*" --must-use-type hiprtcResult_t -- -I$Env:HIP_PATH/include -D__HIP_PLATFORM_AMD__