400Ping commented on code in PR #751:
URL: https://github.com/apache/mahout/pull/751#discussion_r2647067332
##########
qdp/qdp-core/src/gpu/pipeline.rs:
##########
@@ -194,39 +216,40 @@ where
e,
))?;
+ // Acquire pinned staging buffer and populate it with the current chunk
+ let mut pinned_buf = pinned_pool.acquire();
+ pinned_buf.as_slice_mut()[..chunk.len()].copy_from_slice(chunk);
Review Comment:
done.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]