Skip to content

Commit df2ad57

Browse files
committed
remove deprecated run.cpp script, clean up llm.c Makefile
1 parent a0859ca commit df2ad57

File tree

2 files changed

+2
-114
lines changed

2 files changed

+2
-114
lines changed

experimental/kernels/Makefile

+2-3
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@ else
1212
endif
1313

1414
# 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
1615
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
1716
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
2019

2120
LDFLAGS=$(STDLIB) -L$(GPUCPP)/third_party/lib -ldl -ldawn
2221
FLAGS=$(CXXFLAGS) $(LDFLAGS)

experimental/kernels/run.cpp

-111
This file was deleted.

0 commit comments

Comments
 (0)