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
|
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
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user