Makefile updated to match script

This commit is contained in:
vyom1611 2024-06-03 18:59:57 +05:30
parent fbc1e4983c
commit 9b540fa859

View file

@ -14,6 +14,7 @@ CUDA_OUTPUT_FILE = -o $@
# NVCC flags
# -t=0 is short for --threads, 0 = number of CPUs on the machine
NVCC_FLAGS = -O3 -t=0 --use_fast_math
NVCC_FLAGS += --std=c++17
NVCC_LDFLAGS = -lcublas -lcublasLt
NVCC_INCLUDES =
NVCC_LDLIBS =