summaryrefslogtreecommitdiff
path: root/src/cupp11.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-11-19 16:31:08 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2017-11-19 16:31:08 +0100
commita3a8b44f598b3eca18ab226112bf5c2bc3b19df8 (patch)
treed9302e2e174817b91142739c254211cef0317acb /src/cupp11.hpp
parentc6690df8962dc48112558c09531eeda9d93d1e97 (diff)
Some fixed for the new auto-tuner to be compatible with the Python scripts
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: