Change output to say CUDA if CUDA version

This commit is contained in:
Tom Deakin 2015-07-16 17:34:59 +01:00
parent 3ff57ba9d6
commit cf6809ba37

View File

@ -122,7 +122,7 @@ int main(int argc, char *argv[])
std::cout std::cout
<< "GPU-STREAM" << std::endl << "GPU-STREAM" << std::endl
<< "Version: " << VERSION_STRING << std::endl << "Version: " << VERSION_STRING << std::endl
<< "Implementation: OpenCL" << std::endl << std::endl; << "Implementation: CUDA" << std::endl << std::endl;
try try
{ {