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

Add un-cached memory options for matrix A, B, C, D into hipblaslt-bench #1079

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

boringmorning
Copy link
Contributor

@boringmorning boringmorning commented Sep 9, 2024

No description provided.

@boringmorning
Copy link
Contributor Author

boringmorning commented Sep 10, 2024

Test on MI300X with command:
./hipblaslt-bench --beta 1 -i 100 -j 10 --algo_method all -m 4096 -n 4096 -k 4096
./hipblaslt-bench --beta 1 -i 100 -j 10 --algo_method all -m 8192 -n 8192 -k 8192

In this test, using un-cached memory does not significantly influence performance.

螢幕擷取畫面 2024-09-12 153219

@boringmorning boringmorning self-assigned this Sep 10, 2024
@boringmorning boringmorning changed the title Add un-cached memory options and GB/s output into hipblaslt-bench Add un-cached memory options hipblaslt-bench Sep 11, 2024
@boringmorning boringmorning changed the title Add un-cached memory options hipblaslt-bench Add un-cached memory options for matrix A, B, C, D hipblaslt-bench Sep 11, 2024
@boringmorning boringmorning changed the title Add un-cached memory options for matrix A, B, C, D hipblaslt-bench Add un-cached memory options for matrix A, B, C, D into hipblaslt-bench Sep 11, 2024
@boringmorning
Copy link
Contributor Author

boringmorning commented Sep 12, 2024

Test on MI300X with command:
./hipblaslt-bench --beta 1 -i 1000 -j 100 --algo_method all -m 128 -n 128 -k 128
./hipblaslt-bench --beta 1 -i 1000 -j 100 --algo_method all -m 512 -n 512 -k 512
./hipblaslt-bench --beta 1 -i 1000 -j 100 --algo_method all -m 1024 -n 1024 -k 1024

image

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.

1 participant