mirror of
https://github.com/karpathy/llm.c.git
synced 2026-07-28 20:35:09 -04:00
Makefile updated to match script
This commit is contained in:
parent
fbc1e4983c
commit
9b540fa859
1 changed files with 1 additions and 0 deletions
1
Makefile
1
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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue