Parallelize different functions on independent inputs #16403
Unanswered
JamesYang007
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I have code that looks something like this:
I would like to parallelize the computation of
some_func
anddifferent_func
on multiple cores because they operate on independent inputs. The non-trivial aspect is that at each iteration after the parallel step, we must mix the two values. Is the parallel step possible?Beta Was this translation helpful? Give feedback.
All reactions