ryankert01 commented on PR #697:
URL: https://github.com/apache/mahout/pull/697#issuecomment-3624364041
My result:
```
Generating 200 samples of 16 qubits...
Generated 200 samples
PennyLane/Qiskit format: 100.28 MB
Mahout format: 125.08 MB
======================================================================
E2E BENCHMARK: 16 Qubits, 200 Samples
======================================================================
[PennyLane] Full Pipeline (Disk -> GPU)...
IO Time: 0.3130 s
/workspace/qdp/benchmark/benchmark_e2e_final.py:212: UserWarning: Casting
complex values to real discards the imaginary part (Triggered internally at
../aten/src/ATen/native/Copy.cpp:301.)
state_gpu = state_cpu.to("cuda", dtype=torch.float32)
Total Time: 0.4093 s
[Qiskit] Full Pipeline (Disk -> GPU)...
IO Time: 0.2456 s
Processed 60/64 vectors...
Total Time: 15.2480 s
[Mahout] Full Pipeline (Disk -> GPU)...
IO + Encode Time: 1.8030 s
Total Time: 1.8060 s
======================================================================
E2E LATENCY (Lower is Better)
Samples: 200, Qubits: 16
======================================================================
PennyLane 0.4093 s
Mahout 1.8060 s
Qiskit 15.2480 s
----------------------------------------------------------------------
Speedup vs PennyLane: 0.23x
Speedup vs Qiskit: 8.44x
```
--
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]