Skip to content

Commit 662a3f5

Browse files
authored
Add int4_matmul.py to triton_kernels srcs (pytorch#19239)
### Summary Triton int4 matmul was added in pytorch#19188, but missed the BUCK update.
1 parent f8eaf47 commit 662a3f5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

backends/cuda/TARGETS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ runtime.python_library(
5555
srcs = [
5656
"triton/kernels/__init__.py",
5757
"triton/kernels/fused_moe.py",
58+
"triton/kernels/int4_matmul.py",
5859
"triton/kernels/sdpa.py",
5960
"triton/kernels/topk.py",
6061
],

0 commit comments

Comments
 (0)