The following is the source code relevant to my problem. My issue is that, on compile, I generate 3 errors, all of which say that a corresponding variable is undefined. I am wondering what could be causing this. I’ve checked over the code several times but all seems to be in place. I can upload relevant parts of the Makefile as well, or of the *.cu file utilizing the header file.
There is no error in this part of code. But I don’t know what is your compiler. I compiled it successfully with VS2008 plus CUDA3.0beta. You may try to clean all the intermediate files and recompile it.
I just wanted to let everyone know that I’ve [SOLVED] the issue by placing this-> in front of each variable I was using from the base class. Idk why that isn’t assumed when using it thru a *.cu file, but it worked.