vllm
[vLLM IR] Avoid redundant file reads in IrOpImpl.uuid()
#38940
Open

Commits
  • cache IrOpImpl.uuid() at file level to avoid redundant reads
    sBobHuang committed 1 day ago
  • fix hash_file cache: include mtime_ns in key to handle file modifications
    sBobHuang committed 1 day ago
  • Apply suggestion from @gemini-code-assist[bot]
    sBobHuang committed 1 day ago
  • simplify hash_file: drop mtime_ns and weak_cache on uuid()
    sBobHuang committed 1 day ago
  • remove implementation detail from uuid() docstring
    sBobHuang committed 1 day ago
  • use functools.cache instead of lru_cache(maxsize=None) for pre-commit
    sBobHuang committed 1 day ago
Loading