Home
last modified time | relevance | path

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

/aosp_15_r20/external/OpenCL-CTS/test_conformance/workgroups/
H A Dtest_wg_scan_reduce.cpp127 template <typename C> struct ScanInclusive struct
129 using Type = typename C::Type;
131 static constexpr const char *testName = "work_group_scan_inclusive";
132 static constexpr const char *testOpName = C::opName;
133 static constexpr const char *deviceTypeName =
135 static constexpr const char *kernelName = "test_wg_scan_inclusive";
136 static int verify(Type *inptr, Type *outptr, size_t n_elems, in verify()