Saturday, December 10, 2011

Time step bug solved

I forgot to mention yesterday that I managed to figure out what was causing that bug.  I was sending a float* to the device, but the device was interpreting it as a just a float.  I'm surprised this wasn't a compile time error because the signatures of the command in my .cpp file and .cu file did not match.

Moving on.

No comments:

Post a Comment