Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e4a256 commit 8c60a8aCopy full SHA for 8c60a8a
ggml/src/ggml-cuda/cpy.cuh
@@ -1,6 +1,6 @@
1
#include "common.cuh"
2
3
-#define CUDA_CPY_BLOCK_SIZE 32
+#define CUDA_CPY_BLOCK_SIZE 64
4
5
void ggml_cuda_cpy(ggml_backend_cuda_context & ctx, const ggml_tensor * src0, ggml_tensor * src1);
6
0 commit comments