AMDGPU.jl icon indicating copy to clipboard operation
AMDGPU.jl copied to clipboard

Use LRU for rocfunction_cache

Open jpsamaroo opened this issue 4 years ago • 0 comments

This limits the number of executables we keep cached, in the event that the user is generating a lot of them in a single session (such as for genetic/evolutionary ML).

Todo:

  • [ ] Use Preferences to configure max LRU size

jpsamaroo avatar Mar 23 '21 15:03 jpsamaroo