Lunderberg commented on PR #14695:
URL: https://github.com/apache/tvm/pull/14695#issuecomment-1531593877

   Regarding the CI failures, it looks like the `.cu` file being compiled 
terminates a bit early.  (e.g. `extern "C" __global__ void 
__launch_bounds__(16)` with no function name afterward.)  I have a vague memory 
of generated `.cu` files being split in order to stay within some nvcc size 
limits.  I can't find where that splitting occurs, but I'm wondering it occurs 
line-by-line and is getting confused by the newlines after `__launch_bounds__` 
and before the function name.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to