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
In the following formula, P_g refers to the power consumption of the GPU, while g refers to the number of memory sticks (whose power consumption is defined as P_r):
These two (seemingly unrelated) numbers get multiplied in the formula. Is this correct or am I getting something wrong?
I'd have expected the number of memory sticks to be defined as r with the formula being:
$P[kWh]=(c∙P_c+P_g+r*P_r)/1000$
Best regards
The text was updated successfully, but these errors were encountered:
In the following formula,
P_g
refers to the power consumption of the GPU, whileg
refers to the number of memory sticks (whose power consumption is defined asP_r
):sci-guide/docs/E/PerformanceEngineeringBased.md
Lines 17 to 23 in 5f63d84
These two (seemingly unrelated) numbers get multiplied in the formula. Is this correct or am I getting something wrong?
I'd have expected the number of memory sticks to be defined as
r
with the formula being:Best regards
The text was updated successfully, but these errors were encountered: