summaryrefslogtreecommitdiffstats
path: root/src/opencl/qcldevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/opencl/qcldevice.h')
-rw-r--r--src/opencl/qcldevice.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/opencl/qcldevice.h b/src/opencl/qcldevice.h
index a874da2..b73d0cd 100644
--- a/src/opencl/qcldevice.h
+++ b/src/opencl/qcldevice.h
@@ -107,6 +107,14 @@ public:
int preferredDoubleVectorSize() const;
int preferredHalfFloatVectorSize() const;
+ int nativeCharVectorSize() const;
+ int nativeShortVectorSize() const;
+ int nativeIntVectorSize() const;
+ int nativeLongVectorSize() const;
+ int nativeFloatVectorSize() const;
+ int nativeDoubleVectorSize() const;
+ int nativeHalfFloatVectorSize() const;
+
enum FloatCapability
{
NotSupported = 0x0000,