Commit 2a878a6
authored
Problem: on Blackwell GPUs, functions such as
Solution: increase the stack size from the default 1 MB to 16 MB (yea, 8 MB wasn't enough, at least on my machine...)cudnnFindConvolutionBackwardDataAlgorithm may run out of stack space on Windows (leading to a stack overflow error) (#3130)1 parent 07c1e73 commit 2a878a6
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
115 | 125 | | |
116 | 126 | | |
117 | 127 | | |
| |||
0 commit comments