We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The function:
template <typename T, size_t N> inline void copy(span<T> destination, c_array<const T,N> const& source, optional_ref<const stream_t> stream = {})
was failing to pass the stream onwards to an underlying copy function - thus forcing synchronous behavior.
The text was updated successfully, but these errors were encountered:
95747d0
Fixes #709: span-to-C-array copy function now properly forwards its s…
277af60
…tream parameter to an underlying copy function
5d58cb2
eyalroz
No branches or pull requests
The function:
was failing to pass the stream onwards to an underlying copy function - thus forcing synchronous behavior.
The text was updated successfully, but these errors were encountered: