Skip to content

Commit 07af060

Browse files
authored
Enable named data map extension in CUDA build
Since #14861 we need to specify `EXECUTORCH_BUILD_EXTENSION_NAMED_DATA_MAP=ON` along with `EXECUTORCH_BUILD_EXTENSION_MODULE=ON`. Adding that.
1 parent a9fe0b4 commit 07af060

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cuda.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ jobs:
136136
-DEXECUTORCH_BUILD_CUDA=ON \
137137
-DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON \
138138
-DEXECUTORCH_BUILD_EXTENSION_MODULE=ON \
139+
-DEXECUTORCH_BUILD_EXTENSION_NAMED_DATA_MAP=ON \
139140
-DEXECUTORCH_BUILD_TESTS=ON \
140141
-Bcmake-out .
141142
cmake --build cmake-out -j$(( $(nproc) - 1 )) --target voxtral_runner

0 commit comments

Comments
 (0)