I'm using Tesla C2050. I want to run my code with "-arch=sm_20" but I get -nan while the calculations are correct using "-arch=sm_13" ?! What should I figure out the problem?
Thanks, BehZad
Step through each version of your program in the CUDA debugger and note where they differ.
Step through each version of your program in the CUDA debugger and note where they differ.