KarolNov opened a new pull request, #17510: URL: https://github.com/apache/tvm/pull/17510
Larger fetch results could be stored efficiently using [Origin Private File System](https://developer.mozilla.org/en-US/docs/Web/API/File_System_API/Origin_private_file_system). This PR doesn't implement all required changes, just creates a PoC class implementing the `ArtifactCacheTemplate`. The important bit it's missing is the url to filename util. It also doesn't actually use the new caching strategy anywhere yet. I could finish the required work if we find it useful. Otherwise I would just do the caching using OPFS higher up in my stack and skip the tvm caching in my use case. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
