Home
last modified time | relevance | path

Searched refs:block_to_tensor (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DMultiTensorApply.cuh45 unsigned char block_to_tensor[depth_to_max_blocks[n - 1]]; member
55 unsigned char block_to_tensor[depth_to_max_blocks[n - 1]]; member
69 unsigned char block_to_tensor[depth_to_max_blocks[1 - 1]]; member
81 unsigned char block_to_tensor[depth_to_max_blocks[2 - 1]]; member
93 unsigned char block_to_tensor[depth_to_max_blocks[n - 1]]; member
163 tensorListMeta.block_to_tensor[loc_block_info] = loc_tensor_info - 1; in multi_tensor_apply()
248 tensorListMeta.block_to_tensor[loc_block_info] = loc_tensor_info - 1; in multi_tensor_apply()
331 tensorListMeta.block_to_tensor[loc_block_info] = loc_tensor_info - 1; in multi_tensor_apply_for_fused_optimizer()
H A DForeachFunctors.cuh215 const int tensor_loc = tl.block_to_tensor[blockIdx.x]; in operator ()()
238 const auto tensor_loc = tl.block_to_tensor[blockIdx.x]; in operator ()()
263 const auto tensor_loc = tl.block_to_tensor[blockIdx.x]; in operator ()()
316 const int tensor_loc = tl.block_to_tensor[blockIdx.x]; in operator ()()
369 const auto tensor_loc = tl.block_to_tensor[blockIdx.x]; in operator ()()
412 const auto tensor_loc = tl.block_to_tensor[blockIdx.x]; in operator ()()
465 const auto tensor_loc = tl.block_to_tensor[blockIdx.x]; in operator ()()
488 const auto tensor_loc = tl.block_to_tensor[blockIdx.x]; in operator ()()
512 const auto tensor_loc = tl.block_to_tensor[blockIdx.x]; in operator ()()
566 const auto tensor_loc = tl.block_to_tensor[blockIdx.x]; in operator ()()
[all …]
H A DForeachReduceOp.cu60 const auto tensor_loc = tl.block_to_tensor[blockIdx.x]; in operator ()()
250 const auto tensor_loc = tl.block_to_tensor[blockIdx.x]; in operator ()()
H A Dfused_adam_utils.cuh123 const auto tensor_loc = tl.block_to_tensor[blockIdx.x]; in operator ()()
H A DFusedSgdKernel.cu80 const auto tensor_loc = tl.block_to_tensor[blockIdx.x]; in operator ()()
H A DForeachBinaryOpList.cu342 const auto tensor_loc = tl.block_to_tensor[blockIdx.x]; in operator ()()