On Fri, Nov 9, 2018 at 11:31 AM KOLANICH wrote:
> > -nocudainc should get clang's headers out of your
> >way, but it will be up to you to provide the equivalent.
>
> Yes, corriander provides replacements for NVidia headers. But the problem
> is in the header shipped with CLang.
>
The problem is
2018 11 9 18:38:24 UTC, Artem Belevich пишет:
>+cc cfe-users back;
>
>On Thu, Nov 8, 2018 at 10:20 PM KOLANICH wrote:
>
>> 2018 11 7 23:25:38 UTC, Artem Belevich пишет:
>> >This may be same/similar to
>https://bugs.llvm.org/show_bug.cgi?id=38811
>> >
>> >Basically, there's no owner for CUDA supp
+cc cfe-users back;
On Thu, Nov 8, 2018 at 10:20 PM KOLANICH wrote:
> 2018 11 7 23:25:38 UTC, Artem Belevich пишет:
> >This may be same/similar to https://bugs.llvm.org/show_bug.cgi?id=38811
> >
> >Basically, there's no owner for CUDA support on windows. Someone needs
> >to
> >figure out why/ho
> Yes. The pieces are these:
>
> template
>// template-parameter-list
> void f
> (int N) // parameter-type-list
>
> Both base and derived function template have a parameter-type-list
> of (). :(
Thanks for the analysis. I now wonder whether there is a work-around
to make the code work wi