tensorflow/quantum

Replace transformrangeconcurrently with ParallelFor

Open

#291 aberto em 10 de jul. de 2020

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Python (653 forks)github user discovery
area/performancehelp wantedkind/feature-requestno QC knowledge needed

Métricas do repositório

Stars
 (2.145 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

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

Guia do colaborador