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 05a7dff commit bcec635Copy full SHA for bcec635
sycl/include/sycl/ext/intel/experimental/pipes.hpp
@@ -251,7 +251,7 @@ class pipe : public pipe_base {
251
const std::string PipeName = pipe_base::get_pipe_name(HostPipePtr);
252
void *DataPtr = const_cast<void *>(&Data);
253
event E = Q.submit([=](handler &CGH) {
254
- CGH.ext_intel_write_host_pipe(PipeName, (void *)DataPtr,
+ CGH.ext_intel_write_host_pipe(PipeName, DataPtr,
255
sizeof(_dataT), true /*blocking */);
256
});
257
E.wait();
0 commit comments