We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8feb558 commit 70593d6Copy full SHA for 70593d6
sycl/tools/sycl-ls/sycl-ls.cpp
@@ -107,9 +107,9 @@ int main(int argc, char **argv) {
107
108
const char *filter = std::getenv("SYCL_DEVICE_FILTER");
109
if (filter) {
110
- std::cout << "Warning: SYCL_DEVICE_FILTER environment variable is set to "
+ std::cerr << "Warning: SYCL_DEVICE_FILTER environment variable is set to "
111
<< filter << "." << std::endl;
112
- std::cout
+ std::cerr
113
<< "To see the correct device id, please unset SYCL_DEVICE_FILTER."
114
<< std::endl
115
<< std::endl;
0 commit comments