Skip to content

Will OpenXLA support DLPack in PRJT C API? #6151

@Zantares

Description

@Zantares

After integrated extension for OpenXLA through PJRT C API, we found that DLPack is not supported by PJRT yet:

StatusOr<std::unique_ptr<ExternalReference>> ReleaseDeviceMemoryOwnership(
bool wait_for_operations_to_complete) override {
return Unimplemented(
"PJRT C API does not support ReleaseDeviceMemoryOwnership");
}

Does the community have any plan to support it since some users are interested in this feature?

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions