Home
last modified time | relevance | path

Searched defs:InstructionShape (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/sparse/cuda/
H A DSparseSemiStructuredLinear.cu719 using InstructionShape = cutlass::gemm::GemmShape<16, 8, 64>; in _sparse_semi_structured_linear() typedef
783 using InstructionShape = cutlass::gemm::GemmShape<16, 8, 32>; in _sparse_semi_structured_linear() typedef
822 using InstructionShape = cutlass::gemm::GemmShape<16, 8, 32>; in _sparse_semi_structured_linear() typedef
861 using InstructionShape = cutlass::gemm::GemmShape<16, 8, 16>; in _sparse_semi_structured_linear() typedef
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/cutlass_extensions/gemm/warp/
H A Dmma_tensorop_dequantizer.h111 using InstructionShape = typename ArchMmaOperator::Shape; variable
219 using InstructionShape = typename ArchMmaOperator::Shape; variable
314 using InstructionShape = typename ArchMmaOperator::Shape; variable
401 using InstructionShape = typename ArchMmaOperator::Shape; variable
H A Dmma_tensorop_compute_B_with_f16.h141 using InstructionShape = typename ArchMmaOperator::Shape; variable
/aosp_15_r20/external/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/gemm/
H A Dmma_accum_lambda_iterator.h30 using InstructionShape = typename T::InstructionShape; member
103 using InstructionShape = typename T::InstructionShape; member
/aosp_15_r20/external/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/
H A Dgemm_kernel_utils.h107 using InstructionShape = cutlass::gemm::GemmShape<1, 1, 1>; member
H A Dkernel_backward.h364 using InstructionShape = typename GemmType::InstructionShape; member
499 using InstructionShape = typename GemmType::InstructionShape; member
551 using InstructionShape = typename GemmType::InstructionShape; member
H A Dkernel_forward.h453 using InstructionShape = typename GemmType::InstructionShape; member
/aosp_15_r20/external/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/iterators/
H A Dwarp_iterator_from_smem.h85 using InstructionShape = InstructionShape_; variable
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/cutlass_extensions/gemm/kernel/
H A DfpA_intB_gemm.h84 using InstructionShape = typename Mma::Policy::Operator::InstructionShape; member