This commit is contained in:
Michael Zhang 2023-12-16 11:44:38 -06:00
parent 0b179f38bd
commit 9ce233b671
2 changed files with 9 additions and 1 deletions

View file

@ -4,4 +4,6 @@ km_cuda
clusters.txt
centroids.txt
report.pdf
cluster.txt
cluster.txt
zhan4854.tar.gz

View file

@ -1,5 +1,11 @@
.PHONY: clean
zhan4854.tar.gz: Makefile ASSIGNMENT.md km_cuda.cu km_cuda_fixed_n.cu report.pdf
mkdir -p zhan4854
cp $^ zhan4854
tar -czvf $@ zhan4854
rm -r zhan4854
km_cuda: km_cuda.cu
nvcc -Xptxas -O3,-v -use_fast_math -o $@ $<