From 55bed868af344b60acdc265c229d55f08bd4b258 Mon Sep 17 00:00:00 2001 From: Chris Vasiladiotis Date: Wed, 9 Oct 2024 13:13:18 +0100 Subject: [PATCH] Update matmul variant configuration for heatmap --- Snakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Snakefile b/Snakefile index 605a9e92..1d18e816 100644 --- a/Snakefile +++ b/Snakefile @@ -119,7 +119,7 @@ TESTSET_ALL = [ # 3d templated kernels: baseline + linalg_xdsl *expand( "matmul/{M}x{K}x{N}xf64/{variant}", - M=[4, 8], + M=[1, 4, 8], K=range(4, 65, 4), N=range(4, 65, 4), variant=["baseline", "linalg_xdsl"],