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 0bf8359 commit e798dd9Copy full SHA for e798dd9
sycl/source/detail/pipes.cpp
@@ -23,8 +23,8 @@ namespace experimental {
23
__SYCL_EXPORT sycl::detail::string
24
pipe_base::get_pipe_name_impl(const void *HostPipePtr) {
25
return {std::string_view{sycl::_V1::detail::ProgramManager::getInstance()
26
- .getHostPipeEntry(HostPipePtr)
27
- ->MUniqueId}};
+ .getHostPipeEntry(HostPipePtr)
+ ->MUniqueId}};
28
}
29
30
__SYCL_EXPORT bool pipe_base::wait_non_blocking(const event &E) {
0 commit comments