Skip to content

Commit 491654b

Browse files
pytorchbotArmRyan
andauthored
Arm backend: Enable parallel building on MLSDK emulation layer (#15037)
Change-Id: I857bad698f234d803cd930325d908a720f7433ab cc @freddan80 @per @zingo @oscarandersson8218 @digantdesai Signed-off-by: Ryan O'Shea <[email protected]> Co-authored-by: Ryan OShea <[email protected]>
1 parent eee1f21 commit 491654b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/arm/scripts/mlsdk_utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ function setup_mlsdk() {
131131
-DSPIRV_TOOLS_PATH=../../dependencies/SPIRV-Tools \
132132
-DVULKAN_HEADERS_PATH=../../dependencies/Vulkan-Headers
133133

134-
cmake --build build
134+
cmake --build build -j$(nproc)
135135
cmake --install build --prefix deploy
136136
popd
137137
fi

0 commit comments

Comments
 (0)