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

clean:
	rm mlp