From 444975d919e36893f2771bf3f68af09318944d5a Mon Sep 17 00:00:00 2001 From: Hansong Zhang Date: Mon, 23 Mar 2026 01:43:26 -0700 Subject: [PATCH] Add topk.py to BUCK Summary: Fix build Differential Revision: D97649745 --- backends/cuda/TARGETS | 1 + 1 file changed, 1 insertion(+) diff --git a/backends/cuda/TARGETS b/backends/cuda/TARGETS index 3892d5e1742..b1af2b0c352 100644 --- a/backends/cuda/TARGETS +++ b/backends/cuda/TARGETS @@ -55,6 +55,7 @@ runtime.python_library( srcs = [ "triton/kernels/__init__.py", "triton/kernels/sdpa.py", + "triton/kernels/topk.py", ], visibility = [ "//executorch/backends/cuda/...",