Sample improvements.
- Enable -O3 for hipDispatchLatency. - Use nearly-null kernel to prevent it from being optimized away. - Formatting for hipDispatchLatency. - Formatting for hipInfo.
Tento commit je obsažen v:
@@ -253,10 +253,12 @@ void ResultDatabase::DumpDetailed(ostream &out)
|
||||
|
||||
out << endl;
|
||||
}
|
||||
out << endl
|
||||
<< "Note: Any results marked with (*) had missing values." << endl
|
||||
<< " This can occur on systems with a mixture of" << endl
|
||||
<< " device types or architectural capabilities." << endl;
|
||||
if (0) {
|
||||
out << endl
|
||||
<< "Note: Any results marked with (*) had missing values." << endl
|
||||
<< " This can occur on systems with a mixture of" << endl
|
||||
<< " device types or architectural capabilities." << endl;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -330,9 +332,11 @@ void ResultDatabase::DumpSummary(ostream &out)
|
||||
|
||||
out << endl;
|
||||
}
|
||||
out << endl
|
||||
if (0) {
|
||||
out << endl
|
||||
<< "Note: results marked with (*) had missing values such as" << endl
|
||||
<< "might occur with a mixture of architectural capabilities." << endl;
|
||||
}
|
||||
}
|
||||
|
||||
// ****************************************************************************
|
||||
|
||||
Odkázat v novém úkolu
Zablokovat Uživatele