Skip to content

Commit 3e14dc0

Browse files
authored
[SYCL] Remove print to cout from aspect check (#12978)
- Removes printing to cout from check for ext_oneapi_graph - Caused garbled output when running sycl-ls and LIT
1 parent ad6085c commit 3e14dc0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sycl/source/detail/device_impl.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,6 @@ bool device_impl::has(aspect Aspect) const {
621621
}
622622

623623
std::string_view ExtensionsString(Result.get());
624-
std::cout << ExtensionsString;
625624
const bool Support =
626625
ExtensionsString.find("ur_exp_command_buffer") != std::string::npos;
627626

0 commit comments

Comments
 (0)