[PATCH] D107871: openmp-offload-amdgpu-runtime: Disable clean, and experimentally set testsuite=False
Ron Lieberman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 10 15:13:25 PDT 2021
ronlieb created this revision.
ronlieb added reviewers: david-salinas, JonChesterfield.
Herald added subscribers: guansong, t-tye, tpr, dstuttard, yaxunl, kzhuravl.
ronlieb requested review of this revision.
Herald added subscribers: llvm-commits, sstefan1, wdng.
Herald added a reviewer: jdoerfert.
Herald added a project: LLVM.
Disable clean for the amdgpu runtime builder, setting it to match amdgpu project builder
Disable testsuite in the 2nd builder as a comparison point to the first builder.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D107871
Files:
buildbot/osuosl/master/config/builders.py
Index: buildbot/osuosl/master/config/builders.py
===================================================================
--- buildbot/osuosl/master/config/builders.py
+++ buildbot/osuosl/master/config/builders.py
@@ -1403,7 +1403,7 @@
'workernames' : ["omp-vega20-0"],
'builddir': "openmp-offload-amdgpu-runtime",
'factory' : OpenMPBuilder.getOpenMPCMakeBuildFactory(
- clean=True,
+ clean=False,
enable_runtimes=['openmp'],
depends_on_projects=['llvm','clang','lld'],
extraCmakeArgs=[
@@ -1414,7 +1414,7 @@
"-DLLVM_ENABLE_RUNTIMES=openmp",
],
install=True,
- testsuite=True,
+ testsuite=False,
testsuite_sollvevv=False,
extraTestsuiteCmakeArgs=[
"-DTEST_SUITE_SOLLVEVV_OFFLOADING_CFLAGS=-fopenmp-targets=amdgcn-amd-amdhsa;-Xopenmp-target=amdgcn-amd-amdhsa",
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107871.365614.patch
Type: text/x-patch
Size: 1099 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210810/d8ee37ae/attachment.bin>
More information about the llvm-commits
mailing list