From ae2aaee2e3f82f62a76fac7f1db9409ee9bb2ad6 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Thu, 15 May 2025 11:53:50 +0200 Subject: MLP: fix loop iteration joinpoint --- MLP/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MLP/Makefile') diff --git a/MLP/Makefile b/MLP/Makefile index 9d69752..1ce804d 100644 --- a/MLP/Makefile +++ b/MLP/Makefile @@ -43,10 +43,10 @@ bin/mlp_host: ${HOST_SOURCES} include bin ${QUIET}rm -f include/dfatool_host_dpu.ah bin/mlp_dpu: ${DPU_SOURCES} include bin - dpu-upmem-dpurte-clang ${DPU_FLAGS} -o $@ ${DPU_SOURCES} + ${QUIET}dpu-upmem-dpurte-clang ${DPU_FLAGS} -o $@ ${DPU_SOURCES} clean: - $(RM) -r $(BUILDDIR) + ${QUIET}$(RM) -r $(BUILDDIR) test: all bin/mlp_host -m 1024 -n 1024 -- cgit v1.2.3