bug fixes for backend code

This commit is contained in:
Concedo
2026-08-22 17:28:48 +08:00
parent b9b3bbcec1
commit 2b78904b4a
6 changed files with 41 additions and 34 deletions
+3
View File
@@ -7,6 +7,9 @@
// backends with GGML_USE_CUDA
#define KCPP_BACKENDS_USE_CUDA "cuda|rocm"
// Metal backend aliases
#define KCPP_BACKENDS_METAL "metal|mtl"
// backends that support tensor split
#define KCPP_BACKENDS_TENSOR_SPLIT "cuda|rocm|vulkan"