We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78559a2 + 49ce565 commit 199f881Copy full SHA for 199f881
tritonbench/operators/int4_gemm/int4_gemm.py
@@ -1,6 +1,6 @@
1
"""
2
Compute a bf16 (activation) x int4 (weight) gemm.
3
-Inspired by [gpt-fast](https://github.com/pytorch-labs/gpt-fast)
+Inspired by [gpt-fast](https://github.com/meta-pytorch/gpt-fast)
4
ATen kernels from tinygemm
5
Triton implementation by @jlebar: https://gist.github.com/jlebar/3435b2c00deea53258887ce37231e5e2
6
0 commit comments