Skip to content

Commit

Permalink
Use sizes rounded to 32
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasfaingnaert committed Nov 4, 2024
1 parent 6a1820e commit ab3d38c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tuning/wmma-contraction.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const accumulate_type = Float32

const zero_c = true

config_path = joinpath(@__DIR__, "../test/benchmark-suite.json")
config_path = joinpath(@__DIR__, "../test/benchmark-suite-32.json")
fp = open(config_path, "r")
const jsonData = JSON.parse(read(fp, String))

Expand Down Expand Up @@ -192,7 +192,7 @@ function plot_best_configs(all_configs, best_configs)
)

p = plot()
title!("TTCG on $(name(device()))")
title!("TTCG on $(name(device())) (rounded to 32)")
xlabel!("Tensor contraction")
ylabel!("Performance relative to cuTENSOR [%]")

Expand Down

0 comments on commit ab3d38c

Please sign in to comment.