Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Tests] Add missing tests for matmul-transpose-b and 2x2 cores #987

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

yzhang93
Copy link
Contributor

No description provided.

Comment on lines 678 to 702
# matmul_transpose_b tests.
transpose_shapes=(
'64x64x64'
'128x32x256'
'512x128x256'
'1536x2048x1536'
)

run_matmul_test_on_shapes ${transpose_shapes[@]} \
--name_prefix "transpose_bf16" \
--lower_to_aie_pipeline "objectFifo" \
--tile_pipeline "pack-peel" \
--lhs_rhs_type "bf16" \
--acc_type "f32" \
--num_repeat_runs "2" \
--do_transpose_rhs "1"

run_matmul_test_on_shapes ${transpose_shapes[@]} \
--name_prefix "transpose_i8" \
--lower_to_aie_pipeline "objectFifo" \
--tile_pipeline "pack-peel" \
--lhs_rhs_type "i8" \
--acc_type "i32" \
--num_repeat_runs "2" \
--do_transpose_rhs "1"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As we're trying to move everything to run.py, we should avoid adding more tests to the bash script and add them in run.py instead.

Copy link
Collaborator

@jtuyls jtuyls left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants