rich7420 opened a new issue, #667: URL: https://github.com/apache/mahout/issues/667
### Summary Presently, we initialize the memory with all zeros and then write the computed results. We could use `unsafe_alloc` instead, which would save about half of the time because `unsafe_alloc` writes only once. https://github.com/apache/mahout/blob/7f7891733b305c7d86cb571c5a07e5d2c8099bf1/qdp/qdp-core/src/gpu/memory.rs#L67-L69 -- 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]
