Konstantin Weißenow
Results
2
comments of
Konstantin Weißenow
Apparently, the actual GPU memory needed is still larger than indicated, leading to a crash with CUDA error 2 (out of memory). ``` Found 1 CUDA devices, using device #0:...
This issue is still present, hiding error codes and always showing No. 0. The reason being the error checking via `CHECK_ERR(cudaGetLastError());` which is not a function but a preprocessor macro...