Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement DTW on a GPU #36

Open
J08nY opened this issue Jun 29, 2023 · 0 comments
Open

Implement DTW on a GPU #36

J08nY opened this issue Jun 29, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@J08nY
Copy link
Owner

J08nY commented Jun 29, 2023

Implementing Dynamic Time Warping on a GPU might provide an interesting speedup to a slow task of alignment.
However, the algorithm might not be so easy to port to GPUs.

https://en.wikipedia.org/wiki/Dynamic_time_warping

https://pdfs.semanticscholar.org/aceb/7c307098a414d7c384d6189226e4375cf02d.pdf

https://cs.fit.edu/~pkc/papers/tdm04.pdf

@J08nY J08nY added the enhancement New feature or request label Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant