From bbbd0f85850eae73ee7157e2e70184998e880f8e Mon Sep 17 00:00:00 2001 From: Anatoly Myachev Date: Sun, 15 Sep 2024 13:26:07 +0200 Subject: [PATCH] Align the conditions under which benchmarks are run for different implementations (#2217) Closes https://github.com/intel/intel-xpu-backend-for-triton/issues/2235 --------- Signed-off-by: Anatoly Myachev --- benchmarks/xetla_kernel/flash_attention/fmha_forward_v5.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/xetla_kernel/flash_attention/fmha_forward_v5.h b/benchmarks/xetla_kernel/flash_attention/fmha_forward_v5.h index cef509c03b..96fe7da780 100644 --- a/benchmarks/xetla_kernel/flash_attention/fmha_forward_v5.h +++ b/benchmarks/xetla_kernel/flash_attention/fmha_forward_v5.h @@ -23,7 +23,7 @@ // Set to 1 to get raw output, not permuted #define _RAW_OUTPUT 0 #define _USE_BFNH 1 -using T = sycl::ext::oneapi::bfloat16; +using T = sycl::half; namespace gpu::xetla {