You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I noticed an issue in matrix_multiply.cu: when porting from HIP, calls to
clock64()
never got updated to useGlobalTimer64()
instead. Therefore, matrix_multiply's block times won't align with any other benchmarks' results.The text was updated successfully, but these errors were encountered: