https://github.com/amirbroker/cudadtw
Use CUDA with numba for Dynamic Time Warping
https://github.com/amirbroker/cudadtw
cuda dtw dynamic-time-warping gpu numba
Last synced: 2 months ago
JSON representation
Use CUDA with numba for Dynamic Time Warping
- Host: GitHub
- URL: https://github.com/amirbroker/cudadtw
- Owner: amirbroker
- Created: 2024-09-20T20:59:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-20T21:36:31.000Z (over 1 year ago)
- Last Synced: 2025-10-30T23:41:24.127Z (8 months ago)
- Topics: cuda, dtw, dynamic-time-warping, gpu, numba
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cudaDTW
Use this code to measure the distance of short sequences with DTW algorithm in GPU.
Please run testDTW
Make sure you have an NVIDIA GPU in your computer.