summaryrefslogtreecommitdiff
path: root/src/cupp11.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cupp11.hpp')
-rw-r--r--src/cupp11.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cupp11.hpp b/src/cupp11.hpp
index ec21c5b1..00337ebd 100644
--- a/src/cupp11.hpp
+++ b/src/cupp11.hpp
@@ -326,6 +326,9 @@ public:
std::string AMDBoardName() const { return ""; }
std::string NVIDIAComputeCapability() const { return Capabilities(); }
+ // Retrieves the above extra information
+ std::string GetExtraInfo() const { return NVIDIAComputeCapability(); }
+
// Accessor to the private data-member
const RawDeviceID& operator()() const { return device_; }
private: