Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
/ dtw-pattern Public archive

Dynamic Time Warping DTW implementation in C++ and with CUDA

Notifications You must be signed in to change notification settings

haimingzhao/dtw-pattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dtw-pattern

C++ code of the implementation of the DTW-based pattern mining method with CUDA acceleration. This code implement the MATLAB prototype done in the project into a C++ version and CUDA.

  • Matrix class contains the serial implementation.
  • MatrixCuda class contains the parallel version
  • MatrixCudaOp class contains the parallel version with memory storage optimisation
  • MatrixKernel class contains all the CUDA kernels

About

Dynamic Time Warping DTW implementation in C++ and with CUDA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published