ZLUDA/zluda_sparse
Seunghoon Lee d7714d84c0
Add support of ROCm 6. (#27)
* Add support of ROCm 6.1.2 for Windows.

* Fix CI.

* Use llvm.sqrt.f64.
2024-07-13 13:47:35 +09:00
..
src Add support of ROCm 6. (#27) 2024-07-13 13:47:35 +09:00
Cargo.toml Add support of cuBLAS, cuSPARSE for Windows. 2024-02-15 06:54:21 +09:00
README Nobody expects the Red Team 2024-02-11 20:45:51 +01:00

bindgen /usr/local/cuda-11/targets/x86_64-linux/include/cusparse_v2.h -o src/cusparse11.rs --allowlist-function="^cusparse.*" --default-enum-style=newtype --no-layout-tests --no-derive-debug -- -I/usr/local/cuda-11/targets/x86_64-linux/include
sed -i -e 's/extern "C" {//g' -e 's/-> cusparseStatus_t;/-> cusparseStatus_t { crate::unsupported()/g' -e 's/pub fn /#[no_mangle] pub extern "system" fn /g' src/cusparse.rs