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
Compiling with nvcc produces the assembly warning:
nvlink warning : Stack size for entry function [...] cannot be statically determined.
With the -G flag, the examples cannot run (quite random error). I believe this warning and runtime error are linked (No runtime error observed if chunks of code producing the warnings are commented).
The text was updated successfully, but these errors were encountered:
Compiling with
nvcc
produces the assembly warning:With the
-G
flag, the examples cannot run (quite random error). I believe this warning and runtime error are linked (No runtime error observed if chunks of code producing the warnings are commented).The text was updated successfully, but these errors were encountered: