numba-dpex
numba-dpex copied to clipboard
Add cleanup for kernel ref caching
#1236 introduced kernel ref caching at dpex runtime. Currently it is not getting cleaned. We need to provide design how to clean it. Old implementation is using LRU cache.