diff --git a/tuning/tune-wmma.jl b/tuning/tune-wmma.jl index 7c05a39c..8c319b59 100644 --- a/tuning/tune-wmma.jl +++ b/tuning/tune-wmma.jl @@ -115,6 +115,10 @@ function generate_configs() ], kernel_str in ["singlestage", "pipelined"] + if WARPS_M * WARPS_N < 4 + continue + end + push!(all_configs, Dict( :transpose_a => transpose_a, :transpose_b => transpose_b,