Skip to content

This repository contains the source code of GPU-PCC algorithm

License

Notifications You must be signed in to change notification settings

pcdslab/GPU-PCC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GPU-PCC

This repository contains the source code of GPU-PCC algorithm

Compilation:

Use the following command for compiling:

nvcc -arch=sm_35 -Xptxas="-dlcm=ca” GPU_PCC.cu -o out

Running:

./out M N

M: number of elements

N: length of time series

note:

Make sure that you add the path to your data in the source code

The data should be stored in row major format (first N elements corresponds to time series of first element, second N elements corresponds to time series of first element and …)

About

This repository contains the source code of GPU-PCC algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages