Skip to content

Commit 1ca802a

Browse files
committed
parallelize fattn compilation test
1 parent f4003cf commit 1ca802a

File tree

6 files changed

+390
-288
lines changed

6 files changed

+390
-288
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ define NVCC_COMPILE
508508
endef # NVCC_COMPILE
509509
endif # JETSON_EOL_MODULE_DETECT
510510

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

514514
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)

0 commit comments

Comments
 (0)