Improved thread self test error message.
This commit is contained in:
parent
d8b07570a3
commit
2a107cc463
6 changed files with 30 additions and 8 deletions
|
@ -54,6 +54,8 @@ public:
|
|||
inline bool operator!=(const CpuLaunchData &other) const { return !isEqual(other); }
|
||||
inline bool operator==(const CpuLaunchData &other) const { return isEqual(other); }
|
||||
|
||||
static const char *tag();
|
||||
|
||||
const Algorithm algorithm;
|
||||
const Assembly assembly;
|
||||
const bool hugePages;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue