Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DPersistentSoftmax.cuh74 constexpr int WARP_BATCH = (next_power_of_two <= 128) ? 2 : 1; in softmax_warp_forward() local
221 constexpr int WARP_BATCH = (next_power_of_two <= 128) ? 2 : 1; in softmax_warp_backward() local