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

clock64 needs to be GlobalTimer64 in matrix_multiply.cu #18

Open
yalue opened this issue Nov 1, 2024 · 0 comments
Open

clock64 needs to be GlobalTimer64 in matrix_multiply.cu #18

yalue opened this issue Nov 1, 2024 · 0 comments

Comments

@yalue
Copy link
Owner

yalue commented Nov 1, 2024

I noticed an issue in matrix_multiply.cu: when porting from HIP, calls to clock64() never got updated to use GlobalTimer64() instead. Therefore, matrix_multiply's block times won't align with any other benchmarks' results.

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

No branches or pull requests

1 participant