Fix typo
This commit is contained in:
parent
e002697598
commit
82e748cb49
1 changed files with 1 additions and 1 deletions
|
|
@ -359,7 +359,7 @@ void CPUAccelStruct::PrintStats()
|
|||
{
|
||||
if (DynamicBLAS[i])
|
||||
{
|
||||
Printf("#%d avg=%2.3f balaced=%2.3f\n", (int)i, (double)DynamicBLAS[i]->GetAverageDepth(), (double)DynamicBLAS[i]->GetBalancedDepth());
|
||||
Printf("#%d avg=%2.3f balanced=%2.3f\n", (int)i, (double)DynamicBLAS[i]->GetAverageDepth(), (double)DynamicBLAS[i]->GetBalancedDepth());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue