Skip to content

Commit

Permalink
Add input data to trigger different numbers of overflow and overflow …
Browse files Browse the repository at this point in the history
…types
  • Loading branch information
lucabertaccini committed Aug 14, 2024
1 parent 4e8f9e1 commit c173bf1
Show file tree
Hide file tree
Showing 4 changed files with 181 additions and 7 deletions.
4 changes: 2 additions & 2 deletions sw/blas/gemm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ INCDIRS ?= $(DATA_DIR) $(SRC_DIR)
DATAGEN_PY = $(DATA_DIR)/datagen.py
DATA_H = $(DATA_DIR)/data.h

$(DATA_H): $(DATAGEN_PY) $(DATA_CFG)
$< -c $(DATA_CFG) --section="$(SECTION)" > $@
# $(DATA_H): $(DATAGEN_PY) $(DATA_CFG)
# $< -c $(DATA_CFG) --section="$(SECTION)" > $@

.PHONY: clean-data clean

Expand Down
Loading

0 comments on commit c173bf1

Please sign in to comment.