[PATCH] D50460: [zorg] Increase parallelism for bots running on 96-core server.
Maxim Kuvyrkov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 10 09:02:18 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL339445: [zorg] Increase parallelism for bots running on 96-core server. (authored by maxim-kuvyrkov, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D50460?vs=159745&id=160122#toc
Repository:
rL LLVM
https://reviews.llvm.org/D50460
Files:
zorg/trunk/buildbot/osuosl/master/config/builders.py
Index: zorg/trunk/buildbot/osuosl/master/config/builders.py
===================================================================
--- zorg/trunk/buildbot/osuosl/master/config/builders.py
+++ zorg/trunk/buildbot/osuosl/master/config/builders.py
@@ -358,7 +358,7 @@
useTwoStage=False,
runTestSuite=True,
testsuite_flags=['--cppflags', '-mcpu=cortex-a57',
- '--threads=64', '--build-threads=64'],
+ '--threads=96', '--build-threads=96'],
extra_cmake_args=["-DLLVM_TARGETS_TO_BUILD='ARM;AArch64'"],
)},
@@ -374,7 +374,7 @@
useTwoStage=True,
runTestSuite=True,
testsuite_flags=['--cppflags', '-mcpu=cortex-a57 -fuse-ld=lld',
- '--threads=64', '--build-threads=64'],
+ '--threads=96', '--build-threads=96'],
extra_cmake_args=["-DCMAKE_C_FLAGS='-mcpu=cortex-a57'",
"-DCMAKE_CXX_FLAGS='-mcpu=cortex-a57'",
"-DLLVM_TARGETS_TO_BUILD='ARM;AArch64'",
@@ -394,7 +394,7 @@
useTwoStage=False,
runTestSuite=True,
testsuite_flags=['--cppflags', '-O0',
- '--threads=64', '--build-threads=64'],
+ '--threads=96', '--build-threads=96'],
extra_cmake_args=["-DLLVM_TARGETS_TO_BUILD='ARM;AArch64'"],
)},
@@ -1216,7 +1216,7 @@
testStage1=False,
runTestSuite=True,
testsuite_flags=['--cppflags', '-mcpu=cortex-a57',
- '--threads=64', '--build-threads=64'],
+ '--threads=96', '--build-threads=96'],
extra_cmake_args=["-DCMAKE_C_FLAGS='-mcpu=cortex-a57'",
"-DCMAKE_CXX_FLAGS='-mcpu=cortex-a57'",
"-DLLVM_TARGETS_TO_BUILD='ARM;AArch64'"],
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50460.160122.patch
Type: text/x-patch
Size: 2281 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180810/91dc6fdb/attachment.bin>
More information about the llvm-commits
mailing list