Searched refs:maxReduction (Results 1 – 1 of 1) sorted by relevance
482 …auto maxReduction = sycl::reduction(impl->reduction_norm, sycl::maximum<>(), {sycl::property::redu… in CeedVectorNorm_Sycl() local483 …data->sycl_queue.parallel_for(length, e, maxReduction, [=](sycl::id<1> i, auto &max) { max.combine… in CeedVectorNorm_Sycl()