Spaces:
Running
Running
increase cuda_cpy block size (ggml/996)
Browse filesCo-authored-by: bssrdf <[email protected]>
ggml/src/ggml-cuda/cpy.cuh
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
#include "common.cuh"
|
| 2 |
|
| 3 |
-
#define CUDA_CPY_BLOCK_SIZE
|
| 4 |
|
| 5 |
void ggml_cuda_cpy(ggml_backend_cuda_context & ctx, const ggml_tensor * src0, ggml_tensor * src1);
|
| 6 |
|
|
|
|
| 1 |
#include "common.cuh"
|
| 2 |
|
| 3 |
+
#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 |
|