aboutsummaryrefslogtreecommitdiff
path: root/src/cache.c
AgeCommit message (Expand)Author
2022-07-25Add an option to create weights cache specifying the capacity of the underlyi...Zhi An Ng
2022-07-25Add debug logging to help debug high memory bandwidth issuesZhi An Ng
2022-05-13Avoid allocating an unused memory buffer when we grow the cacheZhi An Ng
2022-04-25Expose weights cache finalization enum (with renaming) and functions to publi...Zhi An Ng
2022-04-22Fix unused func warning in xnnpack cache.cXNNPACK Team
2022-04-22Introduce another kind of weights cache finalization that will leave extra sp...Zhi An Ng
2022-04-20Add function to finalize weights cacheZhi An Ng
2022-04-07Use mutex to guard writing to weights cacheZhi An Ng
2022-03-30Rename code-cache.c to cache.c since it also includes weights cache functiona...Zhi An Ng