400Ping opened a new issue, #674:
URL: https://github.com/apache/mahout/issues/674

   - Implement GPU-side allocation for state vector 
(qdp-core/src/gpu/memory.rs), ensuring correct size for 2^n complex128 elements 
with error propagation.
   - Add host→device transfer for preprocessed (normalized + padded) data, 
wiring into amplitude encoder (qdp-core/src/gpu/encodings/amplitude.rs), with 
stream hook for future async.
   - Ensure DLPack handoff remains intact after allocation/load (shape, 
strides, deleter).
   - Add basic tests: size validation, allocation failure surfaces a 
MahoutError, and a happy-path copy on Linux with CUDA available.


-- 
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]

Reply via email to