tensorflow/quantum

Replace transformrangeconcurrently with ParallelFor

Open

#291 ouverte le 10 juil. 2020

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Python (653 forks)github user discovery
area/performancehelp wantedkind/feature-requestno QC knowledge needed

Métriques du dépôt

Stars
 (2 145 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

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

Guide contributeur