Home
last modified time | relevance | path

Searched defs:ScanExclusive (Results 1 – 1 of 1) sorted by relevance

/external/OpenCL-CTS/test_conformance/workgroups/
Dtest_wg_scan_reduce.cpp159 template <typename C> struct ScanExclusive struct
161 using Type = typename C::Type;
163 static constexpr const char *testName = "work_group_scan_exclusive";
164 static constexpr const char *testOpName = C::opName;
165 static constexpr const char *deviceTypeName =
167 static constexpr const char *kernelName = "test_wg_scan_exclusive";
168 static int verify(Type *inptr, Type *outptr, size_t n_elems, in verify()