-
Notifications
You must be signed in to change notification settings - Fork 96
Add executor get_description
function
#1615
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
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
|
Adds a function printing a textual representation of the executor's device Related PR: ginkgo-project#1615
This adds a function that prints a textual representation of the device used by an executor, and uses it in tests/benchmarks