File tree 2 files changed +2
-114
lines changed
2 files changed +2
-114
lines changed Original file line number Diff line number Diff line change 12
12
endif
13
13
14
14
# ASYNCIFY allows emscripten to sleep
15
- # EMFLAGS=-std=c++17 -I$(GPUCPP) -I$(GPUCPP)/third_party/headers/wasm -I. -Iunittest_llmc -Illm.c -s USE_WEBGPU=1 -s -s STACK_SIZE=100000 -s MEMORY64=1 -s ALLOW_MEMORY_GROWTH=1
16
15
EMFLAGS=-std =c++17 -I$(GPUCPP ) -I$(GPUCPP ) /third_party/headers/wasm -I. -Iunittest_llmc -Illm.c -s USE_WEBGPU=1 -s ASYNCIFY=1 -s STACK_SIZE=100000 -s MEMORY64=1 -s ALLOW_MEMORY_GROWTH=1
17
16
CXXFLAGS=-std =c++17 -I$(GPUCPP ) -I$(GPUCPP ) /third_party/headers -I. -Iunittest_llmc
18
- # CFLAGS=-Ofast -march=native -I. -Iunittest_llmc
19
- CFLAGS =-O2 -march=native -I. -Iunittest_llmc
17
+ CFLAGS =-Ofast -march=native -I. -Iunittest_llmc
18
+ # CFLAGS=-O2 -march=native -I. -Iunittest_llmc
20
19
21
20
LDFLAGS =$(STDLIB ) -L$(GPUCPP ) /third_party/lib -ldl -ldawn
22
21
FLAGS =$(CXXFLAGS ) $(LDFLAGS )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments