cutlass/docs/epilogue__base_8h_source.html

153 lines
54 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: epilogue_base.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">epilogue_base.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="epilogue__base_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 name="l0002
<div class="ttc" id="structcutlass_1_1MatrixShape_html"><div class="ttname"><a href="structcutlass_1_1MatrixShape.html">cutlass::MatrixShape</a></div><div class="ttdoc">Describes the size of a matrix tile. </div><div class="ttdef"><b>Definition:</b> matrix_shape.h:42</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_1epilogue_1_1threadblock_1_1EpilogueBase_1_1SharedStorage_html_afd521c2dc754bb30024e8767bfc51e49"><div class="ttname"><a href="structcutlass_1_1epilogue_1_1threadblock_1_1EpilogueBase_1_1SharedStorage.html#afd521c2dc754bb30024e8767bfc51e49">cutlass::epilogue::threadblock::EpilogueBase::SharedStorage::debug_print</a></div><div class="ttdeci">CUTLASS_DEVICE void debug_print()</div><div class="ttdef"><b>Definition:</b> epilogue_base.h:149</div></div>
<div class="ttc" id="structcutlass_1_1MatrixShape_html_a160927c2ddf7239f5be8c7cf6374a82e"><div class="ttname"><a href="structcutlass_1_1MatrixShape.html#a160927c2ddf7239f5be8c7cf6374a82e">cutlass::MatrixShape::kColumn</a></div><div class="ttdeci">static int const kColumn</div><div class="ttdoc">columns of a matrix </div><div class="ttdef"><b>Definition:</b> matrix_shape.h:44</div></div>
<div class="ttc" id="classcutlass_1_1epilogue_1_1threadblock_1_1EpilogueBase_html_ac858903691c5e2b52c4a470e712911e3"><div class="ttname"><a href="classcutlass_1_1epilogue_1_1threadblock_1_1EpilogueBase.html#ac858903691c5e2b52c4a470e712911e3">cutlass::epilogue::threadblock::EpilogueBase::warp_tile_iterator_</a></div><div class="ttdeci">WarpTileIterator warp_tile_iterator_</div><div class="ttdoc">Stores a warp&amp;#39;s fragment of accumulators to SMEM. </div><div class="ttdef"><b>Definition:</b> epilogue_base.h:176</div></div>
<div class="ttc" id="classcutlass_1_1epilogue_1_1threadblock_1_1EpilogueBase_html_aa086274af03133d2c35c27f5e76e609e"><div class="ttname"><a href="classcutlass_1_1epilogue_1_1threadblock_1_1EpilogueBase.html#aa086274af03133d2c35c27f5e76e609e">cutlass::epilogue::threadblock::EpilogueBase::shared_storage_</a></div><div class="ttdeci">SharedStorage &amp; shared_storage_</div><div class="ttdef"><b>Definition:</b> epilogue_base.h:173</div></div>
<div class="ttc" id="pitch__linear__thread__map_8h_html"><div class="ttname"><a href="pitch__linear__thread__map_8h.html">pitch_linear_thread_map.h</a></div><div class="ttdoc">Templates implementing how threads are mapped to a given tile. </div></div>
<div class="ttc" id="classcutlass_1_1epilogue_1_1threadblock_1_1EpilogueBase_html_a9da20f1143795486959963b8b3b3a794"><div class="ttname"><a href="classcutlass_1_1epilogue_1_1threadblock_1_1EpilogueBase.html#a9da20f1143795486959963b8b3b3a794">cutlass::epilogue::threadblock::EpilogueBase::WarpMmaOperator</a></div><div class="ttdeci">WarpMmaOperator_ WarpMmaOperator</div><div class="ttdef"><b>Definition:</b> epilogue_base.h:71</div></div>
<div class="ttc" id="structcutlass_1_1epilogue_1_1threadblock_1_1EpilogueBase_1_1SharedStorage_html"><div class="ttname"><a href="structcutlass_1_1epilogue_1_1threadblock_1_1EpilogueBase_1_1SharedStorage.html">cutlass::epilogue::threadblock::EpilogueBase::SharedStorage</a></div><div class="ttdoc">Shared storage allocation needed by the epilogue. </div><div class="ttdef"><b>Definition:</b> epilogue_base.h:97</div></div>
<div class="ttc" id="structcutlass_1_1epilogue_1_1threadblock_1_1EpilogueBase_1_1SharedStorage_html_a2d57be4f0bdad670c7eb67e64dd1a9f5"><div class="ttname"><a href="structcutlass_1_1epilogue_1_1threadblock_1_1EpilogueBase_1_1SharedStorage.html#a2d57be4f0bdad670c7eb67e64dd1a9f5">cutlass::epilogue::threadblock::EpilogueBase::SharedStorage::data</a></div><div class="ttdeci">CUTLASS_DEVICE Element * data()</div><div class="ttdoc">Returns a pointer to the shared memory buffer. </div><div class="ttdef"><b>Definition:</b> epilogue_base.h:136</div></div>
<div class="ttc" id="include_2cutlass_2gemm_2gemm_8h_html"><div class="ttname"><a href="include_2cutlass_2gemm_2gemm_8h.html">gemm.h</a></div><div class="ttdoc">Defines common types used for all GEMM-like operators. </div></div>
<div class="ttc" id="classcutlass_1_1epilogue_1_1threadblock_1_1EpilogueBase_html_a2ae6385ff74559cbe4dcb16c4470cdfc"><div class="ttname"><a href="classcutlass_1_1epilogue_1_1threadblock_1_1EpilogueBase.html#a2ae6385ff74559cbe4dcb16c4470cdfc">cutlass::epilogue::threadblock::EpilogueBase::ElementAccumulator</a></div><div class="ttdeci">typename AccumulatorTile::Element ElementAccumulator</div><div class="ttdoc">Accumulator element. </div><div class="ttdef"><b>Definition:</b> epilogue_base.h:84</div></div>
<div class="ttc" id="structcutlass_1_1epilogue_1_1threadblock_1_1EpilogueBase_1_1SharedStorage_html_a14e2c2be1d55b6818f9a8f89c286b051"><div class="ttname"><a href="structcutlass_1_1epilogue_1_1threadblock_1_1EpilogueBase_1_1SharedStorage.html#a14e2c2be1d55b6818f9a8f89c286b051">cutlass::epilogue::threadblock::EpilogueBase::SharedStorage::TensorRef</a></div><div class="ttdeci">typename WarpTileIterator::TensorRef TensorRef</div><div class="ttdoc">Tensor reference to shared memory allocation. </div><div class="ttdef"><b>Definition:</b> epilogue_base.h:107</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_1gemm_1_1GemmShape_html_a8b7ab79699355caf179323b7ad4c71fc"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmShape.html#a8b7ab79699355caf179323b7ad4c71fc">cutlass::gemm::GemmShape::kK</a></div><div class="ttdeci">static int const kK</div><div class="ttdef"><b>Definition:</b> include/cutlass/gemm/gemm.h:60</div></div>
<div class="ttc" id="tensor_8h_html"><div class="ttname"><a href="tensor_8h.html">tensor.h</a></div><div class="ttdoc">Defines layout functions used by TensorRef and derived classes for common 4-D and 5-D tensor formats...</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="classcutlass_1_1epilogue_1_1threadblock_1_1EpilogueBase_html_a980ad531ed3e93a988ccfc9ac341dc4d"><div class="ttname"><a href="classcutlass_1_1epilogue_1_1threadblock_1_1EpilogueBase.html#a980ad531ed3e93a988ccfc9ac341dc4d">cutlass::epilogue::threadblock::EpilogueBase::kPartitionsK</a></div><div class="ttdeci">static int const kPartitionsK</div><div class="ttdef"><b>Definition:</b> epilogue_base.h:72</div></div>
<div class="ttc" id="structcutlass_1_1epilogue_1_1threadblock_1_1EpilogueBase_1_1SharedStorage_html_ac20a9f25cf5e6e4a93d9eea5297f9e8b"><div class="ttname"><a href="structcutlass_1_1epilogue_1_1threadblock_1_1EpilogueBase_1_1SharedStorage.html#ac20a9f25cf5e6e4a93d9eea5297f9e8b">cutlass::epilogue::threadblock::EpilogueBase::SharedStorage::Element</a></div><div class="ttdeci">typename WarpTileIterator::Element Element</div><div class="ttdoc">Element type of shared memory. </div><div class="ttdef"><b>Definition:</b> epilogue_base.h:104</div></div>
<div class="ttc" id="tensor__coord_8h_html"><div class="ttname"><a href="tensor__coord_8h.html">tensor_coord.h</a></div><div class="ttdoc">Defines a canonical coordinate for rank=4 tensors offering named indices. </div></div>
<div class="ttc" id="structcutlass_1_1epilogue_1_1threadblock_1_1EpilogueBase_1_1SharedStorage_html_ab44f6ca919320c430087b7103541d77a"><div class="ttname"><a href="structcutlass_1_1epilogue_1_1threadblock_1_1EpilogueBase_1_1SharedStorage.html#ab44f6ca919320c430087b7103541d77a">cutlass::epilogue::threadblock::EpilogueBase::SharedStorage::storage</a></div><div class="ttdeci">AlignedBuffer&lt; Element, StorageShape::kCount &gt; storage</div><div class="ttdef"><b>Definition:</b> epilogue_base.h:128</div></div>
<div class="ttc" id="structcutlass_1_1MatrixShape_html_a6e376c7fd5954ab6040fea695ae8a889"><div class="ttname"><a href="structcutlass_1_1MatrixShape.html#a6e376c7fd5954ab6040fea695ae8a889">cutlass::MatrixShape::kRow</a></div><div class="ttdeci">static int const kRow</div><div class="ttdoc">rows of a matrix </div><div class="ttdef"><b>Definition:</b> matrix_shape.h:43</div></div>
<div class="ttc" id="aligned__buffer_8h_html"><div class="ttname"><a href="aligned__buffer_8h.html">aligned_buffer.h</a></div><div class="ttdoc">AlignedBuffer is a container for trivially copyable elements suitable for use in unions and shared me...</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_1AlignedBuffer_html"><div class="ttname"><a href="structcutlass_1_1AlignedBuffer.html">cutlass::AlignedBuffer</a></div><div class="ttdoc">Modifies semantics of cutlass::Array&lt;&gt; to provide guaranteed alignment. </div><div class="ttdef"><b>Definition:</b> aligned_buffer.h:45</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmShape_html"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmShape.html">cutlass::gemm::GemmShape</a></div><div class="ttdoc">Shape of a matrix multiply-add operation. </div><div class="ttdef"><b>Definition:</b> include/cutlass/gemm/gemm.h:57</div></div>
<div class="ttc" id="structcutlass_1_1AlignedBuffer_html_a8ed8b9d3469621fc82d0041846c59da2"><div class="ttname"><a href="structcutlass_1_1AlignedBuffer.html#a8ed8b9d3469621fc82d0041846c59da2">cutlass::AlignedBuffer::data</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE pointer data()</div><div class="ttdef"><b>Definition:</b> aligned_buffer.h:84</div></div>
<div class="ttc" id="structcutlass_1_1epilogue_1_1threadblock_1_1EpilogueBase_1_1SharedStorage_html_a702ca51bb3a780cefa51fd28028b65b1"><div class="ttname"><a href="structcutlass_1_1epilogue_1_1threadblock_1_1EpilogueBase_1_1SharedStorage.html#a702ca51bb3a780cefa51fd28028b65b1">cutlass::epilogue::threadblock::EpilogueBase::SharedStorage::Layout</a></div><div class="ttdeci">typename WarpTileIterator::Layout Layout</div><div class="ttdoc">Layout of shared memory allocation. </div><div class="ttdef"><b>Definition:</b> epilogue_base.h:110</div></div>
<div class="ttc" id="classcutlass_1_1epilogue_1_1threadblock_1_1EpilogueBase_html_aa39c8ae2394f8e9514c124e1d16ec106"><div class="ttname"><a href="classcutlass_1_1epilogue_1_1threadblock_1_1EpilogueBase.html#aa39c8ae2394f8e9514c124e1d16ec106">cutlass::epilogue::threadblock::EpilogueBase::AccumulatorFragmentIterator</a></div><div class="ttdeci">AccumulatorFragmentIterator_ AccumulatorFragmentIterator</div><div class="ttdef"><b>Definition:</b> epilogue_base.h:73</div></div>
<div class="ttc" id="classcutlass_1_1layout_1_1RowMajor_html"><div class="ttname"><a href="classcutlass_1_1layout_1_1RowMajor.html">cutlass::layout::RowMajor</a></div><div class="ttdoc">Mapping function for row-major matrices. </div><div class="ttdef"><b>Definition:</b> layout/matrix.h:50</div></div>
<div class="ttc" id="vector_8h_html"><div class="ttname"><a href="vector_8h.html">vector.h</a></div><div class="ttdoc">Defines layout functions used for rank=1 vectors. </div></div>
<div class="ttc" id="classcutlass_1_1epilogue_1_1threadblock_1_1EpilogueBase_html_a7d4571b5dae2f9e423d2385b35d17c7e"><div class="ttname"><a href="classcutlass_1_1epilogue_1_1threadblock_1_1EpilogueBase.html#a7d4571b5dae2f9e423d2385b35d17c7e">cutlass::epilogue::threadblock::EpilogueBase::Shape</a></div><div class="ttdeci">Shape_ Shape</div><div class="ttdef"><b>Definition:</b> epilogue_base.h:70</div></div>
<div class="ttc" id="classcutlass_1_1epilogue_1_1threadblock_1_1EpilogueBase_html"><div class="ttname"><a href="classcutlass_1_1epilogue_1_1threadblock_1_1EpilogueBase.html">cutlass::epilogue::threadblock::EpilogueBase</a></div><div class="ttdoc">Base class for epilogues defining warp-level. </div><div class="ttdef"><b>Definition:</b> epilogue_base.h:67</div></div>
<div class="ttc" id="classcutlass_1_1layout_1_1RowMajor_html_a770edcc93145fc3dfa4dfdf37a7c515e"><div class="ttname"><a href="classcutlass_1_1layout_1_1RowMajor.html#a770edcc93145fc3dfa4dfdf37a7c515e">cutlass::layout::RowMajor::packed</a></div><div class="ttdeci">static CUTLASS_HOST_DEVICE RowMajor packed(MatrixCoord const &amp;extent)</div><div class="ttdoc">Helper returns a layout to a tightly packed tensor. </div><div class="ttdef"><b>Definition:</b> layout/matrix.h:93</div></div>
<div class="ttc" id="classcutlass_1_1epilogue_1_1threadblock_1_1EpilogueBase_html_a18d185fd1a896120f0ceb22c83758635"><div class="ttname"><a href="classcutlass_1_1epilogue_1_1threadblock_1_1EpilogueBase.html#a18d185fd1a896120f0ceb22c83758635">cutlass::epilogue::threadblock::EpilogueBase::Padding</a></div><div class="ttdeci">Padding_ Padding</div><div class="ttdef"><b>Definition:</b> epilogue_base.h:75</div></div>
<div class="ttc" id="classcutlass_1_1epilogue_1_1threadblock_1_1EpilogueBase_html_ac7ce30b261c1d1f9891e05a20850fa6d"><div class="ttname"><a href="classcutlass_1_1epilogue_1_1threadblock_1_1EpilogueBase.html#ac7ce30b261c1d1f9891e05a20850fa6d">cutlass::epilogue::threadblock::EpilogueBase::EpilogueBase</a></div><div class="ttdeci">CUTLASS_DEVICE EpilogueBase(SharedStorage &amp;shared_storage, int thread_idx, int warp_idx, int lane_idx)</div><div class="ttdoc">Constructor. </div><div class="ttdef"><b>Definition:</b> epilogue_base.h:182</div></div>
<div class="ttc" id="classcutlass_1_1epilogue_1_1threadblock_1_1EpilogueBase_html_a8f1f19208ad8cf5355a9b6a33bcda7f5"><div class="ttname"><a href="classcutlass_1_1epilogue_1_1threadblock_1_1EpilogueBase.html#a8f1f19208ad8cf5355a9b6a33bcda7f5">cutlass::epilogue::threadblock::EpilogueBase::WarpTileIterator</a></div><div class="ttdeci">WarpTileIterator_ WarpTileIterator</div><div class="ttdef"><b>Definition:</b> epilogue_base.h:74</div></div>
<div class="ttc" id="classcutlass_1_1epilogue_1_1threadblock_1_1EpilogueBase_html_a1707fb90363342996902b96ccd3bb176"><div class="ttname"><a href="classcutlass_1_1epilogue_1_1threadblock_1_1EpilogueBase.html#a1707fb90363342996902b96ccd3bb176">cutlass::epilogue::threadblock::EpilogueBase::AccumulatorTile</a></div><div class="ttdeci">typename AccumulatorFragmentIterator::AccumulatorTile AccumulatorTile</div><div class="ttdoc">The complete warp-level accumulator tile. </div><div class="ttdef"><b>Definition:</b> epilogue_base.h:81</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_1EpilogueBase_1_1SharedStorage_html_a99b724aec92bebece9bc187fb636bc11"><div class="ttname"><a href="structcutlass_1_1epilogue_1_1threadblock_1_1EpilogueBase_1_1SharedStorage.html#a99b724aec92bebece9bc187fb636bc11">cutlass::epilogue::threadblock::EpilogueBase::SharedStorage::reference</a></div><div class="ttdeci">CUTLASS_DEVICE TensorRef reference()</div><div class="ttdoc">Returns a tensor reference to the shared memory buffer. </div><div class="ttdef"><b>Definition:</b> epilogue_base.h:142</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmShape_html_a9fcbaa4b47b83d0c8a09979ad5c98a1e"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmShape.html#a9fcbaa4b47b83d0c8a09979ad5c98a1e">cutlass::gemm::GemmShape::kN</a></div><div class="ttdeci">static int const kN</div><div class="ttdef"><b>Definition:</b> include/cutlass/gemm/gemm.h:59</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>