Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

C API Thread-Safety #12395

Open
Open
@sbodenstein

Description

@sbodenstein

Applications using the C API sometimes require knowledge of the thread-safety of the functions in the C API. For example, it can be useful for a client to run MXNDArrayWaitAll in a separate thread so that the master client thread is free whilst waiting for MXNet to complete its computations.

Could the thread-safety be made official (if the implementation is thread-safe), which means documenting and testing thread-safety (particularly the waiting functions MXNDArrayWaitAll, MXNDArrayWaitToWrite and MXNDArrayWaitToRead)?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions