mirror of
https://github.com/Lizonghang/prima.cpp.git
synced 2025-09-08 01:59:03 +00:00
set CUDA_READ_BLOCK_SIZE to 512
This commit is contained in:
parent
df813675d0
commit
d2dc8fd3b8
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
#include "common.cuh"
|
#include "common.cuh"
|
||||||
|
|
||||||
#define CUDA_READ_BLOCK_SIZE 32
|
#define CUDA_READ_BLOCK_SIZE 512
|
||||||
|
|
||||||
void ggml_cuda_read(ggml_tensor * dst);
|
void ggml_cuda_read(ggml_tensor * dst);
|
||||||
|
|
Loading…
Add table
Reference in a new issue