From 9b540fa8595445e229ecb6429fbaf84deca5eba2 Mon Sep 17 00:00:00 2001 From: vyom1611 Date: Mon, 3 Jun 2024 18:59:57 +0530 Subject: [PATCH] Makefile updated to match script --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c8b555a..502974c 100644 --- a/Makefile +++ b/Makefile @@ -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 =