Skip to content

Commit

Permalink
Quick change the config
Browse files Browse the repository at this point in the history
  • Loading branch information
chengjunlu committed May 18, 2024
1 parent 5e2256f commit 9b137f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmarks/xetla_kernel/softmax/softmax_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ class mat1_4096x2048_bf16_cfg0 {
public:
static constexpr size_t mat_n = 2048;
static constexpr size_t mat_m = 4096;
static constexpr size_t wg_n = mat_n;
static constexpr size_t wg_n = mat_n / 2;
static constexpr size_t wg_m = 4; // 1 4 8 16
static constexpr size_t sg_n = mat_n;
static constexpr size_t sg_n = mat_n / 2;
static constexpr size_t sg_m = 1;
using data_type_in = sycl::ext::oneapi::bfloat16;
using data_type_out = sycl::ext::oneapi::bfloat16;
Expand Down

0 comments on commit 9b137f7

Please sign in to comment.