Skip to content

Commit

Permalink
Generate include folder with golden model calls.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvan Tortorella committed Feb 28, 2024
1 parent a882d7a commit ff993e7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion golden-model/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ K ?= 3
# FP format
fp_fmt ?= FP16

check_penv:
check_sw:
mkdir -p $(SW)

check_penv: check_sw
ifndef PENV
$(error PENV is undefined. Make sure to export \
PENV=<absolute_path_your_pythonenv> before continue.)
Expand Down

0 comments on commit ff993e7

Please sign in to comment.