viiccwen opened a new pull request, #1439: URL: https://github.com/apache/mahout/pull/1439
### Related Issues Closes #1438 ### Changes - [ ] Bug fix - [ ] New feature - [ ] Refactoring - [x] Documentation - [ ] Test - [ ] CI/CD pipeline - [ ] Other ### Why The docs were behind the current QDP CUDA tensor implementation. Angle and basis now have float32 single-sample and batched CUDA tensor paths, but the docs still described older limitations. ### How - Updated `qdp/qdp-python/README.md` to list `amplitude`, `angle`, and `basis` as encodings with batch f32 pipeline support. - Added the streaming basis caveat: basis file indices are read as float64 when streaming because float32 may not exactly represent large integer indices. - Updated `docs/qdp/getting-started.md` with the current CUDA tensor dtype guidance for amplitude, angle, basis, IQP-family, and phase. ## Checklist - [ ] Added or updated unit tests for all changes - [x] Added or updated documentation for all changes -- 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]
