[PATCH] D29660: [OpenMP] Add flag for overwriting default PTX version for OpenMP targets

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 10 09:01:51 PDT 2017


arphaman added a comment.

The failures were very widespread, e.g. there's a linux buildbot that was red until the revert: http://bb.pgr.jp/builders/test-clang-i686-linux-RA. If you have access to a linux machine you should be able to reproduce the failures that the bot experienced by using the same cmake arguments (I don't know the exact ones, but judging from the bot you should be able to reproduce them using 32 bit release build with assertions enabled). I don't know what GPU that buildbot has.

I'll try to get the detailed test output for my local machine today as well.


Repository:
  rL LLVM

https://reviews.llvm.org/D29660





More information about the cfe-commits mailing list