Searched defs:ScanExclusive (Results 1 – 1 of 1) sorted by relevance
159 template <typename C> struct ScanExclusive struct161 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()