You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Rua: I wanted to chime in before you release a modified API and say that CpuBufferPool::from_data() and CpuBufferPool::from_iter() weren't named according to convention. You would expect that these functions return a CpuBufferPool, not a CpuBufferPoolSubbuffer. The Rust API Guide indicates the following about these so called conversion constructors, which are without self parameter: ThisType::from_some_other_type().
It would be good to have simple examples of how to use CpuBufferPool to get data from a computation.
The text was updated successfully, but these errors were encountered: