[zorg] r334081 - [Polly] Enable GPGPU codegeneration

Philip Pfaffe via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 7 09:24:40 PDT 2018


I've submitted https://reviews.llvm.org/D47888 as a general fix for the
problem, and https://reviews.llvm.org/D47890 to also avoid the warning on
the builders.

Philip

2018-06-07 16:13 GMT+02:00 Michael Kruse <llvm-commits at meinersbur.de>:

> The buildbots aosp-O3-polly-before-vectorizer-unprofitable and
> polly-arm-linux now do fail with the following error message:
>
> CMake Error at cmake/modules/LLVM-Config.cmake:256 (message):
>   Library 'NVPTX' is a direct reference to a target library for an omitted
>   target.
> Call Stack (most recent call first):
>   tools/polly/lib/CMakeLists.txt:93 (llvm_map_components_to_libnames)
>
> http://lab.llvm.org:8011/builders/polly-arm-linux/
> builds/16080/steps/cmake-configure/logs/stdio
> http://lab.llvm.org:8011/builders/aosp-O3-polly-before-
> vectorizer-unprofitable/builds/541/steps/cmake-configure/logs/stdio
>
> Michael
>
>
>
> 2018-06-06 4:45 GMT-05:00 Philip Pfaffe via llvm-commits
> <llvm-commits at lists.llvm.org>:
> > Author: pfaffe
> > Date: Wed Jun  6 02:45:22 2018
> > New Revision: 334081
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=334081&view=rev
> > Log:
> > [Polly] Enable GPGPU codegeneration
> >
> >
> > Modified:
> >     zorg/trunk/zorg/buildbot/builders/PollyBuilder.py
> >
> > Modified: zorg/trunk/zorg/buildbot/builders/PollyBuilder.py
> > URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/
> buildbot/builders/PollyBuilder.py?rev=334081&r1=334080&r2=334081&view=diff
> > ============================================================
> ==================
> > --- zorg/trunk/zorg/buildbot/builders/PollyBuilder.py (original)
> > +++ zorg/trunk/zorg/buildbot/builders/PollyBuilder.py Wed Jun  6
> 02:45:22 2018
> > @@ -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,
> >
> >
> > _______________________________________________
> > llvm-commits mailing list
> > llvm-commits at lists.llvm.org
> > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180607/5c255f3e/attachment.html>


More information about the llvm-commits mailing list