Home
last modified time | relevance | path

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

/external/pytorch/aten/src/ATen/native/cuda/
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
/external/cronet/tot/third_party/llvm-libc/src/utils/gpu/loader/
DLoader.h25 uint32_t num_threads_x; member
/external/cronet/stable/third_party/llvm-libc/src/utils/gpu/loader/
DLoader.h25 uint32_t num_threads_x; member
/external/mesa3d/src/microsoft/compiler/
Ddxil_signature.h146 uint32_t num_threads_x; member
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
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