rich7420 opened a new issue, #743: URL: https://github.com/apache/mahout/issues/743
### Summary When processing large data in chunks, launch_amplitude_encode() is called with state_len (full state vector size) instead of chunk_len (actual chunk size). This causes the kernel to write state_len elements starting from the chunk offset, which exceeds bounds for chunks after the first one. -- 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]
