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

[Enhancement] - Add HPL random generator to gemm-flops with ROCm #510

Closed
quge009 opened this issue Apr 11, 2023 · 0 comments · Fixed by #578
Closed

[Enhancement] - Add HPL random generator to gemm-flops with ROCm #510

quge009 opened this issue Apr 11, 2023 · 0 comments · Fixed by #578
Assignees

Comments

@quge009
Copy link
Contributor

quge009 commented Apr 11, 2023

What would you like to be added:
For GEMM-FLOPs test with ROCm, pass flags to rocblas-bench specify what random tensor generation is used.
--initialization rand_int
--initialization hpl

Why is this needed:
--initialization rand_int to use simple random tensor generation, which results relatively more 0 values
--initialization hpl to use HPL style random tensor generation, which results relatively less 0 values

Without this feature, how does current superbenchmark work
more 0 values results better benchmark results, which is by default for ROCm before 5.1 release

Components that may involve changes:
GEMM-FLOPs

Brief description of your proposal if any:
reference:
https://github.com/ROCmSoftwarePlatform/rocBLAS/releases/tag/rocm-5.1.0
https://ontrack.amd.com/browse/MSRCHA-325
ROCm/rocBLAS@9e9ced4

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