back to 32 block size, not better

This commit is contained in:
Concedo 2023-06-01 00:14:22 +08:00
parent 446e42a8c6
commit 234270bd83
3 changed files with 4 additions and 4 deletions

View file

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

File diff suppressed because one or more lines are too long

View file

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