cutlass/docs/output__tile__thread__map_8h_source.html

157 lines
106 KiB
HTML
Raw Normal View History

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>CUTLASS: output_tile_thread_map.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="cutlass-logo-small.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">CUTLASS
</div>
<div id="projectbrief">CUDA Templates for Linear Algebra Subroutines and Solvers</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File&#160;List</span></a></li>
<li><a href="globals.html"><span>File&#160;Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_6baf2bb612a2f0daa69af3101ede80a1.html">cutlass</a></li><li class="navelem"><a class="el" href="dir_d9e7e9e63637345b8b26a82972709306.html">epilogue</a></li><li class="navelem"><a class="el" href="dir_05a6795d99d74f63b7300fc6eb9e55c2.html">threadblock</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">output_tile_thread_map.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="output__tile__thread__map_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">/***************************************************************************************************</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment"> * Copyright (c) 2017-2019, NVIDIA CORPORATION. All rights reserved.</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment"> * Redistribution and use in source and binary forms, with or without modification, are permitted</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment"> * provided that the following conditions are met:</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment"> * * Redistributions of source code must retain the above copyright notice, this list of</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment"> * conditions and the following disclaimer.</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment"> * * Redistributions in binary form must reproduce the above copyright notice, this list of</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment"> * conditions and the following disclaimer in the documentation and/or other materials</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment"> * provided with the distribution.</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="comment"> * * Neither the name of the NVIDIA CORPORATION nor the names of its contributors may be used</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="comment"> * to endorse or promote products derived from this software without specific prior written</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="comment"> * permission.</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment"> * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &quot;AS IS&quot; AND ANY EXPRESS OR</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="comment"> * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="comment"> * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL NVIDIA CORPORATION BE LIABLE</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="comment"> * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,</span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="comment"> * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;</span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="comment"> * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,</span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="comment"> * STRICT LIABILITY, OR TOR (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE</span></div><div class="line"><a
<div class="ttc" id="structcutlass_1_1epilogue_1_1threadblock_1_1OutputTileThreadMap_html_a62b6fe0dc83f09dd548fd75d205656c5"><div class="ttname"><a href="structcutlass_1_1epilogue_1_1threadblock_1_1OutputTileThreadMap.html#a62b6fe0dc83f09dd548fd75d205656c5">cutlass::epilogue::threadblock::OutputTileThreadMap::ThreadMap</a></div><div class="ttdeci">ThreadMap_ ThreadMap</div><div class="ttdoc">Conventional thread map (concept: ThreadMap) </div><div class="ttdef"><b>Definition:</b> output_tile_thread_map.h:79</div></div>
<div class="ttc" id="structcutlass_1_1epilogue_1_1threadblock_1_1OutputTileOptimalThreadMap_html"><div class="ttname"><a href="structcutlass_1_1epilogue_1_1threadblock_1_1OutputTileOptimalThreadMap.html">cutlass::epilogue::threadblock::OutputTileOptimalThreadMap</a></div><div class="ttdef"><b>Definition:</b> output_tile_thread_map.h:228</div></div>
<div class="ttc" id="namespacecutlass_html"><div class="ttname"><a href="namespacecutlass.html">cutlass</a></div><div class="ttdef"><b>Definition:</b> aligned_buffer.h:35</div></div>
<div class="ttc" id="structcutlass_1_1layout_1_1PitchLinearCoord_html"><div class="ttname"><a href="structcutlass_1_1layout_1_1PitchLinearCoord.html">cutlass::layout::PitchLinearCoord</a></div><div class="ttdoc">Coordinate in pitch-linear space. </div><div class="ttdef"><b>Definition:</b> pitch_linear.h:52</div></div>
<div class="ttc" id="tensor__ref_8h_html"><div class="ttname"><a href="tensor__ref_8h.html">tensor_ref.h</a></div><div class="ttdoc">Defines a structure containing strides, bounds, and a pointer to tensor data. </div></div>
<div class="ttc" id="structcutlass_1_1epilogue_1_1threadblock_1_1OutputTileOptimalThreadMap_html_a94a7c6cfdb44e3c8d15b1f948dbebaaf"><div class="ttname"><a href="structcutlass_1_1epilogue_1_1threadblock_1_1OutputTileOptimalThreadMap.html#a94a7c6cfdb44e3c8d15b1f948dbebaaf">cutlass::epilogue::threadblock::OutputTileOptimalThreadMap::Count</a></div><div class="ttdeci">Count_ Count</div><div class="ttdef"><b>Definition:</b> output_tile_thread_map.h:231</div></div>
<div class="ttc" id="structcutlass_1_1epilogue_1_1threadblock_1_1OutputTileShape_html_a20e91af94bad3e155647563375f205b2"><div class="ttname"><a href="structcutlass_1_1epilogue_1_1threadblock_1_1OutputTileShape.html#a20e91af94bad3e155647563375f205b2">cutlass::epilogue::threadblock::OutputTileShape::kGroup</a></div><div class="ttdeci">static int const kGroup</div><div class="ttdef"><b>Definition:</b> output_tile_thread_map.h:60</div></div>
<div class="ttc" id="structcutlass_1_1epilogue_1_1threadblock_1_1OutputTileShape_html"><div class="ttname"><a href="structcutlass_1_1epilogue_1_1threadblock_1_1OutputTileShape.html">cutlass::epilogue::threadblock::OutputTileShape</a></div><div class="ttdoc">Tuple defining point in output tile. </div><div class="ttdef"><b>Definition:</b> output_tile_thread_map.h:57</div></div>
<div class="ttc" id="structcutlass_1_1epilogue_1_1threadblock_1_1InterleavedOutputTileThreadMap_html_a925a0883596e003d54170e1f5b9d6a23"><div class="ttname"><a href="structcutlass_1_1epilogue_1_1threadblock_1_1InterleavedOutputTileThreadMap.html#a925a0883596e003d54170e1f5b9d6a23">cutlass::epilogue::threadblock::InterleavedOutputTileThreadMap::WarpCount</a></div><div class="ttdeci">WarpCount_ WarpCount</div><div class="ttdef"><b>Definition:</b> output_tile_thread_map.h:443</div></div>
<div class="ttc" id="structcutlass_1_1epilogue_1_1threadblock_1_1OutputTileThreadMap_html_a6abb4ca7c8623a17392f7f90a7a66142"><div class="ttname"><a href="structcutlass_1_1epilogue_1_1threadblock_1_1OutputTileThreadMap.html#a6abb4ca7c8623a17392f7f90a7a66142">cutlass::epilogue::threadblock::OutputTileThreadMap::Iterations</a></div><div class="ttdeci">Iterations_ Iterations</div><div class="ttdoc">Iterations performed by each thread. </div><div class="ttdef"><b>Definition:</b> output_tile_thread_map.h:91</div></div>
<div class="ttc" id="structcutlass_1_1epilogue_1_1threadblock_1_1OutputTileShape_html_a7b35ef292b8b23cb49f1df4ac6c40912"><div class="ttname"><a href="structcutlass_1_1epilogue_1_1threadblock_1_1OutputTileShape.html#a7b35ef292b8b23cb49f1df4ac6c40912">cutlass::epilogue::threadblock::OutputTileShape::kColumn</a></div><div class="ttdeci">static int const kColumn</div><div class="ttdef"><b>Definition:</b> output_tile_thread_map.h:58</div></div>
<div class="ttc" id="structcutlass_1_1epilogue_1_1threadblock_1_1detail_1_1RowArrangement_html"><div class="ttname"><a href="structcutlass_1_1epilogue_1_1threadblock_1_1detail_1_1RowArrangement.html">cutlass::epilogue::threadblock::detail::RowArrangement</a></div><div class="ttdoc">RowArrangement determines how one or more warps cover a region of consecutive rows. </div><div class="ttdef"><b>Definition:</b> output_tile_thread_map.h:133</div></div>
<div class="ttc" id="structcutlass_1_1epilogue_1_1threadblock_1_1InterleavedOutputTileThreadMap_html"><div class="ttname"><a href="structcutlass_1_1epilogue_1_1threadblock_1_1InterleavedOutputTileThreadMap.html">cutlass::epilogue::threadblock::InterleavedOutputTileThreadMap</a></div><div class="ttdef"><b>Definition:</b> output_tile_thread_map.h:442</div></div>
<div class="ttc" id="structcutlass_1_1layout_1_1PitchLinearShape_html"><div class="ttname"><a href="structcutlass_1_1layout_1_1PitchLinearShape.html">cutlass::layout::PitchLinearShape</a></div><div class="ttdoc">Template defining a shape used by pitch-linear operators. </div><div class="ttdef"><b>Definition:</b> pitch_linear.h:43</div></div>
<div class="ttc" id="array_8h_html"><div class="ttname"><a href="array_8h.html">array.h</a></div><div class="ttdoc">Statically sized array of elements that accommodates all CUTLASS-supported numeric types and is safe ...</div></div>
<div class="ttc" id="structcutlass_1_1epilogue_1_1threadblock_1_1OutputTileOptimalThreadMap_1_1CompactedThreadMap_html"><div class="ttname"><a href="structcutlass_1_1epilogue_1_1threadblock_1_1OutputTileOptimalThreadMap_1_1CompactedThreadMap.html">cutlass::epilogue::threadblock::OutputTileOptimalThreadMap::CompactedThreadMap</a></div><div class="ttdoc">Compacted thread map in which the 4D region is contiguous. </div><div class="ttdef"><b>Definition:</b> output_tile_thread_map.h:369</div></div>
<div class="ttc" id="structcutlass_1_1epilogue_1_1threadblock_1_1OutputTileThreadMap_html_a0bd9c4b005f277eb40b9d2bdccdcb9e0"><div class="ttname"><a href="structcutlass_1_1epilogue_1_1threadblock_1_1OutputTileThreadMap.html#a0bd9c4b005f277eb40b9d2bdccdcb9e0">cutlass::epilogue::threadblock::OutputTileThreadMap::Count</a></div><div class="ttdeci">Count_ Count</div><div class="ttdoc">Number of iterator iterations. </div><div class="ttdef"><b>Definition:</b> output_tile_thread_map.h:97</div></div>
<div class="ttc" id="structcutlass_1_1epilogue_1_1threadblock_1_1OutputTileOptimalThreadMap_1_1CompactedThreadMap_html_a78883d7cac3a619cce6006dde714cfda"><div class="ttname"><a href="structcutlass_1_1epilogue_1_1threadblock_1_1OutputTileOptimalThreadMap_1_1CompactedThreadMap.html#a78883d7cac3a619cce6006dde714cfda">cutlass::epilogue::threadblock::OutputTileOptimalThreadMap::CompactedThreadMap::initial_offset</a></div><div class="ttdeci">static CUTLASS_HOST_DEVICE MatrixCoord initial_offset(int thread_idx)</div><div class="ttdoc">Function to compute each thread&amp;#39;s initial offset. </div><div class="ttdef"><b>Definition:</b> output_tile_thread_map.h:396</div></div>
<div class="ttc" id="matrix__shape_8h_html"><div class="ttname"><a href="matrix__shape_8h.html">matrix_shape.h</a></div><div class="ttdoc">Defines a Shape template for matrix tiles. </div></div>
<div class="ttc" id="structcutlass_1_1epilogue_1_1threadblock_1_1OutputTileOptimalThreadMap_html_a843ca8d59900d979d135cd14ab9ef30a"><div class="ttname"><a href="structcutlass_1_1epilogue_1_1threadblock_1_1OutputTileOptimalThreadMap.html#a843ca8d59900d979d135cd14ab9ef30a">cutlass::epilogue::threadblock::OutputTileOptimalThreadMap::Shape</a></div><div class="ttdeci">Shape_ Shape</div><div class="ttdef"><b>Definition:</b> output_tile_thread_map.h:230</div></div>
<div class="ttc" id="structcutlass_1_1epilogue_1_1threadblock_1_1InterleavedOutputTileThreadMap_html_af0ec4c4a46c5a83150b3f1ac80ca8e2d"><div class="ttname"><a href="structcutlass_1_1epilogue_1_1threadblock_1_1InterleavedOutputTileThreadMap.html#af0ec4c4a46c5a83150b3f1ac80ca8e2d">cutlass::epilogue::threadblock::InterleavedOutputTileThreadMap::initial_offset</a></div><div class="ttdeci">static CUTLASS_HOST_DEVICE layout::PitchLinearCoord initial_offset(int thread_idx)</div><div class="ttdoc">Initial offset function. </div><div class="ttdef"><b>Definition:</b> output_tile_thread_map.h:469</div></div>
<div class="ttc" id="structcutlass_1_1epilogue_1_1threadblock_1_1OutputTileOptimalThreadMap_1_1Detail_html_a028dd493fdfc53f5189aa9936e170941"><div class="ttname"><a href="structcutlass_1_1epilogue_1_1threadblock_1_1OutputTileOptimalThreadMap_1_1Detail.html#a028dd493fdfc53f5189aa9936e170941">cutlass::epilogue::threadblock::OutputTileOptimalThreadMap::Detail::RowArrangement</a></div><div class="ttdeci">detail::RowArrangement&lt; Shape, kWarpsRemainingForRows, kElementsPerAccess, kElementSize,(Shape::kRow &gt; kWarpsRemainingForRows) &gt; RowArrangement</div><div class="ttdef"><b>Definition:</b> output_tile_thread_map.h:303</div></div>
<div class="ttc" id="structcutlass_1_1epilogue_1_1threadblock_1_1InterleavedOutputTileThreadMap_html_a0ea52743b659b1e8a46f8483f2d55837"><div class="ttname"><a href="structcutlass_1_1epilogue_1_1threadblock_1_1InterleavedOutputTileThreadMap.html#a0ea52743b659b1e8a46f8483f2d55837">cutlass::epilogue::threadblock::InterleavedOutputTileThreadMap::Iterations</a></div><div class="ttdeci">MmaCount Iterations</div><div class="ttdef"><b>Definition:</b> output_tile_thread_map.h:463</div></div>
<div class="ttc" id="cutlass_8h_html_a28c2443a142676d3d71effdae1a986b1"><div class="ttname"><a href="cutlass_8h.html#a28c2443a142676d3d71effdae1a986b1">CUTLASS_HOST_DEVICE</a></div><div class="ttdeci">#define CUTLASS_HOST_DEVICE</div><div class="ttdef"><b>Definition:</b> cutlass.h:89</div></div>
<div class="ttc" id="numeric__types_8h_html"><div class="ttname"><a href="numeric__types_8h.html">numeric_types.h</a></div><div class="ttdoc">Top-level include for all CUTLASS numeric types. </div></div>
<div class="ttc" id="structcutlass_1_1layout_1_1PitchLinearCoord_html_adb31bc9b8cf49dfff64245b70a850834"><div class="ttname"><a href="structcutlass_1_1layout_1_1PitchLinearCoord.html#adb31bc9b8cf49dfff64245b70a850834">cutlass::layout::PitchLinearCoord::contiguous</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE Index const &amp; contiguous() const </div><div class="ttdoc">Returns the contiguous dimension. </div><div class="ttdef"><b>Definition:</b> pitch_linear.h:89</div></div>
<div class="ttc" id="platform_8h_html_adde4c9ea91b753491851361a4198c009"><div class="ttname"><a href="platform_8h.html#adde4c9ea91b753491851361a4198c009">static_assert</a></div><div class="ttdeci">#define static_assert(__e, __m)</div><div class="ttdef"><b>Definition:</b> platform.h:153</div></div>
<div class="ttc" id="structcutlass_1_1epilogue_1_1threadblock_1_1OutputTileOptimalThreadMap_1_1CompactedThreadMap_html_af502630e75793f511960b92694b8f659"><div class="ttname"><a href="structcutlass_1_1epilogue_1_1threadblock_1_1OutputTileOptimalThreadMap_1_1CompactedThreadMap.html#af502630e75793f511960b92694b8f659">cutlass::epilogue::threadblock::OutputTileOptimalThreadMap::CompactedThreadMap::Shape</a></div><div class="ttdeci">Shape_ Shape</div><div class="ttdef"><b>Definition:</b> output_tile_thread_map.h:372</div></div>
<div class="ttc" id="structcutlass_1_1epilogue_1_1threadblock_1_1OutputTileThreadMap_html_ae083ea17a4ed1c6b8032a46b2344b4af"><div class="ttname"><a href="structcutlass_1_1epilogue_1_1threadblock_1_1OutputTileThreadMap.html#ae083ea17a4ed1c6b8032a46b2344b4af">cutlass::epilogue::threadblock::OutputTileThreadMap::Delta</a></div><div class="ttdeci">Delta_ Delta</div><div class="ttdoc">Delta between accesses. </div><div class="ttdef"><b>Definition:</b> output_tile_thread_map.h:94</div></div>
<div class="ttc" id="structcutlass_1_1epilogue_1_1threadblock_1_1OutputTileThreadMap_html_acd308197f2e234388a824273d592d965"><div class="ttname"><a href="structcutlass_1_1epilogue_1_1threadblock_1_1OutputTileThreadMap.html#acd308197f2e234388a824273d592d965">cutlass::epilogue::threadblock::OutputTileThreadMap::initial_offset</a></div><div class="ttdeci">static CUTLASS_HOST_DEVICE MatrixCoord initial_offset(int thread_idx)</div><div class="ttdoc">Initial offset function. </div><div class="ttdef"><b>Definition:</b> output_tile_thread_map.h:101</div></div>
<div class="ttc" id="structcutlass_1_1epilogue_1_1threadblock_1_1InterleavedOutputTileThreadMap_1_1Detail_html"><div class="ttname"><a href="structcutlass_1_1epilogue_1_1threadblock_1_1InterleavedOutputTileThreadMap_1_1Detail.html">cutlass::epilogue::threadblock::InterleavedOutputTileThreadMap::Detail</a></div><div class="ttdef"><b>Definition:</b> output_tile_thread_map.h:457</div></div>
<div class="ttc" id="structcutlass_1_1epilogue_1_1threadblock_1_1OutputTileShape_html_ae142ab20e32fe2ca5093012591bf6818"><div class="ttname"><a href="structcutlass_1_1epilogue_1_1threadblock_1_1OutputTileShape.html#ae142ab20e32fe2ca5093012591bf6818">cutlass::epilogue::threadblock::OutputTileShape::kRow</a></div><div class="ttdeci">static int const kRow</div><div class="ttdef"><b>Definition:</b> output_tile_thread_map.h:59</div></div>
<div class="ttc" id="layout_2matrix_8h_html"><div class="ttname"><a href="layout_2matrix_8h.html">matrix.h</a></div><div class="ttdoc">Defines layout functions used by TensorRef and derived classes. </div></div>
<div class="ttc" id="fast__math_8h_html"><div class="ttname"><a href="fast__math_8h.html">fast_math.h</a></div><div class="ttdoc">Math utilities. </div></div>
<div class="ttc" id="structcutlass_1_1epilogue_1_1threadblock_1_1OutputTileThreadMap_html"><div class="ttname"><a href="structcutlass_1_1epilogue_1_1threadblock_1_1OutputTileThreadMap.html">cutlass::epilogue::threadblock::OutputTileThreadMap</a></div><div class="ttdef"><b>Definition:</b> output_tile_thread_map.h:76</div></div>
<div class="ttc" id="structcutlass_1_1epilogue_1_1threadblock_1_1OutputTileThreadMap_html_aef63fe74c348dad35900465cd6b900e2"><div class="ttname"><a href="structcutlass_1_1epilogue_1_1threadblock_1_1OutputTileThreadMap.html#aef63fe74c348dad35900465cd6b900e2">cutlass::epilogue::threadblock::OutputTileThreadMap::Shape</a></div><div class="ttdeci">Shape_ Shape</div><div class="ttdoc">Shape of the tile. </div><div class="ttdef"><b>Definition:</b> output_tile_thread_map.h:88</div></div>
<div class="ttc" id="structcutlass_1_1epilogue_1_1threadblock_1_1OutputTileShape_html_a7ae1bbb19dcd98860f73711ced104082"><div class="ttname"><a href="structcutlass_1_1epilogue_1_1threadblock_1_1OutputTileShape.html#a7ae1bbb19dcd98860f73711ced104082">cutlass::epilogue::threadblock::OutputTileShape::kTile</a></div><div class="ttdeci">static int const kTile</div><div class="ttdef"><b>Definition:</b> output_tile_thread_map.h:62</div></div>
<div class="ttc" id="structcutlass_1_1epilogue_1_1threadblock_1_1OutputTileShape_html_a245132551c8d4dea831c40b2dc8bcdd1"><div class="ttname"><a href="structcutlass_1_1epilogue_1_1threadblock_1_1OutputTileShape.html#a245132551c8d4dea831c40b2dc8bcdd1">cutlass::epilogue::threadblock::OutputTileShape::kCount</a></div><div class="ttdeci">static int const kCount</div><div class="ttdef"><b>Definition:</b> output_tile_thread_map.h:64</div></div>
<div class="ttc" id="structcutlass_1_1epilogue_1_1threadblock_1_1InterleavedOutputTileThreadMap_html_a8a829dc89f7c7a2ed2c47078d44ebd44"><div class="ttname"><a href="structcutlass_1_1epilogue_1_1threadblock_1_1InterleavedOutputTileThreadMap.html#a8a829dc89f7c7a2ed2c47078d44ebd44">cutlass::epilogue::threadblock::InterleavedOutputTileThreadMap::MmaCount</a></div><div class="ttdeci">MmaCount_ MmaCount</div><div class="ttdef"><b>Definition:</b> output_tile_thread_map.h:444</div></div>
<div class="ttc" id="structcutlass_1_1epilogue_1_1threadblock_1_1OutputTileOptimalThreadMap_html_a39026f56939737423ace3f6471b4c159"><div class="ttname"><a href="structcutlass_1_1epilogue_1_1threadblock_1_1OutputTileOptimalThreadMap.html#a39026f56939737423ace3f6471b4c159">cutlass::epilogue::threadblock::OutputTileOptimalThreadMap::initial_offset</a></div><div class="ttdeci">static CUTLASS_HOST_DEVICE MatrixCoord initial_offset(int thread_idx)</div><div class="ttdoc">Initial offset function. </div><div class="ttdef"><b>Definition:</b> output_tile_thread_map.h:337</div></div>
<div class="ttc" id="namespacecutlass_html_a1676e17a7fea0ac40d9d239cbd3ce872"><div class="ttname"><a href="namespacecutlass.html#a1676e17a7fea0ac40d9d239cbd3ce872">cutlass::const_min</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE constexpr int const_min(int a, int b)</div><div class="ttdef"><b>Definition:</b> fast_math.h:219</div></div>
<div class="ttc" id="cutlass_8h_html"><div class="ttname"><a href="cutlass_8h.html">cutlass.h</a></div><div class="ttdoc">Basic include for CUTLASS. </div></div>
<div class="ttc" id="structcutlass_1_1MatrixCoord_html"><div class="ttname"><a href="structcutlass_1_1MatrixCoord.html">cutlass::MatrixCoord</a></div><div class="ttdef"><b>Definition:</b> matrix_coord.h:39</div></div>
<div class="ttc" id="structcutlass_1_1epilogue_1_1threadblock_1_1OutputTileOptimalThreadMap_1_1Detail_html"><div class="ttname"><a href="structcutlass_1_1epilogue_1_1threadblock_1_1OutputTileOptimalThreadMap_1_1Detail.html">cutlass::epilogue::threadblock::OutputTileOptimalThreadMap::Detail</a></div><div class="ttdef"><b>Definition:</b> output_tile_thread_map.h:244</div></div>
<div class="ttc" id="structcutlass_1_1epilogue_1_1threadblock_1_1OutputTileShape_html_a52d517268cc8554f0d6e36098334f2bf"><div class="ttname"><a href="structcutlass_1_1epilogue_1_1threadblock_1_1OutputTileShape.html#a52d517268cc8554f0d6e36098334f2bf">cutlass::epilogue::threadblock::OutputTileShape::kCluster</a></div><div class="ttdeci">static int const kCluster</div><div class="ttdef"><b>Definition:</b> output_tile_thread_map.h:61</div></div>
<div class="ttc" id="structcutlass_1_1layout_1_1PitchLinearCoord_html_aa828f8dbee3903754b56759c1e6a6043"><div class="ttname"><a href="structcutlass_1_1layout_1_1PitchLinearCoord.html#aa828f8dbee3903754b56759c1e6a6043">cutlass::layout::PitchLinearCoord::strided</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE Index const &amp; strided() const </div><div class="ttdoc">Returns the column of the coordinate. </div><div class="ttdef"><b>Definition:</b> pitch_linear.h:97</div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>