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

Support small pooling factors for matrix summaries on GPU #106

Open zpzim opened 2 years ago

zpzim commented 2 years ago

Currently, the GPU implementation of matrix summaries in SCAMP generates patchy output when the pooling factor on the matrix is smaller than 1024x, i.e. if we have an input of length one million and an output matrix size of 4000 x 4000, we will get patchy output on the GPU because this is a pooling factor of ~250.