|
20 | 20 | "CMAKE_EXPORT_COMPILE_COMMANDS": "ON", |
21 | 21 | "CMAKE_CXX_COMPILER": "icx", |
22 | 22 | "CMAKE_C_COMPILER": "cl", |
23 | | - "GGML_SYCL": "ON", |
| 23 | + "OIML_SYCL": "ON", |
24 | 24 | "CMAKE_INSTALL_RPATH": "$ORIGIN;$ORIGIN/.." |
25 | 25 | } |
26 | 26 | }, |
27 | 27 | { "name": "debug", "hidden": true, "cacheVariables": { "CMAKE_BUILD_TYPE": "Debug" } }, |
28 | 28 | { "name": "release", "hidden": true, "cacheVariables": { "CMAKE_BUILD_TYPE": "Release" } }, |
29 | 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" } }, |
| 30 | + { "name": "static", "hidden": true, "cacheVariables": { "OIML_STATIC": "ON" } }, |
| 31 | + { "name": "sycl_f16", "hidden": true, "cacheVariables": { "OIML_SYCL_F16": "ON" } }, |
| 32 | + { "name": "vulkan", "hidden": true, "cacheVariables": { "OIML_VULKAN": "ON" } }, |
33 | 33 |
|
34 | 34 | { |
35 | 35 | "name": "x64-windows-llvm", "hidden": true, |
|
86 | 86 | { "name": "x64-windows-msvc-release", "inherits": [ "base", "reldbg" ] }, |
87 | 87 | { "name": "x64-windows-msvc+static-release", "inherits": [ "base", "reldbg", "static" ] }, |
88 | 88 |
|
| 89 | + { "name": "x64-windows-msvc-debug-cli", "inherits": [ "base", "debug" ],"cacheVariables": { "CLI":"TRUE" } }, |
| 90 | + { "name": "x64-windows-msvc-release-cli", "inherits": [ "base", "reldbg" ],"cacheVariables": { "CLI":"TRUE" } }, |
| 91 | + { "name": "x64-windows-msvc+static-release-cli", "inherits": [ "base", "reldbg", "static" ],"cacheVariables": { "CLI":"TRUE" } }, |
| 92 | + |
89 | 93 | { "name": "x64-windows-sycl-debug", "inherits": [ "sycl-base", "debug" ] }, |
90 | 94 | { "name": "x64-windows-sycl-debug-f16", "inherits": [ "sycl-base", "debug", "sycl_f16" ] }, |
91 | 95 | { "name": "x64-windows-sycl-release", "inherits": [ "sycl-base", "release" ] }, |
|
0 commit comments