Searched refs:Tvm_trips_rounded (Results 1 – 4 of 4) sorted by relevance
3461 double Tvm_trips_rounded; in dml32_CalculatePrefetchSchedule() local3600 Tvm_trips_rounded = dml_ceil(4.0 * Tvm_trips / LineTime, 1.0) / 4.0 * LineTime; in dml32_CalculatePrefetchSchedule()3613 Tvm_trips_rounded = LineTime / 4.0; in dml32_CalculatePrefetchSchedule()3617 Tvm_trips_rounded = LineTime / 4.0; in dml32_CalculatePrefetchSchedule()3621 Tvm_trips_rounded = dml_max(Tvm_trips_rounded, LineTime / 4.0); in dml32_CalculatePrefetchSchedule()3759 if (Tpre_rounded - Tvm_trips_rounded > 0) { in dml32_CalculatePrefetchSchedule()3761 + prefetch_sw_bytes) / (Tpre_rounded - Tvm_trips_rounded); in dml32_CalculatePrefetchSchedule()3769 LineTime - Tvm_trips_rounded > 0) { in dml32_CalculatePrefetchSchedule()3771 / (Tpre_rounded - min_Lsw * LineTime - 0.75 * LineTime - Tvm_trips_rounded); in dml32_CalculatePrefetchSchedule()3774 if (Tpre_rounded - Tvm_trips_rounded - 2 * Tr0_trips_rounded > 0) { in dml32_CalculatePrefetchSchedule()[all …]
896 double Tvm_trips_rounded; local1023 Tvm_trips_rounded = dml_ceil(4.0 * Tvm_trips / LineTime, 1) / 4 * LineTime;1035 Tvm_trips_rounded = 0.0;1164 if (Tpre_rounded - Tvm_trips_rounded > 0) {1166 + prefetch_sw_bytes) / (Tpre_rounded - Tvm_trips_rounded);1174 dml_print("DML::%s: Tvm_trips_rounded: %f\n", __func__, Tvm_trips_rounded);1177 …ineTime < min_Lsw && Tpre_rounded - min_Lsw * LineTime - 0.75 * LineTime - Tvm_trips_rounded > 0) {1179 / (Tpre_rounded - min_Lsw * LineTime - 0.75 * LineTime - Tvm_trips_rounded);1182 if (Tpre_rounded - Tvm_trips_rounded - 2 * Tr0_trips_rounded > 0)1183 …PrefetchBandwidth4 = prefetch_sw_bytes / (Tpre_rounded - Tvm_trips_rounded - 2 * Tr0_trips_rounded…[all …]
918 double Tvm_trips_rounded; local1045 Tvm_trips_rounded = dml_ceil(4.0 * Tvm_trips / LineTime, 1) / 4 * LineTime;1057 Tvm_trips_rounded = 0.0;1186 if (Tpre_rounded - Tvm_trips_rounded > 0) {1188 + prefetch_sw_bytes) / (Tpre_rounded - Tvm_trips_rounded);1196 dml_print("DML::%s: Tvm_trips_rounded: %f\n", __func__, Tvm_trips_rounded);1199 …ineTime < min_Lsw && Tpre_rounded - min_Lsw * LineTime - 0.75 * LineTime - Tvm_trips_rounded > 0) {1201 / (Tpre_rounded - min_Lsw * LineTime - 0.75 * LineTime - Tvm_trips_rounded);1204 if (Tpre_rounded - Tvm_trips_rounded - 2 * Tr0_trips_rounded > 0)1205 …PrefetchBandwidth4 = prefetch_sw_bytes / (Tpre_rounded - Tvm_trips_rounded - 2 * Tr0_trips_rounded…[all …]
900 double Tvm_trips_rounded = 0; in CalculatePrefetchSchedule() local993 Tvm_trips_rounded = dml_ceil(4.0 * Tvm_trips / LineTime, 1) / 4 * LineTime; in CalculatePrefetchSchedule()1087 if (Tpre_rounded - Tvm_trips_rounded > 0) in CalculatePrefetchSchedule()1092 Tvm_trips_rounded); in CalculatePrefetchSchedule()1096 …3 > 4 * prefetch_bw_oto) && Tpre_rounded - Tsw_oto / 4 - 0.75 * LineTime - Tvm_trips_rounded > 0) { in CalculatePrefetchSchedule()1097 …w * HostVMInefficiencyFactor) / (Tpre_rounded - Tsw_oto / 4 - 0.75 * LineTime - Tvm_trips_rounded); in CalculatePrefetchSchedule()1100 if (Tpre_rounded - Tvm_trips_rounded - 2 * Tr0_trips_rounded > 0) in CalculatePrefetchSchedule()1102 / (Tpre_rounded - Tvm_trips_rounded - 2 * Tr0_trips_rounded); in CalculatePrefetchSchedule()1113 …>= Tvm_trips_rounded && (MetaRowByte + PixelPTEBytesPerRow * HostVMInefficiencyFactor) / PrefetchB… in CalculatePrefetchSchedule()1124 …>= Tvm_trips_rounded && (MetaRowByte + PixelPTEBytesPerRow * HostVMInefficiencyFactor) / PrefetchB… in CalculatePrefetchSchedule()[all …]