summaryrefslogtreecommitdiff
path: root/utests/utest_helper.hpp
diff options
context:
space:
mode:
authorPan Xiuli <xiuli.pan@intel.com>2016-10-19 14:37:15 +0800
committerYang Rong <rong.r.yang@intel.com>2016-11-03 12:23:49 +0800
commit49a25aef893da9d03bfa1154f916755aa638d729 (patch)
tree286138c2f5f6dcb8dd8191a771ef4dddb15fe3cb /utests/utest_helper.hpp
parentd4f06bd0ecd05b7b27f9bcd89aa3d1325e60940d (diff)
downloadbeignet-49a25aef893da9d03bfa1154f916755aa638d729.tar.gz
Utest: Add check subgroup short helper function
Check if the device support intel_subgroups_short extension, also check if the device support intel_subgroups extension first. Signed-off-by: Pan Xiuli <xiuli.pan@intel.com> Reviewed-by: Yang Rong <rong.r.yang@intel.com>
Diffstat (limited to 'utests/utest_helper.hpp')
-rw-r--r--utests/utest_helper.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/utests/utest_helper.hpp b/utests/utest_helper.hpp
index b16aac71..a7613258 100644
--- a/utests/utest_helper.hpp
+++ b/utests/utest_helper.hpp
@@ -321,4 +321,6 @@ extern uint32_t __half_to_float(uint16_t h, bool* isInf = NULL, bool* infSign =
extern uint16_t __float_to_half(uint32_t x);
extern float as_float(uint32_t i);
extern uint32_t as_uint(float f);
+/* Check is intel subgroups short enabled. */
+extern int cl_check_subgroups_short(void);
#endif /* __UTEST_HELPER_HPP__ */