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