get nan with sm_20

296 views Asked by At

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

1

There are 1 answers

1
Roger Dahl On

Step through each version of your program in the CUDA debugger and note where they differ.