Possibility to speed up further with JAX? #11
Replies: 4 comments
-
Thanks for the suggestion! |
Beta Was this translation helpful? Give feedback.
-
Yup, that makes sense. |
Beta Was this translation helpful? Give feedback.
-
So this means that multiprocessing is also complicated to implement? I've seen it done here: https://github.com/NMVHS/PyTracer |
Beta Was this translation helpful? Give feedback.
-
Multiprocessing works on CPU cores so it doesn't have these GPU limitations. What happens it's that my raytracer already uses multiple cores because lot of Numpy methods uses multithreading so it cannot be made faster using multiprocessing. About the PyTracer project I already have talked with the author and made some tests. It's also a cool project. |
Beta Was this translation helpful? Give feedback.
-
Have you seen Google's JAX project?
https://github.com/google/jax
Do you think it might feasible to speed this up further with that?
Beta Was this translation helpful? Give feedback.
All reactions