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.

Duplicate struct definitions in both cuda-runtime-sys and cuda-driver-sys #25

@Raniz85

Description

@Raniz85

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions