From 36617e3de366954e21f3bdcf9f68f556857159c7 Mon Sep 17 00:00:00 2001 From: xiaoling-yi Date: Tue, 29 Oct 2024 23:57:25 +0100 Subject: [PATCH] add app in makefile --- target/sim/sw/host/apps/offload/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/sim/sw/host/apps/offload/Makefile b/target/sim/sw/host/apps/offload/Makefile index 0d231fc4..857185ce 100644 --- a/target/sim/sw/host/apps/offload/Makefile +++ b/target/sim/sw/host/apps/offload/Makefile @@ -32,7 +32,8 @@ RUNTIME_DIR = $(abspath $(HOST_DIR)/runtime) DEVICE_DIR = $(abspath $(HOST_DIR)/../device) # now we only include the snax app -DEVICE_APPS += snax/snax-gemmx +DEVICE_APPS += snax/snax-gemmx-matmul +DEVICE_APPS += snax/snax-gemmx-conv DEVICE_APPS += snax/snax-test-integration DEVICE_APPS += snax/snax-hypercorex-test-csr DEVICE_APPS += snax/snax-hypercorex-char-recog