cutlass/docs/igemm__traits_8h_source.html

185 lines
135 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: igemm_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">igemm_traits.h</div> </div>
</div><!--header-->
<div class="contents">
2018-10-27 05:54:58 +08:00
<a href="igemm__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
2018-09-20 05:02:08 +08:00
<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_1IgemmTileTraitsHelperB_3_01MatrixLayout_1_1kRowMajor_00_01GemmConfig___00_01Index___01_4_html_a4f7dfa33f6b6e52aac05ad5072710aa9"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmTileTraitsHelperB_3_01MatrixLayout_1_1kRowMajor_00_01GemmConfig___00_01Index___01_4.html#a4f7dfa33f6b6e52aac05ad5072710aa9">cutlass::gemm::IgemmTileTraitsHelperB&lt; MatrixLayout::kRowMajor, GemmConfig_, Index_ &gt;::Base</a></div><div class="ttdeci">GemmTileTraitsHelperB&lt; MatrixLayout::kRowMajor, GemmConfig_ &gt; Base</div><div class="ttdoc">The base config. </div><div class="ttdef"><b>Definition:</b> igemm_traits.h:335</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_1IgemmGlobalTileTraits_html_a72fe2fb9077d072f8266f07374624a1f"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmGlobalTileTraits.html#a72fe2fb9077d072f8266f07374624a1f">cutlass::gemm::IgemmGlobalTileTraits::Threads</a></div><div class="ttdeci">Base::Threads Threads</div><div class="ttdoc">The threads. </div><div class="ttdef"><b>Definition:</b> igemm_global_tile.h:66</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1IgemmTraitsHelper_html_a7f175193ac6bcdccba012f5d80324685"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a7f175193ac6bcdccba012f5d80324685">cutlass::gemm::IgemmTraitsHelper::GemmTileTraitsHelperB</a></div><div class="ttdeci">IgemmTileTraitsHelperB&lt; kLayoutB_, GemmConfig, Index_ &gt; GemmTileTraitsHelperB</div><div class="ttdoc">The GEMM config for B. </div><div class="ttdef"><b>Definition:</b> igemm_traits.h:424</div></div>
<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>
<div class="ttc" id="structcutlass_1_1gemm_1_1IgemmTransformerA_3_01MatrixLayout_1_1kColumnMajor_00_01Iterator___01_4_html_a8a4e3ce1174789e2b695bda7b863079f"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmTransformerA_3_01MatrixLayout_1_1kColumnMajor_00_01Iterator___01_4.html#a8a4e3ce1174789e2b695bda7b863079f">cutlass::gemm::IgemmTransformerA&lt; MatrixLayout::kColumnMajor, Iterator_ &gt;::Transformer</a></div><div class="ttdeci">IgemmSwizzle&lt; Iterator_ &gt; Transformer</div><div class="ttdef"><b>Definition:</b> igemm_traits.h:383</div></div>
2018-05-17 02:44:56 +08:00
<div class="ttc" id="gemm__global__tile_8h_html"><div class="ttname"><a href="gemm__global__tile_8h.html">gemm_global_tile.h</a></div><div class="ttdoc">Defines iterators for efficiently loading and storing to global memory. </div></div>
<div class="ttc" id="igemm__swizzle_8h_html"><div class="ttname"><a href="igemm__swizzle_8h.html">igemm_swizzle.h</a></div><div class="ttdoc">Transposes a fragment of data containing packed 8-bit integer elements. </div></div>
2018-09-20 05:02:08 +08:00
<div class="ttc" id="structcutlass_1_1gemm_1_1IgemmTransformerB_3_01MatrixLayout_1_1kColumnMajor_00_01Iterator___01_4_html_a92320b7224a77a8af61e55beef30ad49"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmTransformerB_3_01MatrixLayout_1_1kColumnMajor_00_01Iterator___01_4.html#a92320b7224a77a8af61e55beef30ad49">cutlass::gemm::IgemmTransformerB&lt; MatrixLayout::kColumnMajor, Iterator_ &gt;::Transformer</a></div><div class="ttdeci">Copy&lt; typename Iterator_::Fragment &gt; Transformer</div><div class="ttdef"><b>Definition:</b> igemm_traits.h:393</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1IgemmTileTraitsHelperA_3_01MatrixLayout_1_1kRowMajor_00_01GemmConfig___00_01Index___01_4_html_a11d02ea6e4ab68a0f4dff1eb8ecf4f9d"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmTileTraitsHelperA_3_01MatrixLayout_1_1kRowMajor_00_01GemmConfig___00_01Index___01_4.html#a11d02ea6e4ab68a0f4dff1eb8ecf4f9d">cutlass::gemm::IgemmTileTraitsHelperA&lt; MatrixLayout::kRowMajor, GemmConfig_, Index_ &gt;::SharedStoreTileTraits</a></div><div class="ttdeci">GemmSharedStoreWithSkewTileAbTraits&lt; int8_t, Shape&lt; GemmConfig_::kStages, GemmConfig_::OutputTile::kD/4, GemmConfig_::OutputTile::kW *4 &gt;, typename GlobalTileTraits::Threads, kScalarsPerStsA, 16 &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> igemm_traits.h:233</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1IgemmTileTraitsHelperB_3_01MatrixLayout_1_1kColumnMajor_00_01GemmConfig___00_01Index___01_4_html_af6f6d293f058666f9f0da53f34c712aa"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmTileTraitsHelperB_3_01MatrixLayout_1_1kColumnMajor_00_01GemmConfig___00_01Index___01_4.html#af6f6d293f058666f9f0da53f34c712aa">cutlass::gemm::IgemmTileTraitsHelperB&lt; MatrixLayout::kColumnMajor, GemmConfig_, Index_ &gt;::GlobalTileTraits</a></div><div class="ttdeci">IgemmGlobalTileTraits&lt; GemmOperand::kB, MatrixLayout::kColumnMajor, int8_t const, Shape&lt; 1, GemmConfig_::OutputTile::kH, GemmConfig_::OutputTile::kD &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> igemm_traits.h:289</div></div>
2018-05-17 02:44:56 +08:00
<div class="ttc" id="gemm__traits_8h_html"><div class="ttname"><a href="gemm__traits_8h.html">gemm_traits.h</a></div><div class="ttdoc">Defines structural properties of complete GEMM computation. </div></div>
2018-09-20 05:02:08 +08:00
<div class="ttc" id="structcutlass_1_1gemm_1_1IgemmTileTraitsHelperA_3_01MatrixLayout_1_1kRowMajor_00_01GemmConfig___00_01Index___01_4_html_aed9492775f012986a7c158156bf4e01e"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmTileTraitsHelperA_3_01MatrixLayout_1_1kRowMajor_00_01GemmConfig___00_01Index___01_4.html#aed9492775f012986a7c158156bf4e01e">cutlass::gemm::IgemmTileTraitsHelperA&lt; MatrixLayout::kRowMajor, GemmConfig_, Index_ &gt;::GlobalLoadIterator</a></div><div class="ttdeci">IgemmGlobalIteratorAb&lt; GlobalTileTraits, Index_ &gt; GlobalLoadIterator</div><div class="ttdoc">The global load iterator. </div><div class="ttdef"><b>Definition:</b> igemm_traits.h:219</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1IgemmTileTraitsHelperA_html"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmTileTraitsHelperA.html">cutlass::gemm::IgemmTileTraitsHelperA</a></div><div class="ttdef"><b>Definition:</b> igemm_traits.h:144</div></div>
2018-05-17 02:44:56 +08:00
<div class="ttc" id="structcutlass_1_1gemm_1_1IgemmEpilogue_html"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmEpilogue.html">cutlass::gemm::IgemmEpilogue</a></div><div class="ttdef"><b>Definition:</b> igemm_epilogue.h:290</div></div>
2018-10-27 05:54:58 +08:00
<div class="ttc" id="namespacecutlass_1_1MatrixLayout_html_a97ef07af21b122c1804245b0c7784d2b"><div class="ttname"><a href="namespacecutlass_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>
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_1IgemmTileTraitsHelperB_3_01MatrixLayout_1_1kRowMajor_00_01GemmConfig___00_01Index___01_4_html_a125c9a43da3bcdc00d5194a1376f613c"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmTileTraitsHelperB_3_01MatrixLayout_1_1kRowMajor_00_01GemmConfig___00_01Index___01_4.html#a125c9a43da3bcdc00d5194a1376f613c">cutlass::gemm::IgemmTileTraitsHelperB&lt; MatrixLayout::kRowMajor, GemmConfig_, Index_ &gt;::GlobalTileTraits</a></div><div class="ttdeci">IgemmGlobalTileTraits&lt; GemmOperand::kB, MatrixLayout::kRowMajor, int8_t 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> igemm_traits.h:353</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_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_1IgemmTileTraitsHelperA_3_01MatrixLayout_1_1kRowMajor_00_01GemmConfig___00_01Index___01_4_html_a29c3a5e4ea1fb6d0ea8b234849684daf"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmTileTraitsHelperA_3_01MatrixLayout_1_1kRowMajor_00_01GemmConfig___00_01Index___01_4.html#a29c3a5e4ea1fb6d0ea8b234849684daf">cutlass::gemm::IgemmTileTraitsHelperA&lt; MatrixLayout::kRowMajor, GemmConfig_, Index_ &gt;::MultiplyAddScalar</a></div><div class="ttdeci">int8_t MultiplyAddScalar</div><div class="ttdoc">The scalar stored in shared memory. </div><div class="ttdef"><b>Definition:</b> igemm_traits.h:198</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1IgemmTraitsHelper_html_ad1a34cb78f88fe2fcbf13239e89f6137"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#ad1a34cb78f88fe2fcbf13239e89f6137">cutlass::gemm::IgemmTraitsHelper::GlobalLoadIteratorB</a></div><div class="ttdeci">GemmTileTraitsHelperB::GlobalLoadIterator GlobalLoadIteratorB</div><div class="ttdoc">The iterator to load B from global memory. </div><div class="ttdef"><b>Definition:</b> igemm_traits.h:445</div></div>
2018-05-17 02:44:56 +08:00
<div class="ttc" id="igemm__multiply__add_8h_html"><div class="ttname"><a href="igemm__multiply__add_8h.html">igemm_multiply_add.h</a></div><div class="ttdoc">Implements matrix multiply accumulate operation of 8-bit integer data using DP4A instruction. </div></div>
2018-09-20 05:02:08 +08:00
<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_1IgemmTraitsHelper_html_a2953ae145fdb2eadf871aee8219e92d1"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a2953ae145fdb2eadf871aee8219e92d1">cutlass::gemm::IgemmTraitsHelper::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> igemm_traits.h:454</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1IgemmTileTraitsHelperB_3_01MatrixLayout_1_1kColumnMajor_00_01GemmConfig___00_01Index___01_4_html_ad8f1b0fda40f1fb7dc598cc841f38afe"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmTileTraitsHelperB_3_01MatrixLayout_1_1kColumnMajor_00_01GemmConfig___00_01Index___01_4.html#ad8f1b0fda40f1fb7dc598cc841f38afe">cutlass::gemm::IgemmTileTraitsHelperB&lt; MatrixLayout::kColumnMajor, GemmConfig_, Index_ &gt;::SharedLoadTileTraits</a></div><div class="ttdeci">GemmSharedLoadTileBTraits&lt; int8_t const, typename GemmConfig_::OutputTile, typename GemmConfig_::Warps, typename GemmConfig_::MultiplyAdd::ThreadsPerWarp, typename GemmConfig_::InstructionShape, GemmConfig_::kStages, 16, SharedStoreTileTraits::kSkew &gt; SharedLoadTileTraits</div><div class="ttdoc">The traits class to build the iterator to load from shared memory for B^N. </div><div class="ttdef"><b>Definition:</b> igemm_traits.h:326</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_1IgemmTileTraitsHelperB_3_01MatrixLayout_1_1kColumnMajor_00_01GemmConfig___00_01Index___01_4_html_aac06796d174a2d54103903e7dbe7b194"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmTileTraitsHelperB_3_01MatrixLayout_1_1kColumnMajor_00_01GemmConfig___00_01Index___01_4.html#aac06796d174a2d54103903e7dbe7b194">cutlass::gemm::IgemmTileTraitsHelperB&lt; MatrixLayout::kColumnMajor, GemmConfig_, Index_ &gt;::MultiplyAddScalar</a></div><div class="ttdeci">int8_t MultiplyAddScalar</div><div class="ttdoc">The scalar stored in shared memory. </div><div class="ttdef"><b>Definition:</b> igemm_traits.h:271</div></div>
2018-05-17 02:44:56 +08:00
<div class="ttc" id="gemm__epilogue_8h_html"><div class="ttname"><a href="gemm__epilogue_8h.html">gemm_epilogue.h</a></div><div class="ttdoc">Implements the epilogue phase of the GEMM kernel that efficiently updates global memory with the comp...</div></div>
2018-09-20 05:02:08 +08:00
<div class="ttc" id="structcutlass_1_1gemm_1_1IgemmTileTraitsHelperA_3_01MatrixLayout_1_1kRowMajor_00_01GemmConfig___00_01Index___01_4_html_a4241971b8a82af2c1f5f930be3cdd5c4"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmTileTraitsHelperA_3_01MatrixLayout_1_1kRowMajor_00_01GemmConfig___00_01Index___01_4.html#a4241971b8a82af2c1f5f930be3cdd5c4">cutlass::gemm::IgemmTileTraitsHelperA&lt; MatrixLayout::kRowMajor, GemmConfig_, Index_ &gt;::GlobalTileTraits</a></div><div class="ttdeci">IgemmGlobalTileTraits&lt; GemmOperand::kA, MatrixLayout::kRowMajor, int8_t const, Shape&lt; 1, GemmConfig_::OutputTile::kW, GemmConfig_::OutputTile::kD &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^T. </div><div class="ttdef"><b>Definition:</b> igemm_traits.h:216</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>
<div class="ttc" id="structcutlass_1_1gemm_1_1IgemmTraitsHelper_html_a36c8b17c98723934d9d75228dd9c2915"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a36c8b17c98723934d9d75228dd9c2915">cutlass::gemm::IgemmTraitsHelper::Epilogue</a></div><div class="ttdeci">IgemmEpilogue&lt; IgemmEpilogueTraits&lt; GemmConfig, EpilogueFunctor_ &gt; &gt; Epilogue</div><div class="ttdoc">The epilogue. </div><div class="ttdef"><b>Definition:</b> igemm_traits.h:487</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1IgemmEpilogueScalar_3_01int_01_4_html_a0983fd25494f6a7ed5af37a02e99f650"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmEpilogueScalar_3_01int_01_4.html#a0983fd25494f6a7ed5af37a02e99f650">cutlass::gemm::IgemmEpilogueScalar&lt; int &gt;::Scalar</a></div><div class="ttdeci">int Scalar</div><div class="ttdef"><b>Definition:</b> igemm_traits.h:499</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1IgemmTransformerB_3_01MatrixLayout_1_1kRowMajor_00_01Iterator___01_4_html_a9728f71c2e7a6a649bd28d8c11241b0a"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmTransformerB_3_01MatrixLayout_1_1kRowMajor_00_01Iterator___01_4.html#a9728f71c2e7a6a649bd28d8c11241b0a">cutlass::gemm::IgemmTransformerB&lt; MatrixLayout::kRowMajor, Iterator_ &gt;::Transformer</a></div><div class="ttdeci">IgemmSwizzle&lt; Iterator_ &gt; Transformer</div><div class="ttdef"><b>Definition:</b> igemm_traits.h:398</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1IgemmTileTraitsHelperA_3_01MatrixLayout_1_1kColumnMajor_00_01GemmConfig___00_01Index___01_4_html_aa21c231aa56c9e5f2705cac62b17bbbe"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmTileTraitsHelperA_3_01MatrixLayout_1_1kColumnMajor_00_01GemmConfig___00_01Index___01_4.html#aa21c231aa56c9e5f2705cac62b17bbbe">cutlass::gemm::IgemmTileTraitsHelperA&lt; MatrixLayout::kColumnMajor, GemmConfig_, Index_ &gt;::SharedStoreTileTraits</a></div><div class="ttdeci">GemmSharedStoreTileAbTraits&lt; int8_t, Shape&lt; GemmConfig_::kStages, GemmConfig_::OutputTile::kD/4, GemmConfig_::OutputTile::kW *4 &gt;, typename GlobalTileTraits::Threads, 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> igemm_traits.h:185</div></div>
2018-05-17 02:44:56 +08:00
<div class="ttc" id="structcutlass_1_1gemm_1_1IgemmSwizzle_html"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmSwizzle.html">cutlass::gemm::IgemmSwizzle</a></div><div class="ttdef"><b>Definition:</b> igemm_swizzle.h:38</div></div>
2018-09-20 05:02:08 +08:00
<div class="ttc" id="structcutlass_1_1gemm_1_1IgemmTileTraitsHelperB_html"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmTileTraitsHelperB.html">cutlass::gemm::IgemmTileTraitsHelperB</a></div><div class="ttdef"><b>Definition:</b> igemm_traits.h:259</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1IgemmTraitsHelper_html"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmTraitsHelper.html">cutlass::gemm::IgemmTraitsHelper</a></div><div class="ttdef"><b>Definition:</b> igemm_traits.h:418</div></div>
2018-10-27 05:54:58 +08:00
<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:402</div></div>
2018-09-20 05:02:08 +08:00
<div class="ttc" id="structcutlass_1_1gemm_1_1IgemmTraitsHelper_html_af394532cb8e7b088f950122b42eaa2fb"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#af394532cb8e7b088f950122b42eaa2fb">cutlass::gemm::IgemmTraitsHelper::GlobalTransformerA</a></div><div class="ttdeci">IgemmTransformerA&lt; GemmTileTraitsHelperA::kLayout, GlobalLoadIteratorA &gt;::Transformer GlobalTransformerA</div><div class="ttdoc">The default transformer for A. </div><div class="ttdef"><b>Definition:</b> igemm_traits.h:430</div></div>
2018-05-17 02:44:56 +08:00
<div class="ttc" id="gemm__shared__tile_8h_html"><div class="ttname"><a href="gemm__shared__tile_8h.html">gemm_shared_tile.h</a></div><div class="ttdoc">Defines iterators for efficiently loading and storing tiles to and from shared memory. </div></div>
2018-09-20 05:02:08 +08:00
<div class="ttc" id="structcutlass_1_1gemm_1_1IgemmTraitsHelper_html_ae59454c1b3862522c8ea293bacb194a8"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#ae59454c1b3862522c8ea293bacb194a8">cutlass::gemm::IgemmTraitsHelper::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> igemm_traits.h:460</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_1IgemmGlobalTileTraits_html"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmGlobalTileTraits.html">cutlass::gemm::IgemmGlobalTileTraits</a></div><div class="ttdef"><b>Definition:</b> igemm_global_tile.h:50</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>
2018-09-20 05:02:08 +08:00
<div class="ttc" id="structcutlass_1_1gemm_1_1IgemmTraitsHelper_html_a48f6b161acb181aee1e5bdb3bc909b04"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a48f6b161acb181aee1e5bdb3bc909b04">cutlass::gemm::IgemmTraitsHelper::GlobalLoadIteratorA</a></div><div class="ttdeci">GemmTileTraitsHelperA::GlobalLoadIterator GlobalLoadIteratorA</div><div class="ttdoc">The iterator to load A from global memory. </div><div class="ttdef"><b>Definition:</b> igemm_traits.h:427</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmConfig_html"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmConfig.html">cutlass::gemm::GemmConfig</a></div><div class="ttdef"><b>Definition:</b> gemm_config.h:76</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1IgemmTraitsHelper_html_a3d2b39cacb975afbfeae9e368f0656ae"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a3d2b39cacb975afbfeae9e368f0656ae">cutlass::gemm::IgemmTraitsHelper::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> igemm_traits.h:436</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_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>
2018-05-17 02:44:56 +08:00
<div class="ttc" id="structcutlass_1_1gemm_1_1IgemmConfig_html"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmConfig.html">cutlass::gemm::IgemmConfig</a></div><div class="ttdef"><b>Definition:</b> igemm_traits.h:57</div></div>
2018-09-20 05:02:08 +08:00
<div class="ttc" id="structcutlass_1_1gemm_1_1IgemmTileTraitsHelperA_3_01MatrixLayout_1_1kColumnMajor_00_01GemmConfig___00_01Index___01_4_html_a66f11407e9f5bf0d6123c81dfee6b330"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmTileTraitsHelperA_3_01MatrixLayout_1_1kColumnMajor_00_01GemmConfig___00_01Index___01_4.html#a66f11407e9f5bf0d6123c81dfee6b330">cutlass::gemm::IgemmTileTraitsHelperA&lt; MatrixLayout::kColumnMajor, GemmConfig_, Index_ &gt;::GlobalTileTraits</a></div><div class="ttdeci">IgemmGlobalTileTraits&lt; GemmOperand::kA, MatrixLayout::kColumnMajor, int8_t 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> igemm_traits.h:170</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1IgemmGlobalIteratorAb_html"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmGlobalIteratorAb.html">cutlass::gemm::IgemmGlobalIteratorAb</a></div><div class="ttdef"><b>Definition:</b> igemm_global_tile.h:95</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1IgemmTransformerA_html"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmTransformerA.html">cutlass::gemm::IgemmTransformerA</a></div><div class="ttdef"><b>Definition:</b> igemm_traits.h:374</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1IgemmEpilogueScalar_html_ab1068ba72468f9ede1d05ba41ea31317"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmEpilogueScalar.html#ab1068ba72468f9ede1d05ba41ea31317">cutlass::gemm::IgemmEpilogueScalar::Scalar</a></div><div class="ttdeci">float Scalar</div><div class="ttdef"><b>Definition:</b> igemm_traits.h:494</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>
<div class="ttc" id="structcutlass_1_1gemm_1_1IgemmTransformerA_3_01MatrixLayout_1_1kRowMajor_00_01Iterator___01_4_html_a0b53e18f109ac0fd116e0d01ed6ec197"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmTransformerA_3_01MatrixLayout_1_1kRowMajor_00_01Iterator___01_4.html#a0b53e18f109ac0fd116e0d01ed6ec197">cutlass::gemm::IgemmTransformerA&lt; MatrixLayout::kRowMajor, Iterator_ &gt;::Transformer</a></div><div class="ttdeci">Copy&lt; typename Iterator_::Fragment &gt; Transformer</div><div class="ttdef"><b>Definition:</b> igemm_traits.h:378</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1IgemmTraits_html"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmTraits.html">cutlass::gemm::IgemmTraits</a></div><div class="ttdef"><b>Definition:</b> igemm_traits.h:527</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-10-27 05:54:58 +08:00
<div class="ttc" id="namespacecutlass_1_1MatrixLayout_html_a97ef07af21b122c1804245b0c7784d2bac15988acba79c11072d38b295f163a2b"><div class="ttname"><a href="namespacecutlass_1_1MatrixLayout.html#a97ef07af21b122c1804245b0c7784d2bac15988acba79c11072d38b295f163a2b">cutlass::MatrixLayout::kColumnMajor</a></div><div class="ttdef"><b>Definition:</b> matrix_traits.h:159</div></div>
2018-09-20 05:02:08 +08:00
<div class="ttc" id="structcutlass_1_1gemm_1_1IgemmTraitsHelper_html_a94111367763890341e88450f43b59312"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a94111367763890341e88450f43b59312">cutlass::gemm::IgemmTraitsHelper::SharedLoadIteratorB</a></div><div class="ttdeci">TileLoadIterator&lt; typename GemmTileTraitsHelperB::SharedLoadTileTraits, typename GemmTileTraitsHelperB::SharedLoadTileTraits::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> igemm_traits.h:476</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1IgemmTileTraitsHelperB_3_01MatrixLayout_1_1kRowMajor_00_01GemmConfig___00_01Index___01_4_html_a872dc2d0b8ed6c75c41d258a23183861"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmTileTraitsHelperB_3_01MatrixLayout_1_1kRowMajor_00_01GemmConfig___00_01Index___01_4.html#a872dc2d0b8ed6c75c41d258a23183861">cutlass::gemm::IgemmTileTraitsHelperB&lt; MatrixLayout::kRowMajor, GemmConfig_, Index_ &gt;::SharedStoreTileTraits</a></div><div class="ttdeci">GemmSharedStoreTileAbTraits&lt; int8_t, Shape&lt; GemmConfig_::kStages, GemmConfig_::OutputTile::kD/4, GemmConfig_::OutputTile::kH *4 &gt;, typename GlobalTileTraits::Threads, kScalarsPerStsB &gt; SharedStoreTileTraits</div><div class="ttdoc">The traits class to build the iterator to store data to shared memory for B^N. </div><div class="ttdef"><b>Definition:</b> igemm_traits.h:368</div></div>
2018-10-27 05:54:58 +08:00
<div class="ttc" id="namespacecutlass_1_1MatrixLayout_html_a97ef07af21b122c1804245b0c7784d2ba6a287c17f9f5bf53528ae68296beeedb"><div class="ttname"><a href="namespacecutlass_1_1MatrixLayout.html#a97ef07af21b122c1804245b0c7784d2ba6a287c17f9f5bf53528ae68296beeedb">cutlass::MatrixLayout::kRowMajor</a></div><div class="ttdef"><b>Definition:</b> matrix_traits.h:159</div></div>
2018-09-20 05:02:08 +08:00
<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_1GemmTileTraitsHelperB_3_01MatrixLayout_1_1kRowMajor_00_01GemmConfig___01_4_html"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTileTraitsHelperB_3_01MatrixLayout_1_1kRowMajor_00_01GemmConfig___01_4.html">cutlass::gemm::GemmTileTraitsHelperB&lt; MatrixLayout::kRowMajor, GemmConfig_ &gt;</a></div><div class="ttdef"><b>Definition:</b> gemm_traits.h:267</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1ThreadMultiplyAdd_html"><div class="ttname"><a href="structcutlass_1_1gemm_1_1ThreadMultiplyAdd.html">cutlass::gemm::ThreadMultiplyAdd</a></div><div class="ttdoc">Template performing matrix multiply-add operation within a thread. </div><div class="ttdef"><b>Definition:</b> thread_multiply_add.h:44</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmTileTraitsHelperA_3_01MatrixLayout_1_1kColumnMajor_00_01GemmConfig___01_4_html"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmTileTraitsHelperA_3_01MatrixLayout_1_1kColumnMajor_00_01GemmConfig___01_4.html">cutlass::gemm::GemmTileTraitsHelperA&lt; MatrixLayout::kColumnMajor, GemmConfig_ &gt;</a></div><div class="ttdef"><b>Definition:</b> gemm_traits.h:57</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1IgemmTileTraitsHelperA_3_01MatrixLayout_1_1kRowMajor_00_01GemmConfig___00_01Index___01_4_html_aa37f285c74bb63c8bb8cbfc767378c41"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmTileTraitsHelperA_3_01MatrixLayout_1_1kRowMajor_00_01GemmConfig___00_01Index___01_4.html#aa37f285c74bb63c8bb8cbfc767378c41">cutlass::gemm::IgemmTileTraitsHelperA&lt; MatrixLayout::kRowMajor, GemmConfig_, Index_ &gt;::Scalar</a></div><div class="ttdeci">int8_t Scalar</div><div class="ttdoc">The input scalar. </div><div class="ttdef"><b>Definition:</b> igemm_traits.h:196</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1IgemmTraitsHelper_html_a52c2c7b45156e53d9bc66ed185fc3d71"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a52c2c7b45156e53d9bc66ed185fc3d71">cutlass::gemm::IgemmTraitsHelper::GemmConfig</a></div><div class="ttdeci">IgemmConfig&lt; OutputTile_, ScalarD_, ThreadGemmShape_ &gt; GemmConfig</div><div class="ttdoc">The IGEMM config. </div><div class="ttdef"><b>Definition:</b> igemm_traits.h:420</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1IgemmTileTraitsHelperB_3_01MatrixLayout_1_1kColumnMajor_00_01GemmConfig___00_01Index___01_4_html_acd7e5d5b940f410275ebbcd6c27e4327"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmTileTraitsHelperB_3_01MatrixLayout_1_1kColumnMajor_00_01GemmConfig___00_01Index___01_4.html#acd7e5d5b940f410275ebbcd6c27e4327">cutlass::gemm::IgemmTileTraitsHelperB&lt; MatrixLayout::kColumnMajor, GemmConfig_, Index_ &gt;::GlobalLoadIterator</a></div><div class="ttdeci">IgemmGlobalIteratorAb&lt; GlobalTileTraits, Index_ &gt; GlobalLoadIterator</div><div class="ttdoc">The global load iterator. </div><div class="ttdef"><b>Definition:</b> igemm_traits.h:292</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1IgemmTileTraitsHelperA_3_01MatrixLayout_1_1kColumnMajor_00_01GemmConfig___00_01Index___01_4_html_a4237c6c9e33397bc1633182e9c3b6504"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmTileTraitsHelperA_3_01MatrixLayout_1_1kColumnMajor_00_01GemmConfig___00_01Index___01_4.html#a4237c6c9e33397bc1633182e9c3b6504">cutlass::gemm::IgemmTileTraitsHelperA&lt; MatrixLayout::kColumnMajor, GemmConfig_, Index_ &gt;::GlobalLoadIterator</a></div><div class="ttdeci">GemmGlobalIteratorAb&lt; GlobalTileTraits, Index_ &gt; GlobalLoadIterator</div><div class="ttdoc">The global load iterator. </div><div class="ttdef"><b>Definition:</b> igemm_traits.h:173</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1IgemmTileTraitsHelperB_3_01MatrixLayout_1_1kRowMajor_00_01GemmConfig___00_01Index___01_4_html_a57670718427808a241005f5e27acce5d"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmTileTraitsHelperB_3_01MatrixLayout_1_1kRowMajor_00_01GemmConfig___00_01Index___01_4.html#a57670718427808a241005f5e27acce5d">cutlass::gemm::IgemmTileTraitsHelperB&lt; MatrixLayout::kRowMajor, GemmConfig_, Index_ &gt;::GlobalLoadIterator</a></div><div class="ttdeci">GemmGlobalIteratorAb&lt; GlobalTileTraits, Index_ &gt; GlobalLoadIterator</div><div class="ttdoc">The global load iterator. </div><div class="ttdef"><b>Definition:</b> igemm_traits.h:356</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1IgemmTraitsHelper_html_ae84c7fd1567580dc3da15a520c47ff6e"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#ae84c7fd1567580dc3da15a520c47ff6e">cutlass::gemm::IgemmTraitsHelper::MultiplyAdd</a></div><div class="ttdeci">GemmConfig::MultiplyAdd MultiplyAdd</div><div class="ttdoc">The multiply-add functor. </div><div class="ttdef"><b>Definition:</b> igemm_traits.h:482</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1IgemmTransformerB_html"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmTransformerB.html">cutlass::gemm::IgemmTransformerB</a></div><div class="ttdef"><b>Definition:</b> igemm_traits.h:389</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1LinearScaling_html"><div class="ttname"><a href="structcutlass_1_1gemm_1_1LinearScaling.html">cutlass::gemm::LinearScaling</a></div><div class="ttdoc">Functor to compute linear combination of fragments. </div><div class="ttdef"><b>Definition:</b> linear_scaling.h:51</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1IgemmTraitsHelper_html_a7e035ceab26dc904726ddbf14371f476"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a7e035ceab26dc904726ddbf14371f476">cutlass::gemm::IgemmTraitsHelper::SharedLoadStreamA</a></div><div class="ttdeci">SharedLoadStream&lt; SharedLoadIteratorA, Copy&lt; typename SharedLoadIteratorA::Fragment &gt; &gt; SharedLoadStreamA</div><div class="ttdoc">The stream to load A from shared memory. </div><div class="ttdef"><b>Definition:</b> igemm_traits.h:470</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_1IgemmTraitsHelper_html_a2aceaceb30287e909c254f01f1716845"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a2aceaceb30287e909c254f01f1716845">cutlass::gemm::IgemmTraitsHelper::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> igemm_traits.h:442</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1IgemmTraitsHelper_html_aee1dfb15e1b63f838a712af93777e5d3"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#aee1dfb15e1b63f838a712af93777e5d3">cutlass::gemm::IgemmTraitsHelper::GemmTileTraitsHelperA</a></div><div class="ttdeci">IgemmTileTraitsHelperA&lt; kLayoutA_, GemmConfig, Index_ &gt; GemmTileTraitsHelperA</div><div class="ttdoc">The GEMM config for A. </div><div class="ttdef"><b>Definition:</b> igemm_traits.h:422</div></div>
2018-05-17 02:44:56 +08:00
<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>
2018-09-20 05:02:08 +08:00
<div class="ttc" id="structcutlass_1_1gemm_1_1IgemmTileTraitsHelperA_3_01MatrixLayout_1_1kRowMajor_00_01GemmConfig___00_01Index___01_4_html_a53dd72126a43a1c5811ed92a2313d19d"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmTileTraitsHelperA_3_01MatrixLayout_1_1kRowMajor_00_01GemmConfig___00_01Index___01_4.html#a53dd72126a43a1c5811ed92a2313d19d">cutlass::gemm::IgemmTileTraitsHelperA&lt; MatrixLayout::kRowMajor, GemmConfig_, Index_ &gt;::SharedLoadTileTraits</a></div><div class="ttdeci">GemmSharedLoadTileATraits&lt; int8_t const, typename GemmConfig_::OutputTile, typename GemmConfig_::Warps, typename GemmConfig_::MultiplyAdd::ThreadsPerWarp, typename GemmConfig_::InstructionShape, GemmConfig_::kStages, 16, SharedStoreTileTraits::kSkew &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> igemm_traits.h:253</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1IgemmTraitsHelper_html_aff287e2ca10a437a82736baab2d7c28d"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#aff287e2ca10a437a82736baab2d7c28d">cutlass::gemm::IgemmTraitsHelper::SharedLoadStreamB</a></div><div class="ttdeci">SharedLoadStream&lt; SharedLoadIteratorB, Copy&lt; typename SharedLoadIteratorB::Fragment &gt; &gt; SharedLoadStreamB</div><div class="ttdoc">The stream to load B from shared memory. </div><div class="ttdef"><b>Definition:</b> igemm_traits.h:479</div></div>
2018-05-17 02:44:56 +08:00
<div class="ttc" id="gemm__epilogue__traits_8h_html"><div class="ttname"><a href="gemm__epilogue__traits_8h.html">gemm_epilogue_traits.h</a></div><div class="ttdoc">Defines structural properties of the GEMM epilogue. </div></div>
2018-09-20 05:02:08 +08:00
<div class="ttc" id="structcutlass_1_1gemm_1_1IgemmEpilogueScalar_html"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmEpilogueScalar.html">cutlass::gemm::IgemmEpilogueScalar</a></div><div class="ttdef"><b>Definition:</b> igemm_traits.h:493</div></div>
2018-05-17 02:44:56 +08:00
<div class="ttc" id="igemm__epilogue_8h_html"><div class="ttname"><a href="igemm__epilogue_8h.html">igemm_epilogue.h</a></div><div class="ttdoc">Defines the epilogue phase of the GEMM computation for IGEMM, supporting integer and floating-point o...</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_1IgemmTileTraitsHelperB_3_01MatrixLayout_1_1kColumnMajor_00_01GemmConfig___00_01Index___01_4_html_a86ed2ebc5b6e4426ab35a1f30a3e47bb"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmTileTraitsHelperB_3_01MatrixLayout_1_1kColumnMajor_00_01GemmConfig___00_01Index___01_4.html#a86ed2ebc5b6e4426ab35a1f30a3e47bb">cutlass::gemm::IgemmTileTraitsHelperB&lt; MatrixLayout::kColumnMajor, GemmConfig_, Index_ &gt;::SharedStoreTileTraits</a></div><div class="ttdeci">GemmSharedStoreWithSkewTileAbTraits&lt; int8_t, Shape&lt; GemmConfig_::kStages, GemmConfig_::OutputTile::kD/4, GemmConfig_::OutputTile::kH *4 &gt;, typename GlobalTileTraits::Threads, kScalarsPerStsB, 16 &gt; SharedStoreTileTraits</div><div class="ttdoc">The traits class to build the iterator to store data to shared memory for B^N. </div><div class="ttdef"><b>Definition:</b> igemm_traits.h:306</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1IgemmTileTraitsHelperB_3_01MatrixLayout_1_1kColumnMajor_00_01GemmConfig___00_01Index___01_4_html_a1ebf24984863d0422356031615b74c53"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmTileTraitsHelperB_3_01MatrixLayout_1_1kColumnMajor_00_01GemmConfig___00_01Index___01_4.html#a1ebf24984863d0422356031615b74c53">cutlass::gemm::IgemmTileTraitsHelperB&lt; MatrixLayout::kColumnMajor, GemmConfig_, Index_ &gt;::Scalar</a></div><div class="ttdeci">int8_t Scalar</div><div class="ttdoc">The input scalar. </div><div class="ttdef"><b>Definition:</b> igemm_traits.h:269</div></div>
2018-05-17 02:44:56 +08:00
<div class="ttc" id="igemm__global__tile_8h_html"><div class="ttname"><a href="igemm__global__tile_8h.html">igemm_global_tile.h</a></div><div class="ttdoc">Implements tile iterators to partition the thread block tile into 2D subtiles and efficiently load ea...</div></div>
2018-09-20 05:02:08 +08:00
<div class="ttc" id="structcutlass_1_1gemm_1_1IgemmTraitsHelper_html_a03d7378c46b517438fce25e0f1e4d98c"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a03d7378c46b517438fce25e0f1e4d98c">cutlass::gemm::IgemmTraitsHelper::SharedLoadIteratorA</a></div><div class="ttdeci">TileLoadIterator&lt; typename GemmTileTraitsHelperA::SharedLoadTileTraits, typename GemmTileTraitsHelperA::SharedLoadTileTraits::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> igemm_traits.h:467</div></div>
<div class="ttc" id="structcutlass_1_1gemm_1_1IgemmTileTraitsHelperA_3_01MatrixLayout_1_1kColumnMajor_00_01GemmConfig___00_01Index___01_4_html_adbbf19c2f86c198bbe4cc596c63e65ae"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmTileTraitsHelperA_3_01MatrixLayout_1_1kColumnMajor_00_01GemmConfig___00_01Index___01_4.html#adbbf19c2f86c198bbe4cc596c63e65ae">cutlass::gemm::IgemmTileTraitsHelperA&lt; MatrixLayout::kColumnMajor, GemmConfig_, Index_ &gt;::Base</a></div><div class="ttdeci">GemmTileTraitsHelperA&lt; MatrixLayout::kColumnMajor, GemmConfig_ &gt; Base</div><div class="ttdoc">The base config. </div><div class="ttdef"><b>Definition:</b> igemm_traits.h:152</div></div>
2018-10-27 05:54:58 +08:00
<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:841</div></div>
2018-09-20 05:02:08 +08:00
<div class="ttc" id="structcutlass_1_1gemm_1_1IgemmTraitsHelper_html_af6c45c949a8dee887924bba4de92e760"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#af6c45c949a8dee887924bba4de92e760">cutlass::gemm::IgemmTraitsHelper::ClearAccumulators</a></div><div class="ttdeci">ClearAccumulators&lt; typename MultiplyAdd::ScalarC &gt; ClearAccumulators</div><div class="ttdoc">The object to clear accumulators. </div><div class="ttdef"><b>Definition:</b> igemm_traits.h:484</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-10-27 05:54:58 +08:00
Generated on Fri Oct 26 2018 14:53:33 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>