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.