tensorflow/quantum

Replace transformrangeconcurrently with ParallelFor

Open

#291 opened on Jul 10, 2020

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

Repository metrics

Stars
 (2,145 stars)
PR merge metrics
 (PR metrics pending)

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

Contributor guide