Skip to content

Commit

Permalink
add app in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoling-yi committed Oct 29, 2024
1 parent c282026 commit 36617e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion target/sim/sw/host/apps/offload/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 36617e3

Please sign in to comment.