-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add executor get_description
function
#1615
Conversation
@@ -1427,6 +1432,8 @@ class ReferenceExecutor : public OmpExecutor { | |||
return {this, 0}; | |||
} | |||
|
|||
std::string get_description() const override { return "ReferenceExecutor"; } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess at some point we should also move the reference exec implementations into a .cpp file.
11a9491
to
ade3329
Compare
b8a9398
to
ed5623d
Compare
ed5623d
to
bf09bd2
Compare
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
This adds a function that prints a textual representation of the device used by an executor, and uses it in tests/benchmarks