Skip to content

cuda_malloc_async deleter w/ multiple devices. #60

@burlen

Description

@burlen

streams are associated with a particular context. contexts are per-thread. when we change threads we have to change streams. the stream is captured by the deleter at the time of creation and can't be updated. deleteing the memory from another thread is problematic.

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