Skip to content

Commit 0e2bfe9

Browse files
WalltedCompute-Runtime-Automation
authored andcommitted
use precompiled builtins for aarch64
Signed-off-by: Grzegorz Choinski <grzegorz.choinski@intel.com>
1 parent cdd6d84 commit 0e2bfe9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

scripts/packaging/l0_gpu_driver/build_l0_gpu_driver_deb.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ EOF
113113
fi
114114
if [ "${TARGET_ARCH}" == "aarch64" ]; then
115115
NEO_SKIP_UNIT_TESTS="TRUE"
116+
export NEO_DISABLE_BUILTINS_COMPILATION="TRUE"
116117
fi
117118
export NEO_DISABLE_BUILTINS_COMPILATION
118119
export NEO_SKIP_UNIT_TESTS

scripts/packaging/opencl/build_opencl_deb.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ EOF
108108
fi
109109
if [ "${TARGET_ARCH}" == "aarch64" ]; then
110110
NEO_SKIP_UNIT_TESTS="TRUE"
111+
export NEO_DISABLE_BUILTINS_COMPILATION="TRUE"
111112
fi
112113
export NEO_DISABLE_BUILTINS_COMPILATION
113114
export NEO_SKIP_UNIT_TESTS

0 commit comments

Comments
 (0)