From a786d876db60bb2d111db4bfef9ba240867521de Mon Sep 17 00:00:00 2001 From: mpragnay Date: Sat, 6 Dec 2025 21:55:48 -0500 Subject: [PATCH] build changes --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d16fe64..34f53c2 100644 --- a/Makefile +++ b/Makefile @@ -303,8 +303,8 @@ test_nvshmem: test_nvshmem_basic.cu # NVSHMEM Pipeline Training Target (Phase 1) # Run with: NVSHMEM_BOOTSTRAP=MPI mpirun -np 2 ./nvshmem_train_gpt2 -b 4 -t 128 nvshmem_train_gpt2: nvshmem_train_gpt2.cu - $(NVCC) --threads=0 -t=0 --use_fast_math -std=c++17 -O3 \ - -arch=sm_80 -rdc=true --extended-lambda --expt-relaxed-constexpr \ + $(NVCC) --threads=0 -t=0 --use_fast_math -std=c++14 -O3 \ + -arch=sm_80 \ -I$(NVSHMEM_HOME)/include -L$(NVSHMEM_HOME)/lib \ -I$(OPENMPI_INCLUDE_PATH) -L$(OPENMPI_LIB_PATH) \ $^ -lnvshmem_host -lnvshmem_device -lcublas -lcublasLt -lcuda -lcudart -lnvidia-ml -lmpi $(CUDA_OUTPUT_FILE)