Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
Signed-off-by: Max Dawkins <max.dawkins@gmail.com>
  • Loading branch information
Max191 committed Oct 9, 2024
1 parent 38383a9 commit 2d9ff2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions convbench/conv_bench.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ def compile_conv(tag, config, kernel_dir, vmfb_dir, extra_compiler_args):
tflops_per_second = (flops / 1e12) / (benchmark_conv_mean_time_us / 1e6)

# Compute percentage of the roofline.
# TODO: Make this target specific and move to common utils.
tflops_map = {
"f32": 653.7,
"f16": 1307.4,
Expand Down

0 comments on commit 2d9ff2a

Please sign in to comment.