From 07af060d6ce0734146761bfde27e95763f572e54 Mon Sep 17 00:00:00 2001 From: Mengwei Liu Date: Wed, 8 Oct 2025 09:27:59 -0700 Subject: [PATCH] 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. --- .github/workflows/cuda.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cuda.yml b/.github/workflows/cuda.yml index a983d40f639..8dbbb254ac3 100644 --- a/.github/workflows/cuda.yml +++ b/.github/workflows/cuda.yml @@ -136,6 +136,7 @@ jobs: -DEXECUTORCH_BUILD_CUDA=ON \ -DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON \ -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON \ + -DEXECUTORCH_BUILD_EXTENSION_NAMED_DATA_MAP=ON \ -DEXECUTORCH_BUILD_TESTS=ON \ -Bcmake-out . cmake --build cmake-out -j$(( $(nproc) - 1 )) --target voxtral_runner