[PATCH] D29654: [OpenMP] Integrate OpenMP target region cubin into host binary

Gheorghe-Teodor Bercea via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 8 10:38:22 PDT 2017


gtbercea added a comment.

In https://reviews.llvm.org/D29654#835548, @hfinkel wrote:

> 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)?


Yep, I can ! I didn't realize that would actually work thanks! :)


https://reviews.llvm.org/D29654





More information about the cfe-commits mailing list