Hi! Thank you for this great library.
I am wondering how we could build without a GPU available (such as in GitHub Actions)? I found CUDA_COMPUTE_CAP in the source code, and we are targeting a T4 GPU, so setting that to 75 should be correct and seems to have worked. However, I still hit this and panic:
|
let max_nvcc_code = *codes.last().expect("no gpu codes parsed from nvcc"); |
Would it be possible to also manually specify gpu codes?
Would this actually work & build bindings correctly without a GPU?
Hi! Thank you for this great library.
I am wondering how we could build without a GPU available (such as in GitHub Actions)? I found
CUDA_COMPUTE_CAPin the source code, and we are targeting a T4 GPU, so setting that to75should be correct and seems to have worked. However, I still hit this and panic:bindgen_cuda/src/lib.rs
Line 519 in 348e73f
Would it be possible to also manually specify gpu codes?
Would this actually work & build bindings correctly without a GPU?