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.
Things like CUstream_st and CUcontext_st are defined in both crates meaning that they need to be cast or transmuted when used across crate boundaries.
Would be nice if shared definitions could be in a shared crate or if cuda-runtime-sys could depend on cuda-driver-sys and reuse the definitions there.