Skip to content

Commit

Permalink
Align the conditions under which benchmarks are run for different imp…
Browse files Browse the repository at this point in the history
…lementations (#2217)

Closes #2235

---------

Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
  • Loading branch information
anmyachev authored Sep 15, 2024
1 parent c39e896 commit bbbd0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/xetla_kernel/flash_attention/fmha_forward_v5.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down

0 comments on commit bbbd0f8

Please sign in to comment.