cutlass/docs/gemm__traits_8h_source.html

222 lines
177 KiB
HTML
Raw Normal View History

2018-05-17 02:44:56 +08:00
<!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.14"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Cutlass: gemm_traits.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/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script><script type="text/javascript" async 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="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.14 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></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_1417ee5ebebc309c36b7962f26a92c39.html">cutlass</a></li><li class="navelem"><a class="el" href="dir_18d6a367a3982a494d65599933fc67a3.html">gemm</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">gemm_traits.h</div> </div>
</div><!--header-->
<div class="contents">
2018-09-20 05:02:08 +08:00
<a href="gemm__traits_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-2018, 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="l00022"
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmDesc_html"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmDesc.html">cutlass::gemm::GemmDesc</a></div><div class="ttdoc">GEMM problem description. </div><div class="ttdef"><b>Definition:</b> gemm_desc.h:50</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTraits_html_a9cd6c3fddfb4315eb52b672900462c47"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTraits.html#a9cd6c3fddfb4315eb52b672900462c47">cutlass::gemm::GemmTraits::GlobalLoadStreamA</a></div><div class="ttdeci">GlobalLoadStreamA_ GlobalLoadStreamA</div><div class="ttdoc">The stream to load A from global memory to shared memory. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:370</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmEpilogue_html_a4887b56a96694ce6350db77f78bb505f"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmEpilogue.html#a4887b56a96694ce6350db77f78bb505f">cutlass::gemm::GemmEpilogue::ScalarD</a></div><div class="ttdeci">GlobalStoreIteratorD::Scalar ScalarD</div><div class="ttdoc">The scalar for D. </div><div class="ttdef"><b>Definition:</b> gemm_epilogue.h:85</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1SimplifiedGemmTraitsHelper_html_a50121da13661e9fa50e5ea3a87c06266"><div class="ttname"><a href="structcutlass_1_1gemm_1_1SimplifiedGemmTraitsHelper.html#a50121da13661e9fa50e5ea3a87c06266">cutlass::gemm::SimplifiedGemmTraitsHelper::GlobalLoadStreamA</a></div><div class="ttdeci">GlobalLoadStream&lt; GemmOperand::kA, GlobalLoadIteratorA, SharedStoreIteratorA, GlobalTransformerA &gt; GlobalLoadStreamA</div><div class="ttdoc">The stream to load A from global memory to shared memory. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:592</div></div>
<div class="ttc" id="structcutlass_1_1MemorySpace_html_a1e031ec41668015a8fe4ba2c1145d03ca2804339b2be64ff68ae3042073aaa7cc"><div class="ttname"><a href="structcutlass_1_1MemorySpace.html#a1e031ec41668015a8fe4ba2c1145d03ca2804339b2be64ff68ae3042073aaa7cc">cutlass::MemorySpace::kShared</a></div><div class="ttdef"><b>Definition:</b> load_store.h:41</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTraits_html_ae01371eb31b88fa83c4926564cecafdc"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTraits.html#ae01371eb31b88fa83c4926564cecafdc">cutlass::gemm::GemmTraits::SharedLoadStreamA</a></div><div class="ttdeci">SharedLoadStreamA_ SharedLoadStreamA</div><div class="ttdoc">The iterator for A to load from shared memory. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:384</div></div>
2018-05-17 02:44:56 +08:00
<div class="ttc" id="namespacecutlass_html"><div class="ttname"><a href="namespacecutlass.html">cutlass</a></div><div class="ttdef"><b>Definition:</b> convert.h:33</div></div>
2018-09-20 05:02:08 +08:00
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmSharedLoadTileATraits_html"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmSharedLoadTileATraits.html">cutlass::gemm::GemmSharedLoadTileATraits</a></div><div class="ttdef"><b>Definition:</b> gemm_shared_tile.h:128</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTraits_html_ac393b07e780629fc8254fc22cc6f815b"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTraits.html#ac393b07e780629fc8254fc22cc6f815b">cutlass::gemm::GemmTraits::GlobalLoadStreamB</a></div><div class="ttdeci">GlobalLoadStreamB_ GlobalLoadStreamB</div><div class="ttdoc">The stream to load B from global memory to shared memory. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:377</div></div>
2018-05-17 02:44:56 +08:00
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmSharedStoreWithSkewTileAbTraits_html"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmSharedStoreWithSkewTileAbTraits.html">cutlass::gemm::GemmSharedStoreWithSkewTileAbTraits</a></div><div class="ttdef"><b>Definition:</b> gemm_shared_tile.h:80</div></div>
2018-09-20 05:02:08 +08:00
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmConfig_html_acf461f0ba3067cc5d66a04f0a176308f"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmConfig.html#acf461f0ba3067cc5d66a04f0a176308f">cutlass::gemm::GemmConfig::kThreads</a></div><div class="ttdeci">static int const kThreads</div><div class="ttdoc">The numnber of threads. </div><div class="ttdef"><b>Definition:</b> gemm_config.h:103</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1SimplifiedGemmTraitsHelper_html_a3a20852daeb46c625b2391d078b30d73"><div class="ttname"><a href="structcutlass_1_1gemm_1_1SimplifiedGemmTraitsHelper.html#a3a20852daeb46c625b2391d078b30d73">cutlass::gemm::SimplifiedGemmTraitsHelper::SharedStoreIteratorA</a></div><div class="ttdeci">TileStoreIterator&lt; typename GemmTileTraitsHelperA_::SharedStoreTileTraits, typename GemmTileTraitsHelperA_::SharedStoreTileTraits::Scalar, IteratorAdvance::kH, MemorySpace::kShared &gt; SharedStoreIteratorA</div><div class="ttdoc">The iterator to store A to shared memory. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:586</div></div>
2018-05-17 02:44:56 +08:00
<div class="ttc" id="tile__iterator_8h_html"><div class="ttname"><a href="tile__iterator_8h.html">tile_iterator.h</a></div><div class="ttdoc">Defines the Tile Traits concept and iterators for loading and storing to tiles efficiently. </div></div>
2018-09-20 05:02:08 +08:00
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTraits_html_a3129be75ee087603170f8367e10e070e"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTraits.html#a3129be75ee087603170f8367e10e070e">cutlass::gemm::GemmTraits::ScalarD</a></div><div class="ttdeci">Epilogue::ScalarD ScalarD</div><div class="ttdef"><b>Definition:</b> gemm_traits.h:394</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTraits_1_1Params_html_ac4cd0b74130ffc09e4ccb7b0acba87f8"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTraits_1_1Params.html#ac4cd0b74130ffc09e4ccb7b0acba87f8">cutlass::gemm::GemmTraits::Params::initialize</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE int initialize(Index m, Index n, Index k, typename Epilogue::Scalar alpha, ScalarA const *d_a, Index lda, ScalarB const *d_b, Index ldb, typename Epilogue::Scalar beta, ScalarC const *d_c, Index ldc, ScalarD *d_d, Index ldd)</div><div class="ttdoc">Helper to construct a GEMM params using a BLAS-like API. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:474</div></div>
<div class="ttc" id="unioncutlass_1_1gemm_1_1GemmTraits_1_1SharedStorage_html"><div class="ttname"><a href="unioncutlass_1_1gemm_1_1GemmTraits_1_1SharedStorage.html">cutlass::gemm::GemmTraits::SharedStorage</a></div><div class="ttdoc">The storage in shared memory. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:551</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1SimplifiedGemmTraitsHelper_html_a12447ce4d11601a625662f9d177cc3d8"><div class="ttname"><a href="structcutlass_1_1gemm_1_1SimplifiedGemmTraitsHelper.html#a12447ce4d11601a625662f9d177cc3d8">cutlass::gemm::SimplifiedGemmTraitsHelper::SharedLoadStreamB</a></div><div class="ttdeci">SharedLoadStream&lt; SharedLoadIteratorB &gt; SharedLoadStreamB</div><div class="ttdoc">The stream to load B from shared memory. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:627</div></div>
2018-05-17 02:44:56 +08:00
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmGlobalTileTraits_html"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmGlobalTileTraits.html">cutlass::gemm::GemmGlobalTileTraits</a></div><div class="ttdef"><b>Definition:</b> gemm_global_tile.h:70</div></div>
2018-09-20 05:02:08 +08:00
<div class="ttc" id="structcutlass_1_1gemm_1_1GlobalLoadStreamPair_1_1SharedStorage_html"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GlobalLoadStreamPair_1_1SharedStorage.html">cutlass::gemm::GlobalLoadStreamPair::SharedStorage</a></div><div class="ttdoc">Defines a structure containing shared storage for each pair. </div><div class="ttdef"><b>Definition:</b> gemm_stream_pair.h:91</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1SimplifiedGemmTraitsHelper_html_a2fcf34dcf8d89424aa15da709aed4a83"><div class="ttname"><a href="structcutlass_1_1gemm_1_1SimplifiedGemmTraitsHelper.html#a2fcf34dcf8d89424aa15da709aed4a83">cutlass::gemm::SimplifiedGemmTraitsHelper::GlobalLoadStreamB</a></div><div class="ttdeci">GlobalLoadStream&lt; GemmOperand::kB, GlobalLoadIteratorB, SharedStoreIteratorB, GlobalTransformerB &gt; GlobalLoadStreamB</div><div class="ttdoc">The stream to load B from global memory to shared memory. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:610</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTileTraitsHelperB_3_01MatrixLayout_1_1kColumnMajor_00_01GemmConfig___01_4_html_a8ae7db3f2f0c57779729d500386c004c"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTileTraitsHelperB_3_01MatrixLayout_1_1kColumnMajor_00_01GemmConfig___01_4.html#a8ae7db3f2f0c57779729d500386c004c">cutlass::gemm::GemmTileTraitsHelperB&lt; MatrixLayout::kColumnMajor, GemmConfig_ &gt;::Scalar</a></div><div class="ttdeci">GemmConfig_::ScalarB Scalar</div><div class="ttdoc">The input scalar. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:201</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTileTraitsHelperB_3_01MatrixLayout_1_1kRowMajor_00_01GemmConfig___01_4_html_acbeea56f0ce95ddd632db3482c1021e5"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTileTraitsHelperB_3_01MatrixLayout_1_1kRowMajor_00_01GemmConfig___01_4.html#acbeea56f0ce95ddd632db3482c1021e5">cutlass::gemm::GemmTileTraitsHelperB&lt; MatrixLayout::kRowMajor, GemmConfig_ &gt;::SharedStoreTileTraits</a></div><div class="ttdeci">GemmSharedStoreTileAbTraits&lt; MultiplyAddScalar, Shape&lt; GemmConfig_::kStages, GemmConfig_::OutputTile::kD/GemmConfig_::InstructionShape::kD, GemmConfig_::OutputTile::kH *GemmConfig_::InstructionShape::kD &gt;, typename GlobalTileTraits::Threads, GemmConfig_::kScalarsPerStsB &gt; SharedStoreTileTraits</div><div class="ttdoc">The traits class to build the iterator to store data to shared memory for B^T. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:304</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmCoord_html"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmCoord.html">cutlass::gemm::GemmCoord</a></div><div class="ttdef"><b>Definition:</b> gemm_coord.h:43</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTraits_html_aa6214a0ad09d155ed79feadc6647b989"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTraits.html#aa6214a0ad09d155ed79feadc6647b989">cutlass::gemm::GemmTraits::This_</a></div><div class="ttdeci">GemmTraits&lt; GemmConfig_, GlobalLoadStreamA_, GlobalLoadStreamB_, SharedLoadStreamA_, SharedLoadStreamB_, Epilogue_, BlockSwizzle_, Index_, ClearAccumulators_ &gt; This_</div><div class="ttdoc">This traits. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:359</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTraits_html_acaeb27063a444e2a3b93f3cb70e3c290"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTraits.html#acaeb27063a444e2a3b93f3cb70e3c290">cutlass::gemm::GemmTraits::SharedLoadStreamB</a></div><div class="ttdeci">SharedLoadStreamB_ SharedLoadStreamB</div><div class="ttdoc">The iterator for B to load from shared memory. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:386</div></div>
<div class="ttc" id="kernel__launch_8h_html"><div class="ttname"><a href="kernel__launch_8h.html">kernel_launch.h</a></div><div class="ttdoc">Defines structures and helpers to launch CUDA kernels within CUTLASS. </div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTraits_html_a367aa0bd4be33d90ffe752274c728ef8"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTraits.html#a367aa0bd4be33d90ffe752274c728ef8">cutlass::gemm::GemmTraits::GlobalLoadStream</a></div><div class="ttdeci">GlobalLoadStreamPair&lt; GlobalLoadStreamA, GlobalLoadStreamB, GemmConfig::kResidueInProlog &gt; GlobalLoadStream</div><div class="ttdoc">Assemble the global load streams for A/B. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:407</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTileTraitsHelperB_3_01MatrixLayout_1_1kColumnMajor_00_01GemmConfig___01_4_html_a5fee0ed52326c0685e8d8295e40ce064"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTileTraitsHelperB_3_01MatrixLayout_1_1kColumnMajor_00_01GemmConfig___01_4.html#a5fee0ed52326c0685e8d8295e40ce064">cutlass::gemm::GemmTileTraitsHelperB&lt; MatrixLayout::kColumnMajor, GemmConfig_ &gt;::GlobalTileTraits</a></div><div class="ttdeci">GemmGlobalTileTraits&lt; GemmOperand::kB, MatrixLayout::kColumnMajor, Scalar const, Shape&lt; 1, GemmConfig_::OutputTile::kH, GemmConfig_::OutputTile::kD &gt;, Shape&lt; 1, GemmConfig_::kThreads/GemmConfig_::OutputTile::kD, GemmConfig_::OutputTile::kD &gt;, GemmConfig_::kScalarsPerLdgB &gt; GlobalTileTraits</div><div class="ttdoc">The traits class to build the iterator to load data from global memory for B^N. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:219</div></div>
2018-05-17 02:44:56 +08:00
<div class="ttc" id="structcutlass_1_1Copy_html"><div class="ttname"><a href="structcutlass_1_1Copy.html">cutlass::Copy</a></div><div class="ttdef"><b>Definition:</b> convert.h:69</div></div>
2018-09-20 05:02:08 +08:00
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTraits_1_1MainLoopSharedStorage_html_af8f0050e818b788402526857afc7c919"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTraits_1_1MainLoopSharedStorage.html#af8f0050e818b788402526857afc7c919">cutlass::gemm::GemmTraits::MainLoopSharedStorage::threadblock_tile</a></div><div class="ttdeci">ThreadblockTileStorage threadblock_tile</div><div class="ttdoc">Stores the threadblock tile. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:541</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1SimplifiedGemmTraitsHelper_html_aa5ebe3a857b55412a86ec65ad1c55dd8"><div class="ttname"><a href="structcutlass_1_1gemm_1_1SimplifiedGemmTraitsHelper.html#aa5ebe3a857b55412a86ec65ad1c55dd8">cutlass::gemm::SimplifiedGemmTraitsHelper::SharedLoadStreamA</a></div><div class="ttdeci">SharedLoadStream&lt; SharedLoadIteratorA &gt; SharedLoadStreamA</div><div class="ttdoc">The stream to load A from shared memory. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:619</div></div>
2018-05-17 02:44:56 +08:00
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmSharedStoreTileAbTraits_html"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmSharedStoreTileAbTraits.html">cutlass::gemm::GemmSharedStoreTileAbTraits</a></div><div class="ttdef"><b>Definition:</b> gemm_shared_tile.h:38</div></div>
2018-09-20 05:02:08 +08:00
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTileTraitsHelperA_3_01MatrixLayout_1_1kColumnMajor_00_01GemmConfig___01_4_html_af534fc5698513af3c6724b68ae03316d"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTileTraitsHelperA_3_01MatrixLayout_1_1kColumnMajor_00_01GemmConfig___01_4.html#af534fc5698513af3c6724b68ae03316d">cutlass::gemm::GemmTileTraitsHelperA&lt; MatrixLayout::kColumnMajor, GemmConfig_ &gt;::SharedLoadTileTraits</a></div><div class="ttdeci">GemmSharedLoadTileATraits&lt; MultiplyAddScalar const, typename GemmConfig_::OutputTile, typename GemmConfig_::Warps, typename GemmConfig_::MultiplyAdd::ThreadsPerWarp, typename GemmConfig_::InstructionShape, GemmConfig_::kStages, GemmConfig_::kScalarsPerLdsA, 0 &gt; SharedLoadTileTraits</div><div class="ttdoc">The traits class to build the iterator to load from shared memory for A^N. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:114</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTraits_html_a424f1ac14e1e7ad37428edd0cf13e7fe"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTraits.html#a424f1ac14e1e7ad37428edd0cf13e7fe">cutlass::gemm::GemmTraits::Epilogue</a></div><div class="ttdeci">Epilogue_ Epilogue</div><div class="ttdoc">The epilogue. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:391</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTraits_html_a96d64bdc48db4971798b620d6b49b3f6"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTraits.html#a96d64bdc48db4971798b620d6b49b3f6">cutlass::gemm::GemmTraits::ScalarA</a></div><div class="ttdeci">GlobalLoadStreamA_::Scalar ScalarA</div><div class="ttdoc">The scalar for A. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:374</div></div>
<div class="ttc" id="structcutlass_1_1IteratorAdvance_html_a9ad9c2302ddffa148d47cdcf6c738ddaacfe756fca665eb1bbf389850915c1b81"><div class="ttname"><a href="structcutlass_1_1IteratorAdvance.html#a9ad9c2302ddffa148d47cdcf6c738ddaacfe756fca665eb1bbf389850915c1b81">cutlass::IteratorAdvance::kH</a></div><div class="ttdef"><b>Definition:</b> tile_iterator.h:65</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTileTraitsHelperA_3_01MatrixLayout_1_1kColumnMajor_00_01GemmConfig___01_4_html_adc95f4a8617cdf28e5b5d7d2d1aefec2"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTileTraitsHelperA_3_01MatrixLayout_1_1kColumnMajor_00_01GemmConfig___01_4.html#adc95f4a8617cdf28e5b5d7d2d1aefec2">cutlass::gemm::GemmTileTraitsHelperA&lt; MatrixLayout::kColumnMajor, GemmConfig_ &gt;::GlobalTileTraits</a></div><div class="ttdeci">GemmGlobalTileTraits&lt; GemmOperand::kA, MatrixLayout::kColumnMajor, Scalar const, Shape&lt; 1, GemmConfig_::OutputTile::kD, GemmConfig_::OutputTile::kW &gt;, Shape&lt; 1, ShapeCount&lt; typename GemmConfig_::Warps &gt;::kCount, GemmConfig_::kWarpSize &gt;, GemmConfig_::kScalarsPerLdgA &gt; GlobalTileTraits</div><div class="ttdoc">The traits class to build the iterator to load data from global memory for A^N. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:80</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTraits_1_1Params_html_a8dba1bcd9ddab830bc121afc728296c3"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTraits_1_1Params.html#a8dba1bcd9ddab830bc121afc728296c3">cutlass::gemm::GemmTraits::Params::global_to_shared_stream</a></div><div class="ttdeci">GlobalLoadStream::Params global_to_shared_stream</div><div class="ttdoc">Parameters object for the global load stream. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:422</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTileTraitsHelperA_3_01MatrixLayout_1_1kColumnMajor_00_01GemmConfig___01_4_html_af511f0ff83166b2a77d4cad4150c8e8f"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTileTraitsHelperA_3_01MatrixLayout_1_1kColumnMajor_00_01GemmConfig___01_4.html#af511f0ff83166b2a77d4cad4150c8e8f">cutlass::gemm::GemmTileTraitsHelperA&lt; MatrixLayout::kColumnMajor, GemmConfig_ &gt;::Scalar</a></div><div class="ttdeci">GemmConfig_::ScalarA Scalar</div><div class="ttdoc">The input scalar. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:62</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmSharedLoadTileBTraits_html"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmSharedLoadTileBTraits.html">cutlass::gemm::GemmSharedLoadTileBTraits</a></div><div class="ttdef"><b>Definition:</b> gemm_shared_tile.h:200</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmGlobalIteratorAb_html"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmGlobalIteratorAb.html">cutlass::gemm::GemmGlobalIteratorAb</a></div><div class="ttdef"><b>Definition:</b> gemm_global_tile.h:163</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTraits_html_a8f78d4a68817760099081523aa7fd443"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTraits.html#a8f78d4a68817760099081523aa7fd443">cutlass::gemm::GemmTraits::ScalarC</a></div><div class="ttdeci">Epilogue::ScalarC ScalarC</div><div class="ttdoc">The scalars in the epilogue. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:393</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTraits_html_af810544e956b04830c5be7ce41d3b45c"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTraits.html#af810544e956b04830c5be7ce41d3b45c">cutlass::gemm::GemmTraits::MultiplyAdd</a></div><div class="ttdeci">GemmConfig::MultiplyAdd MultiplyAdd</div><div class="ttdoc">The multiply-add functor. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:389</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTraits_html_a475463c1e3af71598e22da8956900ebe"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTraits.html#a475463c1e3af71598e22da8956900ebe">cutlass::gemm::GemmTraits::shared_load_fence</a></div><div class="ttdeci">static CUTLASS_DEVICE void shared_load_fence(bool in_loop)</div><div class="ttdoc">The memory fence for shared loads. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:559</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTraits_html_a4efe5d156abca056ef8b5334fb574dd5"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTraits.html#a4efe5d156abca056ef8b5334fb574dd5">cutlass::gemm::GemmTraits::GemmConfig</a></div><div class="ttdeci">GemmConfig_ GemmConfig</div><div class="ttdoc">The configuration. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:365</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GlobalLoadStream_html"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GlobalLoadStream.html">cutlass::gemm::GlobalLoadStream</a></div><div class="ttdef"><b>Definition:</b> gemm_global_stream.h:52</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTileTraitsHelperB_html"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTileTraitsHelperB.html">cutlass::gemm::GemmTileTraitsHelperB</a></div><div class="ttdef"><b>Definition:</b> gemm_traits.h:191</div></div>
2018-05-17 02:44:56 +08:00
<div class="ttc" id="structcutlass_1_1gemm_1_1ClearAccumulators_html"><div class="ttname"><a href="structcutlass_1_1gemm_1_1ClearAccumulators.html">cutlass::gemm::ClearAccumulators</a></div><div class="ttdef"><b>Definition:</b> clear_accumulators.h:38</div></div>
2018-09-20 05:02:08 +08:00
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTraits_1_1Params_html"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTraits_1_1Params.html">cutlass::gemm::GemmTraits::Params</a></div><div class="ttdoc">Parameters object constructable on the host. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:416</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1SharedStreamPair_html"><div class="ttname"><a href="structcutlass_1_1gemm_1_1SharedStreamPair.html">cutlass::gemm::SharedStreamPair</a></div><div class="ttdoc">Collect the global load streams for multiplicands. </div><div class="ttdef"><b>Definition:</b> gemm_stream_pair.h:173</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1SimplifiedGemmTraitsHelper_html_a437070ba4a214aee363315d6019e450c"><div class="ttname"><a href="structcutlass_1_1gemm_1_1SimplifiedGemmTraitsHelper.html#a437070ba4a214aee363315d6019e450c">cutlass::gemm::SimplifiedGemmTraitsHelper::GlobalTransformerB</a></div><div class="ttdeci">Copy&lt; typename GlobalLoadIteratorB::Fragment &gt; GlobalTransformerB</div><div class="ttdoc">The data converter for B before storing to shared memory. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:598</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTileTraitsHelperB_3_01MatrixLayout_1_1kRowMajor_00_01GemmConfig___01_4_html_a7639ccd7f6419a9f232db173a228e756"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTileTraitsHelperB_3_01MatrixLayout_1_1kRowMajor_00_01GemmConfig___01_4.html#a7639ccd7f6419a9f232db173a228e756">cutlass::gemm::GemmTileTraitsHelperB&lt; MatrixLayout::kRowMajor, GemmConfig_ &gt;::Scalar</a></div><div class="ttdeci">GemmConfig_::ScalarB Scalar</div><div class="ttdoc">The input scalar. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:272</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GlobalLoadStreamPair_1_1Params_html_a12b5e3e21137480047b8b0f55cbf7258"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GlobalLoadStreamPair_1_1Params.html#a12b5e3e21137480047b8b0f55cbf7258">cutlass::gemm::GlobalLoadStreamPair::Params::stream_b</a></div><div class="ttdeci">StreamB::Params stream_b</div><div class="ttdoc">Parameters object for StreamB. </div><div class="ttdef"><b>Definition:</b> gemm_stream_pair.h:67</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1Gemm_html"><div class="ttname"><a href="structcutlass_1_1gemm_1_1Gemm.html">cutlass::gemm::Gemm</a></div><div class="ttdef"><b>Definition:</b> gemm.h:92</div></div>
<div class="ttc" id="structcutlass_1_1MatrixLayout_html"><div class="ttname"><a href="structcutlass_1_1MatrixLayout.html">cutlass::MatrixLayout</a></div><div class="ttdoc">Defines data layouts of various matrix formats usable by TensorRef and other classes. </div><div class="ttdef"><b>Definition:</b> matrix_traits.h:156</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1SimplifiedGemmTraitsHelper_html_a362794738bc14b283a91558bcadbbfd5"><div class="ttname"><a href="structcutlass_1_1gemm_1_1SimplifiedGemmTraitsHelper.html#a362794738bc14b283a91558bcadbbfd5">cutlass::gemm::SimplifiedGemmTraitsHelper::GlobalLoadIteratorB</a></div><div class="ttdeci">GemmGlobalIteratorAb&lt; typename GemmTileTraitsHelperB_::GlobalTileTraits, Index_ &gt; GlobalLoadIteratorB</div><div class="ttdoc">The global iterator to load B from global memory. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:596</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmConfig_html_a600746def904eeca46d7f92a4b223b46"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmConfig.html#a600746def904eeca46d7f92a4b223b46">cutlass::gemm::GemmConfig::kResidueInProlog</a></div><div class="ttdeci">static bool const kResidueInProlog</div><div class="ttdoc">If true, residue is computed in the prologue. </div><div class="ttdef"><b>Definition:</b> gemm_config.h:136</div></div>
<div class="ttc" id="structcutlass_1_1TileLoadIterator_html"><div class="ttname"><a href="structcutlass_1_1TileLoadIterator.html">cutlass::TileLoadIterator</a></div><div class="ttdoc">An iterator implementing Tile Load Iterator Concept for loading a tile from memory. </div><div class="ttdef"><b>Definition:</b> tile_iterator.h:399</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTraits_1_1MainLoopSharedStorage_html"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTraits_1_1MainLoopSharedStorage.html">cutlass::gemm::GemmTraits::MainLoopSharedStorage</a></div><div class="ttdef"><b>Definition:</b> gemm_traits.h:539</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GlobalLoadStreamPair_html"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GlobalLoadStreamPair.html">cutlass::gemm::GlobalLoadStreamPair</a></div><div class="ttdoc">Collect the global load streams for multiplicands. </div><div class="ttdef"><b>Definition:</b> gemm_stream_pair.h:50</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmConfig_html_aedb95febe4a0b2943e233c95c36a22cd"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmConfig.html#aedb95febe4a0b2943e233c95c36a22cd">cutlass::gemm::GemmConfig::MultiplyAdd</a></div><div class="ttdeci">MultiplyAdd_ MultiplyAdd</div><div class="ttdoc">The functor to do D = A*B + C. </div><div class="ttdef"><b>Definition:</b> gemm_config.h:90</div></div>
<div class="ttc" id="structcutlass_1_1MatrixLayout_html_a97ef07af21b122c1804245b0c7784d2ba6a287c17f9f5bf53528ae68296beeedb"><div class="ttname"><a href="structcutlass_1_1MatrixLayout.html#a97ef07af21b122c1804245b0c7784d2ba6a287c17f9f5bf53528ae68296beeedb">cutlass::MatrixLayout::kRowMajor</a></div><div class="ttdef"><b>Definition:</b> matrix_traits.h:159</div></div>
<div class="ttc" id="tile__allocation_8h_html"><div class="ttname"><a href="tile__allocation_8h.html">tile_allocation.h</a></div><div class="ttdoc">Defines a fragment based on a Shape&lt;&gt; template. </div></div>
<div class="ttc" id="structcutlass_1_1KernelLaunchConfiguration_html"><div class="ttname"><a href="structcutlass_1_1KernelLaunchConfiguration.html">cutlass::KernelLaunchConfiguration</a></div><div class="ttdoc">Structure containing the basic launch configuration of a CUDA kernel. </div><div class="ttdef"><b>Definition:</b> kernel_launch.h:38</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTraits_html_ae1cf7988c9cff79a2c3252aaf91fc165"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTraits.html#ae1cf7988c9cff79a2c3252aaf91fc165">cutlass::gemm::GemmTraits::ClearAccumulators</a></div><div class="ttdeci">ClearAccumulators_ ClearAccumulators</div><div class="ttdoc">Clear the accumulators. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:401</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1SharedLoadStream_html"><div class="ttname"><a href="structcutlass_1_1gemm_1_1SharedLoadStream.html">cutlass::gemm::SharedLoadStream</a></div><div class="ttdef"><b>Definition:</b> gemm_shared_stream.h:45</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTileTraitsHelperA_3_01MatrixLayout_1_1kRowMajor_00_01GemmConfig___01_4_html_a8160a260acce2362e90d43bce733c69d"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTileTraitsHelperA_3_01MatrixLayout_1_1kRowMajor_00_01GemmConfig___01_4.html#a8160a260acce2362e90d43bce733c69d">cutlass::gemm::GemmTileTraitsHelperA&lt; MatrixLayout::kRowMajor, GemmConfig_ &gt;::GlobalTileTraits</a></div><div class="ttdeci">GemmGlobalTileTraits&lt; GemmOperand::kA, MatrixLayout::kRowMajor, Scalar const, Shape&lt; 1, GemmConfig_::OutputTile::kW, GemmConfig_::OutputTile::kD &gt;, Shape&lt; 1, GemmConfig_::kThreads/GemmConfig_::OutputTile::kD, GemmConfig_::OutputTile::kD &gt;, GemmConfig_::kScalarsPerLdgA &gt; GlobalTileTraits</div><div class="ttdoc">The traits class to build the iterator to load data from global memory for A^T. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:143</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GlobalLoadStreamPair_1_1Params_html"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GlobalLoadStreamPair_1_1Params.html">cutlass::gemm::GlobalLoadStreamPair::Params</a></div><div class="ttdoc">Parameters object. </div><div class="ttdef"><b>Definition:</b> gemm_stream_pair.h:62</div></div>
2018-05-17 02:44:56 +08:00
<div class="ttc" id="reshape__tile_8h_html"><div class="ttname"><a href="reshape__tile_8h.html">reshape_tile.h</a></div><div class="ttdoc">Defines a type for restructuring a tile. </div></div>
<div class="ttc" id="gemm__operand_8h_html"><div class="ttname"><a href="gemm__operand_8h.html">gemm_operand.h</a></div><div class="ttdoc">Defines constant expressions for mapping GEMM problem size and strides onto pitch-linear memory...</div></div>
2018-09-20 05:02:08 +08:00
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTraits_1_1Params_html_af2233a6ebf39788e27f051f8c614ab90"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTraits_1_1Params.html#af2233a6ebf39788e27f051f8c614ab90">cutlass::gemm::GemmTraits::Params::problem_size</a></div><div class="ttdeci">GemmCoord problem_size</div><div class="ttdoc">GEMM problem size. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:419</div></div>
<div class="ttc" id="gemm__desc_8h_html"><div class="ttname"><a href="gemm__desc_8h.html">gemm_desc.h</a></div><div class="ttdoc">Implements a software-pipelined efficient GEMM. </div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTraits_1_1Params_html_a95314e9a9279c4870f37f68a2357e064"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTraits_1_1Params.html#a95314e9a9279c4870f37f68a2357e064">cutlass::gemm::GemmTraits::Params::initialize</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE int initialize(Index m, Index n, Index k, typename Epilogue::Scalar alpha, ScalarA const *d_a, Index lda, long long int batch_stride_A, ScalarB const *d_b, Index ldb, long long int batch_stride_B, typename Epilogue::Scalar beta, ScalarC const *d_c, Index ldc, long long int batch_stride_C, ScalarD *d_d, Index ldd, long long int batch_stride_D, Index batch_count)</div><div class="ttdoc">Helper to construct a batched GEMM params. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:501</div></div>
2018-05-17 02:44:56 +08:00
<div class="ttc" id="clear__accumulators_8h_html"><div class="ttname"><a href="clear__accumulators_8h.html">clear_accumulators.h</a></div><div class="ttdoc">Defines abstractions for efficiently clearing accumulator tiles. </div></div>
2018-09-20 05:02:08 +08:00
<div class="ttc" id="classcutlass_1_1TensorRef_html"><div class="ttname"><a href="classcutlass_1_1TensorRef.html">cutlass::TensorRef</a></div><div class="ttdef"><b>Definition:</b> tensor_ref.h:131</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTraits_html_a7864969e774c0f7155951e1ab599ed17"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTraits.html#a7864969e774c0f7155951e1ab599ed17">cutlass::gemm::GemmTraits::SharedStream</a></div><div class="ttdeci">SharedStreamPair&lt; SharedLoadStreamA, SharedLoadStreamB &gt; SharedStream</div><div class="ttdoc">Assemble the shared load streams for A/B. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:413</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTraits_html_ac3c840a3d90c0da43301761af83c2c9f"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTraits.html#ac3c840a3d90c0da43301761af83c2c9f">cutlass::gemm::GemmTraits::shared_store_fence</a></div><div class="ttdeci">static CUTLASS_DEVICE void shared_store_fence(bool in_loop)</div><div class="ttdoc">The memory fence for shared stores. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:567</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTileTraitsHelperA_3_01MatrixLayout_1_1kRowMajor_00_01GemmConfig___01_4_html_ac618881d66790e4c280dc5692e5ddf95"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTileTraitsHelperA_3_01MatrixLayout_1_1kRowMajor_00_01GemmConfig___01_4.html#ac618881d66790e4c280dc5692e5ddf95">cutlass::gemm::GemmTileTraitsHelperA&lt; MatrixLayout::kRowMajor, GemmConfig_ &gt;::Scalar</a></div><div class="ttdeci">GemmConfig_::ScalarA Scalar</div><div class="ttdoc">The input scalar. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:125</div></div>
<div class="ttc" id="structcutlass_1_1ZipTileAllocation_html"><div class="ttname"><a href="structcutlass_1_1ZipTileAllocation.html">cutlass::ZipTileAllocation</a></div><div class="ttdoc">Manages a pair of tile allocations as if they are one allocation. </div><div class="ttdef"><b>Definition:</b> tile_allocation.h:100</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTileTraitsHelperA_html"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTileTraitsHelperA.html">cutlass::gemm::GemmTileTraitsHelperA</a></div><div class="ttdef"><b>Definition:</b> gemm_traits.h:52</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTraits_1_1Params_html_a40023f0ffdd8bee4ccbcaac28222e983"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTraits_1_1Params.html#a40023f0ffdd8bee4ccbcaac28222e983">cutlass::gemm::GemmTraits::Params::initialize</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE int initialize(GemmDesc_ const &amp;desc)</div><div class="ttdoc">Initialize the parameters. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:432</div></div>
<div class="ttc" id="structcutlass_1_1GemmOperand_html_ab209ea3de198efabe8e8707dfe8e0a0caad0876342d150cef7da6ae149d5e99f9"><div class="ttname"><a href="structcutlass_1_1GemmOperand.html#ab209ea3de198efabe8e8707dfe8e0a0caad0876342d150cef7da6ae149d5e99f9">cutlass::GemmOperand::kB</a></div><div class="ttdef"><b>Definition:</b> matrix_traits.h:357</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1IdentityBlockSwizzle_html"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IdentityBlockSwizzle.html">cutlass::gemm::IdentityBlockSwizzle</a></div><div class="ttdef"><b>Definition:</b> threadblock_swizzle.h:65</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTileTraitsHelperA_3_01MatrixLayout_1_1kColumnMajor_00_01GemmConfig___01_4_html_aaa198fed841af6bf26bf2e9544d0a877"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTileTraitsHelperA_3_01MatrixLayout_1_1kColumnMajor_00_01GemmConfig___01_4.html#aaa198fed841af6bf26bf2e9544d0a877">cutlass::gemm::GemmTileTraitsHelperA&lt; MatrixLayout::kColumnMajor, GemmConfig_ &gt;::SharedStoreTileTraits</a></div><div class="ttdeci">GemmSharedStoreTileAbTraits&lt; MultiplyAddScalar, Shape&lt; GemmConfig_::kStages, GemmConfig_::OutputTile::kD/GemmConfig_::InstructionShape::kD, GemmConfig_::OutputTile::kW *GemmConfig_::InstructionShape::kD &gt;, typename GlobalTileTraits::Threads, GemmConfig_::kScalarsPerStsA &gt; SharedStoreTileTraits</div><div class="ttdoc">The traits class to build the iterator to store data to shared memory for A^N. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:94</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTileTraitsHelperB_3_01MatrixLayout_1_1kRowMajor_00_01GemmConfig___01_4_html_aad14588b1515e37ede24915f589d32ab"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTileTraitsHelperB_3_01MatrixLayout_1_1kRowMajor_00_01GemmConfig___01_4.html#aad14588b1515e37ede24915f589d32ab">cutlass::gemm::GemmTileTraitsHelperB&lt; MatrixLayout::kRowMajor, GemmConfig_ &gt;::MultiplyAddScalar</a></div><div class="ttdeci">GemmConfig_::MultiplyAdd::ScalarB MultiplyAddScalar</div><div class="ttdoc">The scalar stored in shared memory. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:274</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTileTraitsHelperB_3_01MatrixLayout_1_1kColumnMajor_00_01GemmConfig___01_4_html_a42dd312d4cf5bb53b472389897f9deeb"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTileTraitsHelperB_3_01MatrixLayout_1_1kColumnMajor_00_01GemmConfig___01_4.html#a42dd312d4cf5bb53b472389897f9deeb">cutlass::gemm::GemmTileTraitsHelperB&lt; MatrixLayout::kColumnMajor, GemmConfig_ &gt;::MultiplyAddScalar</a></div><div class="ttdeci">GemmConfig_::MultiplyAdd::ScalarB MultiplyAddScalar</div><div class="ttdoc">The scalar stored in shared memory. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:203</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTraits_html_aa0e8fd28f5247764dfb7843f7670c698"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTraits.html#aa0e8fd28f5247764dfb7843f7670c698">cutlass::gemm::GemmTraits::ScalarB</a></div><div class="ttdeci">GlobalLoadStreamB_::Scalar ScalarB</div><div class="ttdoc">The scalar for B. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:381</div></div>
2018-05-17 02:44:56 +08:00
<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:46</div></div>
2018-09-20 05:02:08 +08:00
<div class="ttc" id="gemm__config_8h_html"><div class="ttname"><a href="gemm__config_8h.html">gemm_config.h</a></div><div class="ttdoc">Defines properties of GEMM computation that impose some constraints on caller. </div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTraits_html"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTraits.html">cutlass::gemm::GemmTraits</a></div><div class="ttdef"><b>Definition:</b> gemm_traits.h:349</div></div>
2018-05-17 02:44:56 +08:00
<div class="ttc" id="structcutlass_1_1Shape_html"><div class="ttname"><a href="structcutlass_1_1Shape.html">cutlass::Shape</a></div><div class="ttdoc">A Shape implementing Layout Concept describing the dimensions of a cube. </div><div class="ttdef"><b>Definition:</b> shape.h:64</div></div>
2018-09-20 05:02:08 +08:00
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTraits_html_a28c32832f0353f00e93e867373cf6cae"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTraits.html#a28c32832f0353f00e93e867373cf6cae">cutlass::gemm::GemmTraits::KernelClass</a></div><div class="ttdeci">cutlass::gemm::Gemm&lt; This_ &gt; KernelClass</div><div class="ttdoc">The struct that consumes this Traits. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:362</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTraits_1_1Params_html_a50e9cc382a32abd5beab299a79b30b27"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTraits_1_1Params.html#a50e9cc382a32abd5beab299a79b30b27">cutlass::gemm::GemmTraits::Params::shared_stream</a></div><div class="ttdeci">SharedStream::Params shared_stream</div><div class="ttdoc">Parameters object for the shared load stream. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:425</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmGlobalTileTraits_html_aae7128f5522383c857d2639031b64c30"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmGlobalTileTraits.html#aae7128f5522383c857d2639031b64c30">cutlass::gemm::GemmGlobalTileTraits::Threads</a></div><div class="ttdeci">ReshapeThreads&lt; VectorizedTile, Threads_ &gt;::Threads Threads</div><div class="ttdoc">The threads shape. </div><div class="ttdef"><b>Definition:</b> gemm_global_tile.h:88</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTraits_html_a50672b5fa67d858aeff8f254cf28e941"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTraits.html#a50672b5fa67d858aeff8f254cf28e941">cutlass::gemm::GemmTraits::BlockSwizzle</a></div><div class="ttdeci">BlockSwizzle_ BlockSwizzle</div><div class="ttdoc">The block swizzle to reorganize the grid. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:397</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1SimplifiedGemmTraitsHelper_html_a365aed4c0e2ad1bffea517ee36998557"><div class="ttname"><a href="structcutlass_1_1gemm_1_1SimplifiedGemmTraitsHelper.html#a365aed4c0e2ad1bffea517ee36998557">cutlass::gemm::SimplifiedGemmTraitsHelper::SharedLoadIteratorA</a></div><div class="ttdeci">TileLoadIterator&lt; typename GemmTileTraitsHelperA_::SharedLoadTileTraits, typename GemmTileTraitsHelperA_::Scalar, IteratorAdvance::kH, MemorySpace::kShared &gt; SharedLoadIteratorA</div><div class="ttdoc">The iterator to load A from shared memory. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:617</div></div>
<div class="ttc" id="structcutlass_1_1MatrixLayout_html_a97ef07af21b122c1804245b0c7784d2bac15988acba79c11072d38b295f163a2b"><div class="ttname"><a href="structcutlass_1_1MatrixLayout.html#a97ef07af21b122c1804245b0c7784d2bac15988acba79c11072d38b295f163a2b">cutlass::MatrixLayout::kColumnMajor</a></div><div class="ttdef"><b>Definition:</b> matrix_traits.h:159</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1SimplifiedGemmTraitsHelper_html_a4de905aadc734df69fd0db83f01be56e"><div class="ttname"><a href="structcutlass_1_1gemm_1_1SimplifiedGemmTraitsHelper.html#a4de905aadc734df69fd0db83f01be56e">cutlass::gemm::SimplifiedGemmTraitsHelper::SharedLoadIteratorB</a></div><div class="ttdeci">TileLoadIterator&lt; typename GemmTileTraitsHelperB_::SharedLoadTileTraits, typename GemmTileTraitsHelperB_::Scalar, IteratorAdvance::kH, MemorySpace::kShared &gt; SharedLoadIteratorB</div><div class="ttdoc">The iterator to load B from shared memory. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:625</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTraits_html_abfecd4a57dfbf82e8fa74a50e01fc4ee"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTraits.html#abfecd4a57dfbf82e8fa74a50e01fc4ee">cutlass::gemm::GemmTraits::ThreadblockTileStorage</a></div><div class="ttdeci">GlobalLoadStream::ThreadblockTileStorage ThreadblockTileStorage</div><div class="ttdoc">Memory needed to store the threadblock-scoped GEMM tile. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:410</div></div>
<div class="ttc" id="structcutlass_1_1KernelLaunchConfiguration_html_a09535026bf08f94c6940c358d95d1edd"><div class="ttname"><a href="structcutlass_1_1KernelLaunchConfiguration.html#a09535026bf08f94c6940c358d95d1edd">cutlass::KernelLaunchConfiguration::block</a></div><div class="ttdeci">dim3 block</div><div class="ttdoc">CUDA threablock dimensions. </div><div class="ttdef"><b>Definition:</b> kernel_launch.h:44</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmEpilogue_html_abb0741601652df8fdf927d49c2c0e4d0"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmEpilogue.html#abb0741601652df8fdf927d49c2c0e4d0">cutlass::gemm::GemmEpilogue::ScalarC</a></div><div class="ttdeci">GlobalLoadIteratorC::Scalar ScalarC</div><div class="ttdoc">The scalar for C. </div><div class="ttdef"><b>Definition:</b> gemm_epilogue.h:83</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTraits_html_ae67227cecbe84f5c8497d9a7ff82b367"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTraits.html#ae67227cecbe84f5c8497d9a7ff82b367">cutlass::gemm::GemmTraits::Index</a></div><div class="ttdeci">Index_ Index</div><div class="ttdoc">The index. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:399</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTileTraitsHelperA_3_01MatrixLayout_1_1kColumnMajor_00_01GemmConfig___01_4_html_a19fb8c9b9a77aebec507635de7da6f21"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTileTraitsHelperA_3_01MatrixLayout_1_1kColumnMajor_00_01GemmConfig___01_4.html#a19fb8c9b9a77aebec507635de7da6f21">cutlass::gemm::GemmTileTraitsHelperA&lt; MatrixLayout::kColumnMajor, GemmConfig_ &gt;::MultiplyAddScalar</a></div><div class="ttdeci">GemmConfig_::MultiplyAdd::ScalarA MultiplyAddScalar</div><div class="ttdoc">The scalar stored in shared memory. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:64</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1SimplifiedGemmTraitsHelper_html_a43713f534798b1e27c4ba38b72e63c08"><div class="ttname"><a href="structcutlass_1_1gemm_1_1SimplifiedGemmTraitsHelper.html#a43713f534798b1e27c4ba38b72e63c08">cutlass::gemm::SimplifiedGemmTraitsHelper::SharedStoreIteratorB</a></div><div class="ttdeci">TileStoreIterator&lt; typename GemmTileTraitsHelperB_::SharedStoreTileTraits, typename GemmTileTraitsHelperB_::SharedStoreTileTraits::Scalar, IteratorAdvance::kH, MemorySpace::kShared &gt; SharedStoreIteratorB</div><div class="ttdoc">The iterator to store B to shared memory. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:604</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTraits_1_1Params_html_a073430a1e8b124aec8a1f1e00f262bc8"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTraits_1_1Params.html#a073430a1e8b124aec8a1f1e00f262bc8">cutlass::gemm::GemmTraits::Params::epilogue</a></div><div class="ttdeci">Epilogue::Params epilogue</div><div class="ttdoc">The params for the epilogue. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:428</div></div>
<div class="ttc" id="structcutlass_1_1MatrixLayout_html_a97ef07af21b122c1804245b0c7784d2b"><div class="ttname"><a href="structcutlass_1_1MatrixLayout.html#a97ef07af21b122c1804245b0c7784d2b">cutlass::MatrixLayout::Kind</a></div><div class="ttdeci">Kind</div><div class="ttdoc">Enumeration defining fundamental contiguous layouts. </div><div class="ttdef"><b>Definition:</b> matrix_traits.h:159</div></div>
<div class="ttc" id="gemm__stream__pair_8h_html"><div class="ttname"><a href="gemm__stream__pair_8h.html">gemm_stream_pair.h</a></div><div class="ttdoc">Defines a pair of GEMM tile streams. </div></div>
2018-05-17 02:44:56 +08:00
<div class="ttc" id="structcutlass_1_1gemm_1_1ClearAccumulators_1_1SharedStorage_html"><div class="ttname"><a href="structcutlass_1_1gemm_1_1ClearAccumulators_1_1SharedStorage.html">cutlass::gemm::ClearAccumulators::SharedStorage</a></div><div class="ttdoc">The shared storage. </div><div class="ttdef"><b>Definition:</b> clear_accumulators.h:40</div></div>
<div class="ttc" id="gemm__global__stream_8h_html"><div class="ttname"><a href="gemm__global__stream_8h.html">gemm_global_stream.h</a></div><div class="ttdoc">Implements efficient loading of the thread block-level tile from global memory and storing to shared ...</div></div>
2018-09-20 05:02:08 +08:00
<div class="ttc" id="unioncutlass_1_1gemm_1_1GemmTraits_1_1SharedStorage_html_aa5dd7edc3cffa785eb1e5b62c18c74c4"><div class="ttname"><a href="unioncutlass_1_1gemm_1_1GemmTraits_1_1SharedStorage.html#aa5dd7edc3cffa785eb1e5b62c18c74c4">cutlass::gemm::GemmTraits::SharedStorage::main_loop</a></div><div class="ttdeci">MainLoopSharedStorage main_loop</div><div class="ttdef"><b>Definition:</b> gemm_traits.h:553</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTraits_html_ac5bb5931a707ed7672f69267753ba41b"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTraits.html#ac5bb5931a707ed7672f69267753ba41b">cutlass::gemm::GemmTraits::kLayoutA</a></div><div class="ttdeci">static MatrixLayout::Kind const kLayoutA</div><div class="ttdoc">The layout of A. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:372</div></div>
<div class="ttc" id="structcutlass_1_1KernelLaunchConfiguration_html_ab86ba1464dd9c6cd15ae0de4a552201b"><div class="ttname"><a href="structcutlass_1_1KernelLaunchConfiguration.html#ab86ba1464dd9c6cd15ae0de4a552201b">cutlass::KernelLaunchConfiguration::grid</a></div><div class="ttdeci">dim3 grid</div><div class="ttdoc">CUDA grid dimensions. </div><div class="ttdef"><b>Definition:</b> kernel_launch.h:41</div></div>
<div class="ttc" id="structcutlass_1_1GemmOperand_html_ab209ea3de198efabe8e8707dfe8e0a0cac2b9fe9e3679a059d1a6c946b2a2c31a"><div class="ttname"><a href="structcutlass_1_1GemmOperand.html#ab209ea3de198efabe8e8707dfe8e0a0cac2b9fe9e3679a059d1a6c946b2a2c31a">cutlass::GemmOperand::kA</a></div><div class="ttdef"><b>Definition:</b> matrix_traits.h:357</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTraits_1_1MainLoopSharedStorage_html_a61fcc63cb0df6754eef16f5cf138f3a2"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTraits_1_1MainLoopSharedStorage.html#a61fcc63cb0df6754eef16f5cf138f3a2">cutlass::gemm::GemmTraits::MainLoopSharedStorage::global_to_shared_stream</a></div><div class="ttdeci">GlobalLoadStream::SharedStorage global_to_shared_stream</div><div class="ttdoc">Storage for GEMM global stream. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:544</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1SharedStreamPair_1_1Params_html"><div class="ttname"><a href="structcutlass_1_1gemm_1_1SharedStreamPair_1_1Params.html">cutlass::gemm::SharedStreamPair::Params</a></div><div class="ttdoc">Parameters object passed to load iterators. </div><div class="ttdef"><b>Definition:</b> gemm_stream_pair.h:185</div></div>
<div class="ttc" id="threadblock__swizzle_8h_html"><div class="ttname"><a href="threadblock__swizzle_8h.html">threadblock_swizzle.h</a></div><div class="ttdoc">Defies functors for mapping blockIdx to partitions of the GEMM computation. </div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1SimplifiedGemmTraitsHelper_html"><div class="ttname"><a href="structcutlass_1_1gemm_1_1SimplifiedGemmTraitsHelper.html">cutlass::gemm::SimplifiedGemmTraitsHelper</a></div><div class="ttdef"><b>Definition:</b> gemm_traits.h:575</div></div>
<div class="ttc" id="gemm_8h_html"><div class="ttname"><a href="gemm_8h.html">gemm.h</a></div><div class="ttdoc">Implements a software-pipelined efficient GEMM. </div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1SimplifiedGemmTraitsHelper_html_a5687850f235d644a4820851880740d27"><div class="ttname"><a href="structcutlass_1_1gemm_1_1SimplifiedGemmTraitsHelper.html#a5687850f235d644a4820851880740d27">cutlass::gemm::SimplifiedGemmTraitsHelper::GlobalLoadIteratorA</a></div><div class="ttdeci">GemmGlobalIteratorAb&lt; typename GemmTileTraitsHelperA_::GlobalTileTraits, Index_ &gt; GlobalLoadIteratorA</div><div class="ttdoc">The global iterator to load A from global memory. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:578</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTraits_html_a97d7ee63e5d180410b370f095648f367"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTraits.html#a97d7ee63e5d180410b370f095648f367">cutlass::gemm::GemmTraits::OutputTile</a></div><div class="ttdeci">GemmConfig::OutputTile OutputTile</div><div class="ttdoc">The output tile. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:367</div></div>
2018-05-17 02:44:56 +08:00
<div class="ttc" id="matrix__traits_8h_html"><div class="ttname"><a href="matrix__traits_8h.html">matrix_traits.h</a></div><div class="ttdoc">Defines properties of matrices used to denote layout and operands to GEMM kernels. </div></div>
2018-09-20 05:02:08 +08:00
<div class="ttc" id="structcutlass_1_1gemm_1_1SimplifiedGemmTraitsHelper_html_af9a98d39d6959a9641f7c3c90df2f98e"><div class="ttname"><a href="structcutlass_1_1gemm_1_1SimplifiedGemmTraitsHelper.html#af9a98d39d6959a9641f7c3c90df2f98e">cutlass::gemm::SimplifiedGemmTraitsHelper::GlobalTransformerA</a></div><div class="ttdeci">Copy&lt; typename GlobalLoadIteratorA::Fragment &gt; GlobalTransformerA</div><div class="ttdoc">The data converter for A before storing to shared memory. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:580</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTileTraitsHelperB_3_01MatrixLayout_1_1kRowMajor_00_01GemmConfig___01_4_html_a9335aca8b152ff1167763de8ff8fb882"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTileTraitsHelperB_3_01MatrixLayout_1_1kRowMajor_00_01GemmConfig___01_4.html#a9335aca8b152ff1167763de8ff8fb882">cutlass::gemm::GemmTileTraitsHelperB&lt; MatrixLayout::kRowMajor, GemmConfig_ &gt;::SharedLoadTileTraits</a></div><div class="ttdeci">GemmSharedLoadTileBTraits&lt; MultiplyAddScalar const, typename GemmConfig_::OutputTile, typename GemmConfig_::Warps, typename GemmConfig_::MultiplyAdd::ThreadsPerWarp, typename GemmConfig_::InstructionShape, GemmConfig_::kStages, GemmConfig_::kScalarsPerLdsB, 0 &gt; SharedLoadTileTraits</div><div class="ttdoc">The traits class to build the iterator to load from shared memory for B^T. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:324</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTraits_1_1MainLoopSharedStorage_html_a5513254af1f9979b6d0b9f236c3e7325"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTraits_1_1MainLoopSharedStorage.html#a5513254af1f9979b6d0b9f236c3e7325">cutlass::gemm::GemmTraits::MainLoopSharedStorage::clear</a></div><div class="ttdeci">ClearAccumulators::SharedStorage clear</div><div class="ttdoc">Storage for clearing accumulators. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:547</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GlobalLoadStreamPair_1_1Params_html_a235c77b257b93dace812d2f7b9340705"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GlobalLoadStreamPair_1_1Params.html#a235c77b257b93dace812d2f7b9340705">cutlass::gemm::GlobalLoadStreamPair::Params::stream_a</a></div><div class="ttdeci">StreamA::Params stream_a</div><div class="ttdoc">Parameters object for StreamA. </div><div class="ttdef"><b>Definition:</b> gemm_stream_pair.h:64</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTileTraitsHelperB_3_01MatrixLayout_1_1kRowMajor_00_01GemmConfig___01_4_html_afbc41e7b98097b153fd27a48f073a877"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTileTraitsHelperB_3_01MatrixLayout_1_1kRowMajor_00_01GemmConfig___01_4.html#afbc41e7b98097b153fd27a48f073a877">cutlass::gemm::GemmTileTraitsHelperB&lt; MatrixLayout::kRowMajor, GemmConfig_ &gt;::GlobalTileTraits</a></div><div class="ttdeci">GemmGlobalTileTraits&lt; GemmOperand::kB, MatrixLayout::kRowMajor, Scalar const, Shape&lt; 1, GemmConfig_::OutputTile::kD, GemmConfig_::OutputTile::kH &gt;, Shape&lt; 1, ShapeCount&lt; typename GemmConfig_::Warps &gt;::kCount, GemmConfig_::kWarpSize &gt;, GemmConfig_::kScalarsPerLdgB &gt; GlobalTileTraits</div><div class="ttdoc">The traits class to build the iterator to load data from global memory for B^T. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:290</div></div>
2018-05-17 02:44:56 +08:00
<div class="ttc" id="gemm__shared__stream_8h_html"><div class="ttname"><a href="gemm__shared__stream_8h.html">gemm_shared_stream.h</a></div><div class="ttdoc">Defines abstractions for managing loading and storing fragments to shared memory in the efficient GEM...</div></div>
<div class="ttc" id="convert_8h_html"><div class="ttname"><a href="convert_8h.html">convert.h</a></div><div class="ttdoc">Defines conversion operations among Fragments of different base type. </div></div>
2018-09-20 05:02:08 +08:00
<div class="ttc" id="structcutlass_1_1gemm_1_1SimplifiedGemmTraits_html"><div class="ttname"><a href="structcutlass_1_1gemm_1_1SimplifiedGemmTraits.html">cutlass::gemm::SimplifiedGemmTraits</a></div><div class="ttdef"><b>Definition:</b> gemm_traits.h:650</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmConfig_html_a9dd9c3efc3dfd9b5c6acd12236697399"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmConfig.html#a9dd9c3efc3dfd9b5c6acd12236697399">cutlass::gemm::GemmConfig::OutputTile</a></div><div class="ttdeci">OutputTile_ OutputTile</div><div class="ttdoc">The tile. </div><div class="ttdef"><b>Definition:</b> gemm_config.h:88</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTraits_html_a078e8d9cfa1b182e1b96a2cc8c54b684"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTraits.html#a078e8d9cfa1b182e1b96a2cc8c54b684">cutlass::gemm::GemmTraits::kLayoutB</a></div><div class="ttdeci">static MatrixLayout::Kind const kLayoutB</div><div class="ttdoc">The layout of B. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:379</div></div>
<div class="ttc" id="structcutlass_1_1TileStoreIterator_html"><div class="ttname"><a href="structcutlass_1_1TileStoreIterator.html">cutlass::TileStoreIterator</a></div><div class="ttdoc">An iterator implementing Tile Store Iterator Concept for storing a tile to memory. </div><div class="ttdef"><b>Definition:</b> tile_iterator.h:836</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTileTraitsHelperA_3_01MatrixLayout_1_1kRowMajor_00_01GemmConfig___01_4_html_afac6f7a62b24396ea6861e6fd10779cc"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTileTraitsHelperA_3_01MatrixLayout_1_1kRowMajor_00_01GemmConfig___01_4.html#afac6f7a62b24396ea6861e6fd10779cc">cutlass::gemm::GemmTileTraitsHelperA&lt; MatrixLayout::kRowMajor, GemmConfig_ &gt;::MultiplyAddScalar</a></div><div class="ttdeci">GemmConfig_::MultiplyAdd::ScalarA MultiplyAddScalar</div><div class="ttdoc">The scalar stored in shared memory. </div><div class="ttdef"><b>Definition:</b> gemm_traits.h:127</div></div>
2018-05-17 02:44:56 +08:00
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
2018-09-20 05:02:08 +08:00
Generated on Wed Sep 19 2018 13:58:50 for Cutlass by &#160;<a href="http://www.doxygen.org/index.html">
2018-05-17 02:44:56 +08:00
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
</body>
</html>