Home | History | Annotate | Download | only in kernels

Lines Matching refs:iters

62   void BM_##DEVICE##_##RNG(int iters, int arg) {              \
63 testing::ItemsProcessed(static_cast<int64>(iters) * arg); \
64 test::Benchmark(#DEVICE, RNG(arg)).Run(iters); \
87 void BM_cpu_RandomGamma(int iters, int nsamp, int nalpha) {
88 testing::ItemsProcessed(static_cast<int64>(iters) * nsamp * nalpha);
92 test::Benchmark("cpu", g).Run(iters);
96 void BM_PhiloxRandom(int iters) {
100 testing::ItemsProcessed(static_cast<int64>(iters) * count);
105 for (int i = 0; i < iters; ++i) {
120 void BM_StdMTRandom(int iters) {
124 testing::ItemsProcessed(static_cast<int64>(iters) * count);
129 for (int i = 0; i < iters; ++i) {