zpzim / SCAMP

The fastest way to compute matrix profiles on CPU and GPU!
http://www.cs.ucr.edu/~eamonn/MatrixProfile.html
MIT License
155 stars 35 forks source link

Use FindCUDAToolkit instead of FindCUDA. #110

Closed zpzim closed 2 years ago

zpzim commented 2 years ago

FindCUDA is deprecated in cmake 3.18, we should migrate to using FindCUDAToolkit instead.

We should also be speifying CMAKE_CUDA_ARCHITECTURES rather than gencode flags to nvcc.

zpzim commented 2 years ago

This is fixed by #109. Will be part of v4.0.0