Skip to content

investigate feasibility of kvikio CuFile <> monai.data.PersistentDataset #6231

@wyli

Description

@wyli

Is your feature request related to a problem? Please describe.
this is to provide initial feasibility checks of
https://github.com/rapidsai/kvikio/tree/branch-23.04/python
kvikio.CuFile for the persistent data caching:

MONAI/monai/data/dataset.py

Lines 379 to 381 in 1cd0d7b

if hashfile is not None and hashfile.is_file(): # cache hit
try:
return torch.load(hashfile)

the goal is to improve the caching of gpu-based transforms.

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