Home
last modified time | relevance | path

Searched refs:LayoutInputB (Results 1 – 4 of 4) sorted by relevance

/external/pytorch/aten/src/ATen/native/sparse/cuda/
DSparseSemiStructuredLinear.cu48 typename LayoutInputB,
150 LayoutInputB,
235 LayoutInputB layout_b(tensor_b_stride);
240 cutlass::TensorRef<ElementInputB, LayoutInputB>(
DSparseSemiStructuredOps.cu45 typename LayoutInputB,
142 LayoutInputB,
200 LayoutInputB layout_b(tensor_b_stride);
205 cutlass::TensorRef<ElementInputB, LayoutInputB>(
/external/pytorch/aten/src/ATen/native/cuda/
DMixedDtypesLinear.cu61 using LayoutInputB = cutlass::layout::ColumnMajorTileInterleave<ThreadblockK, ColumnsInterleaved>;
90 LayoutInputB,
DRowwiseScaledMM.cu161 using LayoutInputB = cutlass::layout::ColumnMajor; in f8f8bf16_rowwise_impl() typedef
229 LayoutInputB, in f8f8bf16_rowwise_impl()