summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParichay Kapoor <pk.kapoor@samsung.com>2020-09-14 11:41:50 +0900
committerParichay Kapoor <pk.kapoor@samsung.com>2020-09-14 11:41:50 +0900
commit14fad187e16942379d85f58afd957f5c8eed8dfc (patch)
treece589dc21e03d07628e4f070c2463dfd0697df04
parent3a19aa656562c7770e63d0a28a873142363daebb (diff)
downloadpytorch-14fad187e16942379d85f58afd957f5c8eed8dfc.tar.gz
pytorch-14fad187e16942379d85f58afd957f5c8eed8dfc.tar.bz2
pytorch-14fad187e16942379d85f58afd957f5c8eed8dfc.zip
[dist/debian] Disable QNNPACK for armhf
Disable QNNPACK for armhf as well as it causes build timeouts, and file too large error **Self evaluation:** 1. Build test: [x]Passed [ ]Failed [ ]Skipped 2. Run test: [x]Passed [ ]Failed [ ]Skipped Change-Id: Ib99f73d65facf0675f914a841e6be24ac6a68dc2 Signed-off-by: Parichay Kapoor <pk.kapoor@samsung.com>
-rwxr-xr-xdebian/rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index bdae9863f2..26d8dc529c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,8 @@ export BUILD_TEST=0
export BUILD_CAFFE2_OPS=1
export BUILD_BINARY=1
-ifneq ($(filter $(DEB_HOST_ARCH),arm64),)
+# Disable QNNPACK for arm64 and armhf as it causes build timeout for both arch
+ifneq ($(filter $(DEB_HOST_ARCH),arm64 armhf),)
export USE_MKLDNN=0
export USE_PYTORCH_QNNPACK=OFF
# export MAX_JOBS=1