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

Limiting stack size #141

Open
aaelick opened this issue Sep 2, 2024 · 0 comments
Open

Limiting stack size #141

aaelick opened this issue Sep 2, 2024 · 0 comments

Comments

@aaelick
Copy link

aaelick commented Sep 2, 2024

size_t stackSize = 49152;
err = cudaDeviceSetLimit(cudaLimitStackSize, stackSize);
if (err != cudaSuccess) {
printf("GPUEngine: %s\n", cudaGetErrorString(err));
return;
}

Can this be removed? Why limiting stack size needed?
By removing these lines on moderm hardware gpu memory allocation a lot smaller.

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