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 6a2cd90 commit 7173166Copy full SHA for 7173166
sycl/source/detail/context_impl.cpp
@@ -77,7 +77,7 @@ cl_context context_impl::get() const {
77
return pi::cast<cl_context>(m_Context);
78
}
79
throw invalid_object_error(
80
- "This instance of event doesn't support OpenCL interoperability.");
+ "This instance of context doesn't support OpenCL interoperability.");
81
82
83
bool context_impl::is_host() const { return m_HostContext || !m_OpenCLInterop; }
0 commit comments