aewallin / allantools

Allan deviation and related time & frequency statistics library in Python
GNU Lesser General Public License v3.0
226 stars 77 forks source link

GPU support? #151

Closed alex-c2 closed 8 months ago

alex-c2 commented 9 months ago

Is the current version compatible with GPU acceleration via CuPy etc.?

aewallin commented 9 months ago

Hi, I am not familiar with CyPu or other GPU-acceleration libraries. Most algorithms use numpy quite heavily, so should benefit from things that make numpy run faster. Do you have a particular application in mind where performance is an issue?

aewallin commented 8 months ago

closing for now, please reopen if there are real use-cases that benefit from GPU-acceleration, and this can be implemented without major rework of the algorithms.