all: /usr/local/cuda/bin/nvcc mlp.cu -I/usr/local/cuda/include -lm -o mlp clean: rm mlp