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 10, 2024
1 parent 29df07f commit e1d00f4
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 @@ -125,6 +125,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 e1d00f4

Please sign in to comment.