Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete old test for gemmx and add new gemmx test #43

Merged
merged 3 commits into from
Sep 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading