Skip to content

Commit 01cbcf9

Browse files
committed
update default llm.c target
1 parent d2af304 commit 01cbcf9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

experimental/kernels/Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ GPUCPP ?= $(PWD)/../..
44
LIBDIR ?= $(GPUCPP)/third_party/lib
55
LIBSPEC ?= . $(GPUCPP)/source
66
NUM_JOBS?=$(shell nproc)
7-
TARGET=test_kernels
87
ifeq ($(shell $(CXX) -std=c++17 -x c++ -E -include array - < /dev/null > /dev/null 2>&1 ; echo $$?),0)
98
STDLIB :=
109
else
@@ -28,8 +27,7 @@ else
2827
$(info ✗ OpenMP not found)
2928
endif
3029

31-
run: ./build/$(TARGET) dawnlib
32-
$(LIBSPEC) && ./build/$(TARGET)
30+
default: run-native
3331

3432
run_llm.c: ./build/test_gpt2 dawnlib
3533
$(LIBSPEC) && $<

0 commit comments

Comments
 (0)