DavideNardone / MTSS-Multivariate-Time-Series-Software

A GP-GPU/CPU Dynamic Time Warping (DTW) implementation for the analysis of Multivariate Time Series (MTS).
MIT License
45 stars 8 forks source link

Sources: Fixed extension for proper compilation with NVCC #25

Closed karlrupp closed 5 years ago

karlrupp commented 5 years ago

Apparently the extension has been changed to .c in a7ddee97103df26b859d0f636c56665f073ed390 to generate the documentation. However, this breaks the build, as NVCC doesn't automatically detect CUDA sources inside the files, but instead relies on proper file extensions.

DavideNardone commented 5 years ago

fixed