I am just starting to learn how to use CUDA. I am trying to run some simple example code: float *ah, *bh, *ad, *bd;
I have some CUDA code that nvcc (well, technically ptxas) likes to take upwards of 10 minutes to compile.While it isn\'t small, it certainly isn\'t huge.(~5000 lines).