Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
Signed-off-by: Max Dawkins <[email protected]>
  • Loading branch information
Max191 committed Oct 28, 2024
1 parent a5a7625 commit f1796ec
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 f1796ec

Please sign in to comment.