[CUDA] Fix device name output (OpenCL->CUDA)
This commit is contained in:
parent
a2778f523e
commit
f94e36f320
@ -42,7 +42,7 @@ CUDAStream<T>::CUDAStream(const unsigned int ARRAY_SIZE, const int device_index)
|
|||||||
check_error();
|
check_error();
|
||||||
|
|
||||||
// Print out device information
|
// Print out device information
|
||||||
std::cout << "Using OpenCL device " << getDeviceName(device_index) << std::endl;
|
std::cout << "Using CUDA device " << getDeviceName(device_index) << std::endl;
|
||||||
std::cout << "Driver: " << getDeviceDriver(device_index) << std::endl;
|
std::cout << "Driver: " << getDeviceDriver(device_index) << std::endl;
|
||||||
|
|
||||||
array_size = ARRAY_SIZE;
|
array_size = ARRAY_SIZE;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user