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

   ## Summary
   
   - Adds the qumat 0.6.0 release blog post 
(`docs/blog/2026-06-01-Qumat-0.6.0-Release/`) with four benchmark charts 
generated from fresh runs on RTX 3090 Ti hardware
   - Covers QDP encoding parity (Phase/IQP/IQP-Z on CUDA + ROCm), AMD Triton 
backend, SVHN/latency/throughput benchmarks, and docs overhaul
   - Adds `ryankert` to `docs/blog/authors.yml`
   - Fixes a bug in `qdp/qdp-python/qumat_qdp/api.py` where `dtype="f32"` was 
passed to `run_throughput_pipeline_py()` which the Rust binding does not 
accept, causing `QdpBenchmark.run_latency()` and `run_throughput()` to fail
   - Adds `dev/announce-email-0.6.0.md` with corrected `qumat[qdp]` install 
syntax
   
   ## Benchmark environment
   
   Charts were produced from live runs on this machine:
   - SVHN IQP throughput: QDP on GPU 0 (RTX 3090 Ti), PennyLane on GPU 1 (RTX 
3090 Ti)
   - Data-to-state latency + DataLoader throughput: single RTX 3090 Ti, 
`--frameworks mahout,pennylane`
   - Qiskit latency numbers (Statevec / Init) retained from existing log files 
in `qdp/qdp-python/benchmark/encoding_benchmarks/logs/`
   
   ## Test plan
   
   - [ ] `npm run start` in `website/` renders the blog post at 
`/blog/2026-06-01-Qumat-0.6.0-Release` with all four images visible
   - [ ] Author avatars (Ryan Huang + Mahout Team) appear on the post
   - [ ] `python -c "from qumat_qdp import QdpBenchmark; 
QdpBenchmark(device_id=0).qubits(4).encoding('amplitude').batches(2, 
size=4).prefetch(1).warmup(1).run_latency()"` succeeds without TypeError


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