Skip to content
This repository was archived by the owner on Mar 29, 2025. It is now read-only.
This repository was archived by the owner on Mar 29, 2025. It is now read-only.

*-sys crate design #9

@termoshtt

Description

@termoshtt

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

and so on. (edit: Drop cuFFT)

How to manage?

  • each *-sys crates are managed as a subdirectory in this repository
cuda-sys/cuda-sys/Cargo.toml
         cudart-sys/Cargo.toml
         cublas-sys/Cargo.toml

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions