viiccwen opened a new issue, #994: URL: https://github.com/apache/mahout/issues/994
### Summary `GpuStateVector` in QDP currently allocates and stores state vectors only in double precision (Float64 / `CuDoubleComplex`). To enable future features such as zero-copy encoding from float32 GPU tensors (e.g. PyTorch `float32` CUDA tensors) and to reduce memory use when single precision is sufficient, the type should support both Float32 and Float64 storage. -- 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]
