You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_cuda_library inside cuda_test macro needs alwayslink=True. I don't know if there are side effects to set it by default. So filed an issue instead of a PR to add a line.
The text was updated successfully, but these errors were encountered:
I would prefer "implicitly on the hidden target" if we can do it safely. Otherwise, exposing it to the macro would do it.
Currently some work around is needed one way or another.
For the reason discussed in #20
_cuda_library
insidecuda_test
macro needsalwayslink=True
. I don't know if there are side effects to set it by default. So filed an issue instead of a PR to add a line.The text was updated successfully, but these errors were encountered: