Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DReduce.cuh1157 bool can_use_32bit_indexing = iter.can_use_32bit_indexing(); in gpu_reduce_kernel() local
1264 bool can_use_32bit_indexing = iter.can_use_32bit_indexing(); in jitted_gpu_reduce_kernel() local
H A DSoftMax.cu790 …const bool can_use_32bit_indexing = is_32bit_representable(shift) && is_32bit_representable(output… in cunn_SoftMaxBackward() local
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dsimd.py1169 def can_use_32bit_indexing( member in SIMDScheduling
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DTensorIterator.cpp1293 bool TensorIteratorBase::can_use_32bit_indexing() const { in can_use_32bit_indexing() function in at::TensorIteratorBase