MLIR
20.0.0git
|
Public Member Functions | |
ThreadDiagnostic (size_t id, Diagnostic diag) | |
bool | operator< (const ThreadDiagnostic &rhs) const |
Public Attributes | |
size_t | id |
The id for this diagnostic, this is used for ordering. More... | |
Diagnostic | diag |
The diagnostic. More... | |
Definition at line 904 of file Diagnostics.cpp.
|
inline |
Definition at line 905 of file Diagnostics.cpp.
|
inline |
Definition at line 907 of file Diagnostics.cpp.
References id.
Diagnostic mlir::detail::ParallelDiagnosticHandlerImpl::ThreadDiagnostic::diag |
The diagnostic.
Definition at line 915 of file Diagnostics.cpp.
size_t mlir::detail::ParallelDiagnosticHandlerImpl::ThreadDiagnostic::id |
The id for this diagnostic, this is used for ordering.
Note: This id corresponds to the ordered position of the current element being processed by a given thread.
Definition at line 912 of file Diagnostics.cpp.
Referenced by operator<().