From 43845195886958cd58a8f4789300718a91f6341a Mon Sep 17 00:00:00 2001 From: Whitney Tsang Date: Wed, 29 May 2024 17:02:00 +0000 Subject: [PATCH] Remove duplicate autotune configs Signed-off-by: Whitney Tsang --- benchmarks/xetla_benchmark/fused_softmax.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/benchmarks/xetla_benchmark/fused_softmax.py b/benchmarks/xetla_benchmark/fused_softmax.py index 1ec3debbca..d7992bc4f9 100644 --- a/benchmarks/xetla_benchmark/fused_softmax.py +++ b/benchmarks/xetla_benchmark/fused_softmax.py @@ -45,9 +45,6 @@ def naive_softmax(x): triton.Config({}, num_warps=32), triton.Config({}, num_warps=8), triton.Config({}, num_warps=4), - triton.Config({}, num_warps=32), - triton.Config({}, num_warps=8), - triton.Config({}, num_warps=4), ], key=['n_cols', 'BLOCK_SIZE'], )