Skip to content

Commit 199f881

Browse files
authored
Merge branch 'main' into export-D80590746
2 parents 78559a2 + 49ce565 commit 199f881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tritonbench/operators/int4_gemm/int4_gemm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
Compute a bf16 (activation) x int4 (weight) gemm.
3-
Inspired by [gpt-fast](https://github.com/pytorch-labs/gpt-fast)
3+
Inspired by [gpt-fast](https://github.com/meta-pytorch/gpt-fast)
44
ATen kernels from tinygemm
55
Triton implementation by @jlebar: https://gist.github.com/jlebar/3435b2c00deea53258887ce37231e5e2
66
"""

0 commit comments

Comments
 (0)