Skip to content

Commit

Permalink
increase cuda_cpy block size (ggml/996)
Browse files Browse the repository at this point in the history
Co-authored-by: bssrdf <[email protected]>
  • Loading branch information
2 people authored and ggerganov committed Oct 26, 2024
1 parent 9e4a256 commit 8c60a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ggml/src/ggml-cuda/cpy.cuh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "common.cuh"

#define CUDA_CPY_BLOCK_SIZE 32
#define CUDA_CPY_BLOCK_SIZE 64

void ggml_cuda_cpy(ggml_backend_cuda_context & ctx, const ggml_tensor * src0, ggml_tensor * src1);

Expand Down

0 comments on commit 8c60a8a

Please sign in to comment.