General spell check and typo fixing

Co-authored-by: Nick Curtis <nicholas.curtis@amd.com>
Signed-off-by: colramos-amd <colramos@amd.com>
このコミットが含まれているのは:
colramos-amd
2024-01-31 18:31:27 -06:00
committed by Cole Ramos
コミット 66fcfd3def
3個のファイルの変更5行の追加5行の削除
+2 -2
ファイルの表示
@@ -184,9 +184,9 @@ def calc_ceilings(roofline_parameters, dtype, benchmark_data):
# -------------------------------------------------------------------------------------
# Overlay application performance
# -------------------------------------------------------------------------------------
# Calculate relevent metrics for ai calculation
# Calculate relevant metrics for ai calculation
def calc_ai(sort_type, ret_df):
"""Given counter data, caclulate arithmetic intensity for each kernel in the application.
"""Given counter data, calculate arithmetic intensity for each kernel in the application.
"""
df = ret_df["pmc_perf"]
# Sort by top kernels or top dispatches?