tensorflow/quantum

Replace transformrangeconcurrently with ParallelFor

Open

#291 opened on Jul 10, 2020

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

Repository metrics

Stars
 (2,180 stars)
PR merge metrics
 (Avg merge 13d 10h) (2 merged PRs in 30d)

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