-
Notifications
You must be signed in to change notification settings - Fork 720
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
After integrated extension for OpenXLA through PJRT C API, we found that DLPack is not supported by PJRT yet:
xla/xla/pjrt/pjrt_c_api_client.h
Lines 416 to 420 in 59ca120
| 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
Labels
questionFurther information is requestedFurther information is requested