aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Pfaffe <philip.pfaffe@gmail.com>2018-06-06 09:45:22 +0000
committerPhilip Pfaffe <philip.pfaffe@gmail.com>2018-06-06 09:45:22 +0000
commit80143231ca4df0f8a76cf545a292844583531ec2 (patch)
tree299e28f4fda0d2126396222eaceb2d01cb9935b0
parentf521503a7ff8b80a3d546639e381ad769a47df1e (diff)
[Polly] Enable GPGPU codegeneration
git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@334081 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--zorg/buildbot/builders/PollyBuilder.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/zorg/buildbot/builders/PollyBuilder.py b/zorg/buildbot/builders/PollyBuilder.py
index c330a73f..3d44e93b 100644
--- a/zorg/buildbot/builders/PollyBuilder.py
+++ b/zorg/buildbot/builders/PollyBuilder.py
@@ -73,6 +73,7 @@ def getPollyBuildFactory(
cmakeCommand = ["cmake", "../%s" %llvm_srcdir,
"-DCMAKE_COLOR_MAKEFILE=OFF",
"-DPOLLY_TEST_DISABLE_BAR=ON",
+ "-DPOLLY_ENABLE_GPGPU_CODEGEN=ON",
"-DCMAKE_BUILD_TYPE=Release"] + cmake_install + extraCmakeArgs
f.addStep(ShellCommand(name="cmake-configure",
command=cmakeCommand,