Skip to content

Commit 2b067cf

Browse files
authored
Merge branch 'main' into intel-mac-check
2 parents bbdfebb + 0844c38 commit 2b067cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: backends/arm/scripts/build_portable_kernels.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ cmake \
7575
-B"${et_build_dir}/examples/arm" \
7676
"${et_root_dir}/examples/arm"
7777
78-
cmake --build "${et_build_dir}/examples/arm" --parallel --config ${build_type} --
78+
cmake --build "${et_build_dir}/examples/arm" -j$(nproc) --config ${build_type} --
7979
8080
set +x
8181

Diff for: backends/arm/scripts/build_quantized_ops_aot_lib.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ CXXFLAGS="-fno-exceptions -fno-rtti" cmake \
5151
-B${et_build_dir} \
5252
.
5353

54-
cmake --build ${et_build_dir} --parallel -- quantized_ops_aot_lib
54+
cmake --build ${et_build_dir} -j$(nproc) -- quantized_ops_aot_lib

0 commit comments

Comments
 (0)