Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DPersistentSoftmax.cuh71 constexpr int next_power_of_two = 1 << log2_elements; in softmax_warp_forward() local
218 constexpr int next_power_of_two = 1 << log2_elements; in softmax_warp_backward() local
310 const int next_power_of_two = 1 << log2_elements; in dispatch_softmax_forward() local
360 const int next_power_of_two = 1 << log2_elements; in dispatch_softmax_backward() local
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/
H A Dtopk_ops.cc190 int32_t next_power_of_two = absl::bit_ceil<uint64_t>(width); in CreateTopKUnique() local
268 uint32_t next_power_of_two = absl::bit_ceil<uint64_t>(width); in CreateMakeUnique() local
/aosp_15_r20/external/pffft/
H A Dpffft_common.c23 static int next_power_of_two(int N) { in next_power_of_two() function
/aosp_15_r20/external/libdrm/radeon/
H A Dradeon_surface.c149 static unsigned next_power_of_two(unsigned x) in next_power_of_two() function
/aosp_15_r20/external/OpenCL-CTS/test_common/harness/
H A DimageHelpers.cpp322 uint32_t next_power_of_two(uint32_t v) in next_power_of_two() function