Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlashSampling/FlashSampling
/ reset_buffer_cache
Function
reset_buffer_cache
src/fused_mm_sampling/qitra.py:895–898 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
893
894
895
def
reset_buffer_cache():
896
_TRITON_BUFFER_CACHE.clear()
897
_TRITON_TABLE_CACHE.clear()
898
torch.accelerator.empty_cache()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected