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

Latest commit

 

History

History
9 lines (7 loc) · 436 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 436 Bytes

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