Hi there, I noticed that alchemical analysis only uses a single core at a time and doesn't utilize gpus at all. I'm wondering if their is any intent of adding this to the code in the near future?
Generally speaking, the options are numerous - multi core/multi thread/ gpus and there are many different strategies within python that can be implemented like autojit and cython.
If there aren't any such plans in the moment, can the addition of any of these enhancements damage the code or the program's accuracy ?
All the best
Hi there, I noticed that alchemical analysis only uses a single core at a time and doesn't utilize gpus at all. I'm wondering if their is any intent of adding this to the code in the near future?
Generally speaking, the options are numerous - multi core/multi thread/ gpus and there are many different strategies within python that can be implemented like autojit and cython.
If there aren't any such plans in the moment, can the addition of any of these enhancements damage the code or the program's accuracy ?
All the best