change dmmv block size

This commit is contained in:
Concedo 2023-05-31 21:40:12 +08:00
parent 077ee4e989
commit 446e42a8c6
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@
#include "ggml.h"
#define CL_DMMV_BLOCK_SIZE 32;
#define CL_DMMV_BLOCK_SIZE 64;
#define MULTILINE_QUOTE(...) #__VA_ARGS__
static std::string program_source = MULTILINE_QUOTE(

View file

@ -14,7 +14,7 @@
#include "ggml_v2.h"
#define CL_DMMV_BLOCK_SIZE 32;
#define CL_DMMV_BLOCK_SIZE 64;
#define MULTILINE_QUOTE(...) #__VA_ARGS__
static std::string program_source = MULTILINE_QUOTE(