Skip to content

Commit

Permalink
sync with Rob changes:
Browse files Browse the repository at this point in the history
  • Loading branch information
alexm-neuralmagic committed May 15, 2024
1 parent 09ae113 commit 665c6eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions benchmarks/kernels/benchmark_marlin.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
def bench_run(results, model, act_order, is_k_full, num_bits, group_size,
size_m, size_k, size_n):
label = "Quant Matmul"

sub_label = ("{}, act={} k_full={}, b={}, g={}, "
"MKN=({}x{}x{})".format(model, act_order, is_k_full, num_bits,
group_size, size_m, size_k, size_n))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"""This file is used for /tests and /benchmarks"""
import numpy
import torch

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"""This file is used for /tests and /benchmarks"""
import numpy
import torch

Expand Down

0 comments on commit 665c6eb

Please sign in to comment.