Skip to content

Commit

Permalink
add sw test for kul cluster (#9)
Browse files Browse the repository at this point in the history
* add sw test for kul cluster

* mdf file path

* fix mkfile include path

* Delete wide_gemm_data_reshuffler

* Modify Makefile to automatically add source code

---------

Co-authored-by: Yunhao Deng <[email protected]>
  • Loading branch information
xiaoling-yi and IveanEx committed Aug 18, 2024
1 parent 53707c4 commit f5dc007
Show file tree
Hide file tree
Showing 24 changed files with 2,172 additions and 17,637 deletions.
21 changes: 21 additions & 0 deletions target/sim/sw/device/apps/snax/snax-data-reshuffler/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Copyright 2023 KU Leuven.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
#
# Xiaoling Yi <[email protected]>

APP = snax-data-reshuffler

INCDIRS = data

INCDIRS += ../../../snax/data-reshuffler/include

# Include this binary in the final build
RISCV_LDFLAGS += ../../../snax/data-reshuffler/build/snax-data-reshuffler-lib.o

SRCS = src/snax-data-reshuffler.c

include ./data/Makefile
include ../../common.mk

$(DEP): $(DATA_H)
Loading

0 comments on commit f5dc007

Please sign in to comment.