Closed moritzaugustin closed 9 years ago
it is likely that compute capability 3.5 is required due to the available registers per thread (c.f. https://en.wikipedia.org/wiki/CUDA) -- we have to check which kernels are problematic if we wanted to relax the required cc version no
when running some tests on asterope (device capability 2.1):
running cuda-memcheck ./main -- e.g. for the 1. example above -- a "cudaErrorLaunchOutofResources" error is reported due to "too many resources requested for launch on CUDA API call to cudaLaunch"