mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-17 12:39:09 +00:00
vulkan: delete dead GGML_VK_MAX_NODES def (#22621)
This commit is contained in:
parent
d4b0c22f9e
commit
6dcd824fce
1 changed files with 0 additions and 2 deletions
|
|
@ -111,8 +111,6 @@ static bool is_pow2(uint32_t x) { return x > 1 && (x & (x-1)) == 0; }
|
|||
|
||||
#define VK_DEVICE_DESCRIPTOR_POOL_SIZE 256
|
||||
|
||||
#define GGML_VK_MAX_NODES 8192
|
||||
|
||||
#define VK_CHECK(err, msg) \
|
||||
do { \
|
||||
vk::Result err_ = (err); \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue