2
0

Fix typo and CHANGELOG modification

After meeting with the DevOps team, I've added the Unreleased keyword to new CHANGELOG section per their request

Signed-off-by: coleramos425 <colramos@amd.com>
Este cometimento está contido em:
coleramos425
2024-08-28 16:41:05 +00:00
cometido por Cole Ramos
ascendente 66e0418d42
cometimento 369b93bf46
2 ficheiros modificados com 2 adições e 2 eliminações
+1 -1
Ver ficheiro
@@ -113,7 +113,7 @@ def calc_ceilings(roofline_parameters, dtype, benchmark_data):
peakOps = float(benchmark_data[dtype + "Flops"][roofline_parameters["device_id"]])
for i in range(0, len(cacheHierarchy)):
# Plot BW line
console_debug("roofline" "Current cache level is %s" % cacheHierarchy[i])
console_debug("roofline", "Current cache level is %s" % cacheHierarchy[i])
curr_bw = cacheHierarchy[i] + "Bw"
peakBw = float(benchmark_data[curr_bw][roofline_parameters["device_id"]])