Skip to content

Commit 8c434dd

Browse files
authored
[Windows] Enable LLM preset in CI (#14805)
### Summary Testing more extensions on Windows.
1 parent 815ae92 commit 8c434dd

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.github/workflows/build-presets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
strategy:
110110
fail-fast: false
111111
matrix:
112-
preset: [pybind, windows]
112+
preset: [pybind, windows, llm]
113113
with:
114114
job-name: build
115115
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}

tools/cmake/preset/windows.cmake

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,9 @@
44
# This source code is licensed under the BSD-style license found in the
55
# LICENSE file in the root directory of this source tree.
66

7+
include(${PROJECT_SOURCE_DIR}/tools/cmake/preset/llm.cmake)
8+
79
# keep sorted
810
set_overridable_option(EXECUTORCH_BUILD_EXECUTOR_RUNNER ON)
9-
set_overridable_option(EXECUTORCH_BUILD_EXTENSION_DATA_LOADER ON)
1011
set_overridable_option(EXECUTORCH_BUILD_EXTENSION_EVALUE_UTIL ON)
11-
set_overridable_option(EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR ON)
12-
set_overridable_option(EXECUTORCH_BUILD_EXTENSION_MODULE ON)
1312
set_overridable_option(EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL ON)
14-
set_overridable_option(EXECUTORCH_BUILD_EXTENSION_TENSOR ON)
15-
set_overridable_option(EXECUTORCH_BUILD_KERNELS_OPTIMIZED ON)
16-
set_overridable_option(EXECUTORCH_BUILD_KERNELS_QUANTIZED ON)
17-
set_overridable_option(EXECUTORCH_BUILD_XNNPACK ON)

0 commit comments

Comments
 (0)