summaryrefslogtreecommitdiff
path: root/src/clpp11.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/clpp11.hpp')
-rw-r--r--src/clpp11.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/clpp11.hpp b/src/clpp11.hpp
index a958a4a8..efb1bcfa 100644
--- a/src/clpp11.hpp
+++ b/src/clpp11.hpp
@@ -333,6 +333,7 @@ class Device {
Vendor() == "GenuineIntel" ||
Vendor() == "Intel(R) Corporation"; }
bool IsARM() const { return Vendor() == "ARM"; }
+ bool IsQualcomm() const { return Vendor() == "QUALCOMM"; }
// Platform specific extensions
std::string AMDBoardName() const { // check for 'cl_amd_device_attribute_query' first