Skip to content

Commit

Permalink
parallelize fattn compilation test
Browse files Browse the repository at this point in the history
  • Loading branch information
slaren committed May 27, 2024
1 parent f4003cf commit 1ca802a
Show file tree
Hide file tree
Showing 6 changed files with 390 additions and 288 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ define NVCC_COMPILE
endef # NVCC_COMPILE
endif # JETSON_EOL_MODULE_DETECT

ggml-cuda/%.o: ggml-cuda/%.cu ggml-cuda/%.cuh ggml.h ggml-common.h ggml-cuda/common.cuh
ggml-cuda/%.o: ggml-cuda/%.cu ggml.h ggml-common.h ggml-cuda/common.cuh
$(NVCC_COMPILE)

ggml-cuda.o: ggml-cuda.cu ggml-cuda.h ggml.h ggml-backend.h ggml-backend-impl.h ggml-common.h $(wildcard ggml-cuda/*.cuh)
Expand Down
Loading

0 comments on commit 1ca802a

Please sign in to comment.