Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DScanUtils.cuh69 const uint32_t num_threads_x = 1 << log_num_threads_x; in tensor_kernel_scan_innermost_dim_with_indices() local
228 const uint32_t num_threads_x = (1 << log_num_threads_x); in scan_innermost_dim_with_indices() local
308 const uint32_t num_threads_x = 1 << log_num_threads_x; in tensor_kernel_scan_innermost_dim_impl() local
382 const uint32_t num_threads_x = 1 << log_num_threads_x; in tensor_kernel_scan_innermost_dim() local
427 const uint32_t num_threads_x = (1 << log_num_threads_x); in scan_innermost_dim() local
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/
H A Ddxil_signature.h146 uint32_t num_threads_x; member
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dir_emitter_unnested.cc3622 int64_t num_threads_x = tiling_scheme.GetNumThreadsFor(kDimX); in GenerateReductionCodegenState() local
4533 const ReductionDimensions& reduction_dimensions, int num_threads_x, in CanVectorizeReduction()
4583 int64_t num_threads_x = [&] { in ComputeReductionCodegenInfo() local