Skip to content

Commit

Permalink
fix workgroup size hardcode
Browse files Browse the repository at this point in the history
  • Loading branch information
airMeng committed Jun 18, 2024
1 parent a7614fa commit 167807d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ggml-sycl/presets.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
#define GGML_SYCL_MAX_DEVICES 48
#define GGML_SYCL_NAME "SYCL"

// FIXME: 1024 from cuda
#define GROUP_SIZE 1024
#define WARP_SIZE 32
#define MATRIX_ROW_PADDING 512 // last row of quant. matrices is a multiple of this to avoid out-of-bounds memory accesses

Expand Down

0 comments on commit 167807d

Please sign in to comment.