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:
|
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.
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.CuFilefor the persistent data caching:MONAI/monai/data/dataset.py
Lines 379 to 381 in 1cd0d7b
the goal is to improve the caching of gpu-based transforms.