Skip to content
Snippets Groups Projects
Commit 869535b2 authored by Kenneth Moreland's avatar Kenneth Moreland
Browse files

Remove uses of ScopedCudaStackSize

Since we have (hopefully) gotten rid of all unbounded recursion and
calls to function pointers or virtual methods, the CUDA compiler should
be able to statically determine the size of the stack needed. Thus, we
shouldn't need `ScopedCudaStackSize` at all.

However, there is one odd case where using it seems to be necessary. It
is unclear why, but that is an issue for another day.
parent 4bf8bfb1
Branches
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment