set CUDA_READ_BLOCK_SIZE to 512
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#include "common.cuh"
|
||||
|
||||
#define CUDA_READ_BLOCK_SIZE 32
|
||||
#define CUDA_READ_BLOCK_SIZE 512
|
||||
|
||||
void ggml_cuda_read(ggml_tensor * dst);
|
||||
|
||||
Reference in New Issue
Block a user