tensorflow/quantum

Replace transformrangeconcurrently with ParallelFor

Open

#291 geöffnet am 10. Juli 2020

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (653 Forks)github user discovery
area/performancehelp wantedkind/feature-requestno QC knowledge needed

Repository-Metriken

Stars
 (2.145 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Certain places in our codebase still use TransformRangeConcurrently. It would be good to get rid of this in favor of ParallelFor so that we can also get rid of core/ops/tfq_simulate_utils.cc

Contributor Guide