[PATCH] D29654: [OpenMP] Integrate OpenMP target region cubin into host binary
Hal Finkel via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 8 10:28:38 PDT 2017
hfinkel added a comment.
In https://reviews.llvm.org/D29654#835392, @gtbercea wrote:
> In https://reviews.llvm.org/D29654#835371, @arphaman wrote:
>
> > The last RUN line in the new commit triggers the same assertion failure:
>
...
> Hi Alex, I'm not sure why it's failing as I can't reproduce the error locally. Do you have access to a machine with the configuration the test uses?
Can you reproduce if you specifically force the host target to x86_64-apple-darwin17.0.0 (e.g., you pass -target x86_64-apple-darwin17.0.0)?
https://reviews.llvm.org/D29654
More information about the cfe-commits
mailing list