Open TomHeaven opened 4 years ago
Any followup or solutions?
The crux of it is here:
clang supports a __type_pack_element
builtin. So the code will be generated using that. However, some downstream Nvidia tools, not so much. I think it's cudafe++ that can't handle it. In any case, comment out that check or whatever you need to do to make MPARK_TYPE_PACK_ELEMENT
be undefined. The code will then be generated which will use generic unpacking from a pack.
When submitting a bug report, please include the following information (where relevant):
In addition, including the following information will also be very helpful for us to diagnose the problem:
The error seems to be from pytorch's header file variant.h(2241).