Merge pull request #269 from ChrisDryden/patch-3

Enable multithreading in nvcc
This commit is contained in:
Andrej 2024-04-28 13:16:47 -07:00 committed by GitHub
commit 10aa24e2cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@ CFLAGS_COND = -march=native
NVCC := $(shell which nvcc 2>/dev/null)
# NVCC flags
NVCC_FLAGS = -O3 --use_fast_math
NVCC_FLAGS = -O3 -t=0 --use_fast_math
NVCC_LDFLAGS = -lcublas -lcublasLt
NCLL_INCLUDES =
NVCC_LDLIBS =