Cuda Toolkit -
TARGET = vector_add SOURCES = vector_add.cu
: The architecture and parallel computing platform itself. cuda toolkit
: The software package containing the compiler, libraries, and debugging tools required to build applications for that architecture. TARGET = vector_add SOURCES = vector_add
$(TARGET): $(SOURCES) $(NVCC) $(NVCC_FLAGS) -o $@ $^ cuda toolkit
nvidia-smi -L