ready for further opt

This commit is contained in:
2024-07-11 18:02:56 +08:00
parent c440358d9e
commit 2c651ef4c4
2 changed files with 55 additions and 16 deletions

View File

@ -12,7 +12,7 @@ BASIC_SRC = csrc/basic.cu
GEMM = build/gemm
GEMM_SRC = csrc/gemm.cu
all: $(HELLO) $(BASIC)
all: $(HELLO) $(BASIC) $(GEMM)
$(HELLO): $(HELLO_SRC)
mkdir -p build