Skip to content

Commit

Permalink
optimization.
Browse files Browse the repository at this point in the history
  • Loading branch information
b4rtaz committed Jun 16, 2024
1 parent 4913843 commit 3c54be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vulkan/matmul-q40-q80.comp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#define FLOAT_TYPE float

#define QK_40_80 32
#define N_THREADS 32
#define N_THREADS 16

layout(local_size_x = N_THREADS, local_size_y = 1, local_size_z = 1) in;

Expand Down

0 comments on commit 3c54be2

Please sign in to comment.