From d4518933defd0b9766d84ba18f290a442fdcdb4f Mon Sep 17 00:00:00 2001 From: khluu Date: Thu, 28 May 2026 13:33:44 -0700 Subject: [PATCH] test: touch triton_reshape_and_cache_flash.py for coverage comparison --- vllm/v1/attention/ops/triton_reshape_and_cache_flash.py | 1 + 1 file changed, 1 insertion(+) diff --git a/vllm/v1/attention/ops/triton_reshape_and_cache_flash.py b/vllm/v1/attention/ops/triton_reshape_and_cache_flash.py index 08c6673fb58..b7deed2d96b 100644 --- a/vllm/v1/attention/ops/triton_reshape_and_cache_flash.py +++ b/vllm/v1/attention/ops/triton_reshape_and_cache_flash.py @@ -607,3 +607,4 @@ def triton_reshape_and_cache_flash_diffkv( num_warps=num_warps, num_stages=num_stages, ) +# coverage test