summaryrefslogtreecommitdiff
path: root/src/utilities/device_mapping.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2018-07-13 21:20:27 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2018-07-13 21:20:27 +0200
commit3621639b63c291d29024339c6fc4f05be8be8a84 (patch)
treece1b10189299d422a3484161422c0c854b8bd377 /src/utilities/device_mapping.hpp
parent08b1417956bbaf48611fc0b844ab1bc547089bed (diff)
Added device-name removal code to handle POCL naming convention
Diffstat (limited to 'src/utilities/device_mapping.hpp')
-rw-r--r--src/utilities/device_mapping.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/utilities/device_mapping.hpp b/src/utilities/device_mapping.hpp
index 7fdc04a0..c814622f 100644
--- a/src/utilities/device_mapping.hpp
+++ b/src/utilities/device_mapping.hpp
@@ -43,6 +43,11 @@ const std::unordered_map<std::string, std::string> kDeviceNames {
// Empty
};
+// Things to remove from device names (low-level)
+const std::vector<std::string> kDeviceRemovals {
+ "pthread-"
+};
+
// =================================================================================================
} // namespace device_mapping
} // namespace clblast