ParallelTask vs jit loop - #318
mmann1123
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just using this to document something. I am doing a kernel PCA on a stack of images. Here's an example using ParallelTask and a jitted function to do the same thing - ParallelTask is about 15% faster:
is faster than
Beta Was this translation helpful? Give feedback.
All reactions