SuyashParmar opened a new pull request, #1091:
URL: https://github.com/apache/mahout/pull/1091

   QdpEngine.encode() supports iqp and iqp-z in qdp-core, but the CUDA tensor 
validation path in pytorch.rs currently rejects these methods and only allows 
amplitude, angle, and basis.
   
   This creates inconsistent behavior:
   
   CPU/list/NumPy paths can use iqp/iqp-z
   CUDA tensor path fails early with an unsupported-method error
   Expected behavior
   CUDA tensor inputs should allow iqp and iqp-z when dtype/shape/device 
constraints are satisfied (same style as other supported encodings).
   


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