We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4851715 commit 878ec6dCopy full SHA for 878ec6d
tensorflow-core/tensorflow-core-api/build.sh
@@ -22,6 +22,11 @@ if [[ "${PLATFORM:-}" == macosx-arm64 ]]; then
22
BUILD_FLAGS="$BUILD_FLAGS --config=macos_arm64"
23
fi
24
25
+# Add platform specific flags
26
+if [[ "${PLATFORM:-}" == linux-arm64 ]]; then
27
+ BUILD_FLAGS="--config=mkl_aarch64"
28
+fi
29
+
30
if [[ "${EXTENSION:-}" == *mkl* ]]; then
31
BUILD_FLAGS="$BUILD_FLAGS --config=mkl"
32
0 commit comments