mirror of
https://github.com/karpathy/llm.c.git
synced 2026-07-27 20:25:09 -04:00
Merge pull request #269 from ChrisDryden/patch-3
Enable multithreading in nvcc
This commit is contained in:
commit
10aa24e2cc
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue