Skip to content

Commit

Permalink
Delete old test for gemmx and add new gemmx test (#43)
Browse files Browse the repository at this point in the history
* delete old runtimes and sw

* add gemmx runtime lib and sw test

* add ci
  • Loading branch information
xiaoling-yi committed Sep 23, 2024
1 parent efab36e commit 0e1071a
Show file tree
Hide file tree
Showing 39 changed files with 1,415 additions and 3,494 deletions.
511 changes: 0 additions & 511 deletions target/sim/sw/device/apps/snax/snax-data-reshuffler/data/datagen.py

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
#
# Xiaoling Yi <[email protected]>

APP = snax-data-reshuffler
APP = snax-gemmx

INCDIRS = data

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

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

SRCS = src/snax-data-reshuffler.c
SRCS = src/snax-gemmx.c

include ./data/Makefile
include ../../common.mk
Expand Down
Loading

0 comments on commit 0e1071a

Please sign in to comment.