You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 29, 2025. It is now read-only.
Would it make sense to reject #4 and open separate PRs for each submodule? Then we could at least get cuda-sys and cudart-sys merged quickly and follow up with the rest. As @kngwyu noted in #4, it's easy to miss some parts that then hold up the entire PR.
Would it make sense to reject #4 and open separate PRs for each submodule?
Yes, I'm considering to split code generation part from #4 to enable static code generation at https://github.com/rust-cuda/cuda-sys/tree/code_generator branch (I'm going to create PR for it).
It replaces CUDA8-based binding to CUDA10-based binding which I generated on my env.
Once code generator is splitted, *-sys separation will be straight forward.
FFI crate separation, e.g. cuda-sys, cudart-sys, and cublas-sys has benefit
How to split?
and so on. (edit: Drop cuFFT)
How to manage?
The text was updated successfully, but these errors were encountered: