We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2af304 commit 01cbcf9Copy full SHA for 01cbcf9
experimental/kernels/Makefile
@@ -4,7 +4,6 @@ GPUCPP ?= $(PWD)/../..
4
LIBDIR ?= $(GPUCPP)/third_party/lib
5
LIBSPEC ?= . $(GPUCPP)/source
6
NUM_JOBS?=$(shell nproc)
7
-TARGET=test_kernels
8
ifeq ($(shell $(CXX) -std=c++17 -x c++ -E -include array - < /dev/null > /dev/null 2>&1 ; echo $$?),0)
9
STDLIB :=
10
else
@@ -28,8 +27,7 @@ else
28
27
$(info ✗ OpenMP not found)
29
endif
30
31
-run: ./build/$(TARGET) dawnlib
32
- $(LIBSPEC) && ./build/$(TARGET)
+default: run-native
33
34
run_llm.c: ./build/test_gpt2 dawnlib
35
$(LIBSPEC) && $<
0 commit comments