Closed cheng-chi closed 6 years ago
Line NVCC = $(which nvcc) should be changed to NVCC = $(shell which nvcc)
NVCC = $(which nvcc)
NVCC = $(shell which nvcc)
Line
NVCC = $(which nvcc)
should be changed toNVCC = $(shell which nvcc)