Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

*-sys crate design #14

Closed
termoshtt opened this issue Jan 5, 2019 · 1 comment
Closed

*-sys crate design #14

termoshtt opened this issue Jan 5, 2019 · 1 comment

Comments

@termoshtt
Copy link
Member

FFI crate separation, e.g. cuda-sys, cudart-sys, and cublas-sys has benefit

How to split?

  • cuda-sys
    • FFI for CUDA Driver API (libcuda.so)
  • cudart-sys
    • FFI for CUDA Runtime API (libcudart.so)
  • cublas-sys
    • FFI for cuBLAS
  • cufft-sys
    • FFI for cuFFT

and so on.

@termoshtt
Copy link
Member Author

Moved: rust-cuda/cuda-sys#9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant