qvm icon indicating copy to clipboard operation
qvm copied to clipboard

Enhance performance of DQVM

Open jmbr opened this issue 4 years ago • 0 comments

This ticket is a placeholder for isolating and addressing hot spots in DQVM.

The tasks ahead are:

  • [ ] Accelerate address-related computations in apply-distributed-gate
  • [x] Allocate offset arrays directly in foreign memory so no copies are necessary when creating MPI datatypes.
  • [x] Profile to find bottlenecks in the code.

See also #174.

jmbr avatar Sep 09 '19 22:09 jmbr