Change output to say CUDA if CUDA version
This commit is contained in:
parent
3ff57ba9d6
commit
cf6809ba37
@ -122,7 +122,7 @@ int main(int argc, char *argv[])
|
||||
std::cout
|
||||
<< "GPU-STREAM" << std::endl
|
||||
<< "Version: " << VERSION_STRING << std::endl
|
||||
<< "Implementation: OpenCL" << std::endl << std::endl;
|
||||
<< "Implementation: CUDA" << std::endl << std::endl;
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user