Write to std err
This commit is contained in:
parent
f5ba77f4bd
commit
00305ba120
@ -146,7 +146,7 @@ void CUDAStream<T>::listDevices(void)
|
|||||||
// Print device names
|
// Print device names
|
||||||
if (count == 0)
|
if (count == 0)
|
||||||
{
|
{
|
||||||
std::cout << "No devices found." << std::endl;
|
std::cerr << "No devices found." << std::endl;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user