Skip to content

Commit d05e4cf

Browse files
committed
fix copy paste error
1 parent f10fc2c commit d05e4cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IntelPresentMon/ControlLib/IntelPowerTelemetryAdapter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ namespace pwr::intel
494494
pmlog_verb(v::gpu)(std::format("VRAM write BW bSupported [{}] type [{}] units [{}] data_64 [{}] data_double [{}]",
495495
currentSample.vramWriteBandwidth.bSupported, (int)currentSample.vramWriteBandwidth.type,
496496
(int)currentSample.vramWriteBandwidth.units, currentSample.vramWriteBandwidth.value.datau64,
497-
currentSample.vramReadBandwidth.value.datadouble));
497+
currentSample.vramWriteBandwidth.value.datadouble));
498498
if (result != CTL_RESULT_SUCCESS ||
499499
!(HasTelemetryCapBit(GpuTelemetryCapBits::gpu_mem_write_bandwidth))) {
500500
useNewBandwidthTelemetry = false;

0 commit comments

Comments
 (0)