Skip to content

Commit

Permalink
[int8] Add option to generalize matmul ops
Browse files Browse the repository at this point in the history
  • Loading branch information
antiagainst committed Jul 12, 2024
1 parent 4c6c275 commit 5ed406e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions int8-model/compile-punet-base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ set -x
--iree-rocm-bc-dir="${SCRIPT_DIR}/../bitcode-6.1.2" \
--iree-opt-const-eval=false \
--iree-opt-data-tiling=false \
--iree-global-opt-enable-generalize-linalg-matmul-ops=true \
--iree-global-opt-propagate-transposes=true \
--iree-opt-aggressively-propagate-transposes=true \
--iree-flow-enable-aggressive-fusion \
Expand Down

0 comments on commit 5ed406e

Please sign in to comment.