I’m on Windows 11 Visual Studio 2022 and trying to compile a program from github, I get the following errors:
I have cuda.lib in the linker settings and added the path to cuda include already, any help would be much appreciated
I have this line in one file:
extern "C" const char DeviceProgram[];
and then below it
const auto ptx = std::string(DeviceProgram);
but I checked and I do have a DeviceProgram.cu file