forked from pulp-platform/occamy
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delete old test for gemmx and add new gemmx test (#43)
* delete old runtimes and sw * add gemmx runtime lib and sw test * add ci
- Loading branch information
1 parent
efab36e
commit 0e1071a
Showing
39 changed files
with
1,415 additions
and
3,494 deletions.
There are no files selected for viewing
511 changes: 0 additions & 511 deletions
511
target/sim/sw/device/apps/snax/snax-data-reshuffler/data/datagen.py
This file was deleted.
Oops, something went wrong.
44 changes: 0 additions & 44 deletions
44
target/sim/sw/device/apps/snax/snax-data-reshuffler/data/params.hjson
This file was deleted.
Oops, something went wrong.
65 changes: 0 additions & 65 deletions
65
target/sim/sw/device/apps/snax/snax-data-reshuffler/src/snax-data-reshuffler.c
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
File renamed without changes.
Oops, something went wrong.