Home
last modified time | relevance | path

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

/aosp_15_r20/external/libcxx/utils/google-benchmark/src/
H A Dbenchmark.cc124 State::State(size_t max_iters, const std::vector<int64_t>& ranges, int thread_i, in State()
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/src/
H A Dbenchmark.cc161 const std::vector<int64_t>& ranges, int thread_i, int n_threads, in State()
/aosp_15_r20/external/google-benchmark/src/
H A Dbenchmark.cc169 const std::vector<int64_t>& ranges, int thread_i, int n_threads, in State()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/
H A Dkernel_forward.h959 const int thread_i = thread_id() / threads_per_row; in attention_kernel() local
H A Dkernel_backward.h1716 const int thread_i = thread_id / threads_per_row; in processBlockIJ() local