Home
last modified time | relevance | path

Searched defs:thread_work_size (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A Dthread_constants.h21 constexpr int thread_work_size() { return 4; } in thread_work_size() function
H A DRangeFactories.cu35 constexpr int thread_work_size = 1; variable
H A Djit_utils.cpp968 constexpr int thread_work_size = THREAD_WORK_SIZE; variable