vulkan: delete dead GGML_VK_MAX_NODES def (#22621)

This commit is contained in:
Atomic-Germ
2026-05-03 22:49:29 -07:00
committed by GitHub
parent d4b0c22f9e
commit 6dcd824fce

View File

@@ -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); \