Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 188 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 188 Bytes

k-nearest neighbor using CUDA

Compile the program

	$ make

Execute the program

	$ chmod +x ./knn.o
	$ ./knn.o <inputfile>

Shuai YUAN yszheda@gmail.com