Replies: 1 comment 1 reply
-
We already make use of parallel processing in the form of OpenMP and also exploit SIMD. There's a lot of I/O as well as processing involved, so offloading the data to a GPU may not make sense. I agree if would be a pretty huge undertaking. If you are serious and have CUDA skills already feel free to create a fork and try some experiments. I suspect the gain might not be a large as you hope for. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
DSS seems like a software that could benefit massively from parallelized processing, and given that so many people have relatively powerful consumer grade GPUs, it could really cut down processing time for amateurs and pros alike. I'm sure it would be a huge undertaking but I would be happy to help in whatever ways I can.
Beta Was this translation helpful? Give feedback.
All reactions