Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2D Laplacian tests do not run on GPU in debug mode #75

Open
blegouix opened this issue Jan 3, 2025 · 0 comments
Open

2D Laplacian tests do not run on GPU in debug mode #75

blegouix opened this issue Jan 3, 2025 · 0 comments

Comments

@blegouix
Copy link
Owner

blegouix commented Jan 3, 2025

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant