Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
newling committed Jun 13, 2024
1 parent 7d0eea7 commit 9bc089d
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,10 @@ ROOT_DIR="$(cd $THIS_DIR/../.. && pwd)"
source $XRT_DIR/setup.sh
export XRT_HACK_UNSECURE_LOADING_XCLBIN=1

M=2048
K=4096
N=2048
# TODO(newling) use larger values when CI working
M=64
K=64
N=64

# Create a file ${OUTPUT_DIR}/generated_linalg_matmul.mlir
# by running 'generate_linalg_matmul.py with arguments M, K, and N.
Expand Down

0 comments on commit 9bc089d

Please sign in to comment.