[Enhancement] Include PrimFunc name in memory cache logs for better debugging (#1437)
* Added the `get_prim_func_name` utility to extract human-readable function names from TVM PrimFuncs. * Updated memory cache logging in `AutoTuner` and `KernelCache` classes to include the kernel name, improving clarity during cache hits. * Enhanced debug logging to provide more informative messages when checking disk cache for kernels.
Showing
Please register or sign in to comment