summaryrefslogtreecommitdiff
path: root/GEMV/baselines/gpu/Makefile
blob: bd1be55de5feb71167d70fa1aad5c65160520ddf (plain)
1
2
3
4
5
all:
	/usr/local/cuda/bin/nvcc gemv.cu -I/usr/local/cuda/include -lm -o gemv

clean:
	rm gemv