Fix CI TestChunkedSGMV (#10737)
This commit is contained in:
@@ -621,6 +621,12 @@ class CachedKernel:
|
||||
|
||||
return complete_args
|
||||
|
||||
def _clear_cache(self):
|
||||
"""
|
||||
Clear the kernel cache for testing purposes.
|
||||
"""
|
||||
self.kernel_cache.clear()
|
||||
|
||||
|
||||
def cached_triton_kernel(key_fn=None):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user