Skip to content

Commit

Permalink
update default llm.c target
Browse files Browse the repository at this point in the history
  • Loading branch information
austinvhuang committed Sep 23, 2024
1 parent d2af304 commit 01cbcf9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions experimental/kernels/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ GPUCPP ?= $(PWD)/../..
LIBDIR ?= $(GPUCPP)/third_party/lib
LIBSPEC ?= . $(GPUCPP)/source
NUM_JOBS?=$(shell nproc)
TARGET=test_kernels
ifeq ($(shell $(CXX) -std=c++17 -x c++ -E -include array - < /dev/null > /dev/null 2>&1 ; echo $$?),0)
STDLIB :=
else
Expand All @@ -28,8 +27,7 @@ else
$(info ✗ OpenMP not found)
endif

run: ./build/$(TARGET) dawnlib
$(LIBSPEC) && ./build/$(TARGET)
default: run-native

run_llm.c: ./build/test_gpt2 dawnlib
$(LIBSPEC) && $<
Expand Down

0 comments on commit 01cbcf9

Please sign in to comment.