|
24 | 24 | "CMAKE_INSTALL_RPATH": "$ORIGIN;$ORIGIN/.." |
25 | 25 | } |
26 | 26 | }, |
27 | | - { "name": "debug", "hidden": true, "cacheVariables": { "CMAKE_BUILD_TYPE": "Debug" } }, |
28 | | - { "name": "release", "hidden": true, "cacheVariables": { "CMAKE_BUILD_TYPE": "Release" } }, |
29 | | - { "name": "reldbg", "hidden": true, "cacheVariables": { "CMAKE_BUILD_TYPE": "RelWithDebInfo" } }, |
30 | | - { "name": "static", "hidden": true, "cacheVariables": { "GGML_STATIC": "ON" } }, |
31 | | - { "name": "sycl_f16", "hidden": true, "cacheVariables": { "GGML_SYCL_F16": "ON" } }, |
| 27 | + { "name": "debug", "hidden": true, "cacheVariables": { "CMAKE_BUILD_TYPE": "Debug" } }, |
| 28 | + { "name": "release", "hidden": true, "cacheVariables": { "CMAKE_BUILD_TYPE": "Release" } }, |
| 29 | + { "name": "reldbg", "hidden": true, "cacheVariables": { "CMAKE_BUILD_TYPE": "RelWithDebInfo" } }, |
| 30 | + { "name": "static", "hidden": true, "cacheVariables": { "GGML_STATIC": "ON" } }, |
| 31 | + { "name": "sycl_f16", "hidden": true, "cacheVariables": { "GGML_SYCL_F16": "ON" } }, |
| 32 | + { "name": "vulkan", "hidden": true, "cacheVariables": { "GGML_VULKAN": "ON" } }, |
32 | 33 |
|
33 | 34 | { |
34 | 35 | "name": "arm64-windows-msvc", "hidden": true, |
|
57 | 58 | } |
58 | 59 | }, |
59 | 60 |
|
60 | | - { "name": "arm64-windows-llvm-debug" , "inherits": [ "base", "arm64-windows-llvm", "debug" ] }, |
61 | | - { "name": "arm64-windows-llvm-release", "inherits": [ "base", "arm64-windows-llvm", "reldbg" ] }, |
62 | | - { "name": "arm64-windows-llvm+static-release", "inherits": [ "base", "arm64-windows-llvm", "reldbg", "static" ] }, |
| 61 | + { "name": "arm64-windows-llvm-debug", "inherits": [ "base", "arm64-windows-llvm", "debug" ] }, |
| 62 | + { "name": "arm64-windows-llvm-release", "inherits": [ "base", "arm64-windows-llvm", "reldbg" ] }, |
| 63 | + { "name": "arm64-windows-llvm+static-release", "inherits": [ "base", "arm64-windows-llvm", "reldbg", "static" ] }, |
63 | 64 |
|
64 | | - { "name": "arm64-apple-clang-debug" , "inherits": [ "base", "arm64-apple-clang", "debug" ] }, |
65 | | - { "name": "arm64-apple-clang-release" , "inherits": [ "base", "arm64-apple-clang", "reldbg" ] }, |
66 | | - { "name": "arm64-apple-clang+static-release" , "inherits": [ "base", "arm64-apple-clang", "reldbg", "static" ] }, |
| 65 | + { "name": "arm64-apple-clang-debug", "inherits": [ "base", "arm64-apple-clang", "debug" ] }, |
| 66 | + { "name": "arm64-apple-clang-release", "inherits": [ "base", "arm64-apple-clang", "reldbg" ] }, |
| 67 | + { "name": "arm64-apple-clang+static-release", "inherits": [ "base", "arm64-apple-clang", "reldbg", "static" ] }, |
67 | 68 |
|
68 | | - { "name": "arm64-windows-msvc-debug" , "inherits": [ "base", "arm64-windows-msvc", "debug" ] }, |
| 69 | + { "name": "arm64-windows-msvc-debug", "inherits": [ "base", "arm64-windows-msvc", "debug" ] }, |
69 | 70 | { "name": "arm64-windows-msvc-release", "inherits": [ "base", "arm64-windows-msvc", "reldbg" ] }, |
70 | 71 | { "name": "arm64-windows-msvc+static-release", "inherits": [ "base", "arm64-windows-msvc", "reldbg", "static" ] }, |
71 | 72 |
|
72 | | - { "name": "x64-windows-msvc-debug" , "inherits": [ "base", "debug" ] }, |
| 73 | + { "name": "x64-windows-msvc-debug", "inherits": [ "base", "debug" ] }, |
73 | 74 | { "name": "x64-windows-msvc-release", "inherits": [ "base", "reldbg" ] }, |
74 | 75 | { "name": "x64-windows-msvc+static-release", "inherits": [ "base", "reldbg", "static" ] }, |
75 | 76 |
|
76 | | - { "name": "x64-windows-sycl-debug" , "inherits": [ "sycl-base", "debug" ] }, |
| 77 | + { "name": "x64-windows-sycl-debug", "inherits": [ "sycl-base", "debug" ] }, |
77 | 78 | { "name": "x64-windows-sycl-debug-f16", "inherits": [ "sycl-base", "debug", "sycl_f16" ] }, |
78 | 79 | { "name": "x64-windows-sycl-release", "inherits": [ "sycl-base", "release" ] }, |
79 | | - { "name": "x64-windows-sycl-release-f16", "inherits": [ "sycl-base", "release", "sycl_f16" ] } |
| 80 | + { "name": "x64-windows-sycl-release-f16", "inherits": [ "sycl-base", "release", "sycl_f16" ] }, |
| 81 | + |
| 82 | + { "name": "x64-windows-vulkan-debug", "inherits": [ "base", "vulkan", "debug" ] }, |
| 83 | + { "name": "x64-windows-vulkan-release", "inherits": [ "base", "vulkan", "release" ] } |
80 | 84 | ] |
81 | 85 | } |
0 commit comments