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" / >
2018-09-20 05:02:08 +08:00
< title > Cutlass: cutlass::gemm::IgemmTraitsHelper< kLayoutA_, kLayoutB_, OutputTile_, ScalarD_, EpilogueFunctor_, ThreadGemmShape_, Index_ > Struct Template Reference< / title >
2018-05-17 02:44:56 +08:00
< 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& 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& 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 = "namespacecutlass.html" > cutlass< / a > < / li > < li class = "navelem" > < a class = "el" href = "namespacecutlass_1_1gemm.html" > gemm< / a > < / li > < li class = "navelem" > < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html" > IgemmTraitsHelper< / a > < / li > < / ul >
< / div >
< / div > <!-- top -->
< div class = "header" >
< div class = "summary" >
< a href = "#pub-types" > Public Types< / a > |
< a href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
2018-09-20 05:02:08 +08:00
< div class = "title" > cutlass::gemm::IgemmTraitsHelper< kLayoutA_, kLayoutB_, OutputTile_, ScalarD_, EpilogueFunctor_, ThreadGemmShape_, Index_ > Struct Template Reference< / div > < / div >
2018-05-17 02:44:56 +08:00
< / div > <!-- header -->
< div class = "contents" >
< p > < code > #include < < a class = "el" href = "igemm__traits_8h_source.html" > igemm_traits.h< / a > > < / code > < / p >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-types" > < / a >
Public Types< / h2 > < / td > < / tr >
2018-09-20 05:02:08 +08:00
< tr class = "memitem:a52c2c7b45156e53d9bc66ed185fc3d71" > < td class = "memItemLeft" align = "right" valign = "top" > typedef < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmConfig.html" > IgemmConfig< / a > < OutputTile_, ScalarD_, ThreadGemmShape_ >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a52c2c7b45156e53d9bc66ed185fc3d71" > GemmConfig< / a > < / td > < / tr >
< tr class = "memdesc:a52c2c7b45156e53d9bc66ed185fc3d71" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > The IGEMM config. < a href = "#a52c2c7b45156e53d9bc66ed185fc3d71" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a52c2c7b45156e53d9bc66ed185fc3d71" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aee1dfb15e1b63f838a712af93777e5d3" > < td class = "memItemLeft" align = "right" valign = "top" > typedef < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTileTraitsHelperA.html" > IgemmTileTraitsHelperA< / a > < kLayoutA_, < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a52c2c7b45156e53d9bc66ed185fc3d71" > GemmConfig< / a > , Index_ >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#aee1dfb15e1b63f838a712af93777e5d3" > GemmTileTraitsHelperA< / a > < / td > < / tr >
< tr class = "memdesc:aee1dfb15e1b63f838a712af93777e5d3" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > The GEMM config for A. < a href = "#aee1dfb15e1b63f838a712af93777e5d3" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:aee1dfb15e1b63f838a712af93777e5d3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7f175193ac6bcdccba012f5d80324685" > < td class = "memItemLeft" align = "right" valign = "top" > typedef < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTileTraitsHelperB.html" > IgemmTileTraitsHelperB< / a > < kLayoutB_, < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a52c2c7b45156e53d9bc66ed185fc3d71" > GemmConfig< / a > , Index_ >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a7f175193ac6bcdccba012f5d80324685" > GemmTileTraitsHelperB< / a > < / td > < / tr >
< tr class = "memdesc:a7f175193ac6bcdccba012f5d80324685" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > The GEMM config for B. < a href = "#a7f175193ac6bcdccba012f5d80324685" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a7f175193ac6bcdccba012f5d80324685" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a48f6b161acb181aee1e5bdb3bc909b04" > < td class = "memItemLeft" align = "right" valign = "top" > typedef GemmTileTraitsHelperA::GlobalLoadIterator  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a48f6b161acb181aee1e5bdb3bc909b04" > GlobalLoadIteratorA< / a > < / td > < / tr >
< tr class = "memdesc:a48f6b161acb181aee1e5bdb3bc909b04" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > The iterator to load A from global memory. < a href = "#a48f6b161acb181aee1e5bdb3bc909b04" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a48f6b161acb181aee1e5bdb3bc909b04" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af394532cb8e7b088f950122b42eaa2fb" > < td class = "memItemLeft" align = "right" valign = "top" > typedef < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTransformerA.html" > IgemmTransformerA< / a > < GemmTileTraitsHelperA::kLayout, < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a48f6b161acb181aee1e5bdb3bc909b04" > GlobalLoadIteratorA< / a > > ::Transformer  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#af394532cb8e7b088f950122b42eaa2fb" > GlobalTransformerA< / a > < / td > < / tr >
< tr class = "memdesc:af394532cb8e7b088f950122b42eaa2fb" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > The default transformer for A. < a href = "#af394532cb8e7b088f950122b42eaa2fb" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:af394532cb8e7b088f950122b42eaa2fb" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3d2b39cacb975afbfeae9e368f0656ae" > < td class = "memItemLeft" align = "right" valign = "top" > typedef < a class = "el" href = "structcutlass_1_1TileStoreIterator.html" > TileStoreIterator< / a > < typename GemmTileTraitsHelperA::SharedStoreTileTraits, typename GemmTileTraitsHelperA::SharedStoreTileTraits::Scalar, < a class = "el" href = "structcutlass_1_1IteratorAdvance.html#a9ad9c2302ddffa148d47cdcf6c738ddaacfe756fca665eb1bbf389850915c1b81" > IteratorAdvance::kH< / a > , < a class = "el" href = "structcutlass_1_1MemorySpace.html#a1e031ec41668015a8fe4ba2c1145d03ca2804339b2be64ff68ae3042073aaa7cc" > MemorySpace::kShared< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a3d2b39cacb975afbfeae9e368f0656ae" > SharedStoreIteratorA< / a > < / td > < / tr >
< tr class = "memdesc:a3d2b39cacb975afbfeae9e368f0656ae" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > The iterator to store A to shared memory. < a href = "#a3d2b39cacb975afbfeae9e368f0656ae" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a3d2b39cacb975afbfeae9e368f0656ae" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2aceaceb30287e909c254f01f1716845" > < td class = "memItemLeft" align = "right" valign = "top" > typedef < a class = "el" href = "structcutlass_1_1gemm_1_1GlobalLoadStream.html" > GlobalLoadStream< / a > < < a class = "el" href = "structcutlass_1_1GemmOperand.html#ab209ea3de198efabe8e8707dfe8e0a0cac2b9fe9e3679a059d1a6c946b2a2c31a" > GemmOperand::kA< / a > , < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a48f6b161acb181aee1e5bdb3bc909b04" > GlobalLoadIteratorA< / a > , < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a3d2b39cacb975afbfeae9e368f0656ae" > SharedStoreIteratorA< / a > , < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#af394532cb8e7b088f950122b42eaa2fb" > GlobalTransformerA< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a2aceaceb30287e909c254f01f1716845" > GlobalLoadStreamA< / a > < / td > < / tr >
< tr class = "memdesc:a2aceaceb30287e909c254f01f1716845" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > The stream to load A from global memory to shared memory. < a href = "#a2aceaceb30287e909c254f01f1716845" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a2aceaceb30287e909c254f01f1716845" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad1a34cb78f88fe2fcbf13239e89f6137" > < td class = "memItemLeft" align = "right" valign = "top" > typedef GemmTileTraitsHelperB::GlobalLoadIterator  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#ad1a34cb78f88fe2fcbf13239e89f6137" > GlobalLoadIteratorB< / a > < / td > < / tr >
< tr class = "memdesc:ad1a34cb78f88fe2fcbf13239e89f6137" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > The iterator to load B from global memory. < a href = "#ad1a34cb78f88fe2fcbf13239e89f6137" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ad1a34cb78f88fe2fcbf13239e89f6137" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7b25e0203997662a537b21674c3d0cd2" > < td class = "memItemLeft" align = "right" valign = "top" > typedef < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTransformerB.html" > IgemmTransformerB< / a > < GemmTileTraitsHelperB::kLayout, < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#ad1a34cb78f88fe2fcbf13239e89f6137" > GlobalLoadIteratorB< / a > > ::Transformer  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a7b25e0203997662a537b21674c3d0cd2" > GlobalTransformerB< / a > < / td > < / tr >
< tr class = "separator:a7b25e0203997662a537b21674c3d0cd2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2953ae145fdb2eadf871aee8219e92d1" > < td class = "memItemLeft" align = "right" valign = "top" > typedef < a class = "el" href = "structcutlass_1_1TileStoreIterator.html" > TileStoreIterator< / a > < typename GemmTileTraitsHelperB::SharedStoreTileTraits, typename GemmTileTraitsHelperB::SharedStoreTileTraits::Scalar, < a class = "el" href = "structcutlass_1_1IteratorAdvance.html#a9ad9c2302ddffa148d47cdcf6c738ddaacfe756fca665eb1bbf389850915c1b81" > IteratorAdvance::kH< / a > , < a class = "el" href = "structcutlass_1_1MemorySpace.html#a1e031ec41668015a8fe4ba2c1145d03ca2804339b2be64ff68ae3042073aaa7cc" > MemorySpace::kShared< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a2953ae145fdb2eadf871aee8219e92d1" > SharedStoreIteratorB< / a > < / td > < / tr >
< tr class = "memdesc:a2953ae145fdb2eadf871aee8219e92d1" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > The iterator to store B to shared memory. < a href = "#a2953ae145fdb2eadf871aee8219e92d1" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a2953ae145fdb2eadf871aee8219e92d1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae59454c1b3862522c8ea293bacb194a8" > < td class = "memItemLeft" align = "right" valign = "top" > typedef < a class = "el" href = "structcutlass_1_1gemm_1_1GlobalLoadStream.html" > GlobalLoadStream< / a > < < a class = "el" href = "structcutlass_1_1GemmOperand.html#ab209ea3de198efabe8e8707dfe8e0a0caad0876342d150cef7da6ae149d5e99f9" > GemmOperand::kB< / a > , < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#ad1a34cb78f88fe2fcbf13239e89f6137" > GlobalLoadIteratorB< / a > , < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a2953ae145fdb2eadf871aee8219e92d1" > SharedStoreIteratorB< / a > , < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a7b25e0203997662a537b21674c3d0cd2" > GlobalTransformerB< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#ae59454c1b3862522c8ea293bacb194a8" > GlobalLoadStreamB< / a > < / td > < / tr >
< tr class = "memdesc:ae59454c1b3862522c8ea293bacb194a8" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > The stream to load B from global memory to shared memory. < a href = "#ae59454c1b3862522c8ea293bacb194a8" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ae59454c1b3862522c8ea293bacb194a8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a03d7378c46b517438fce25e0f1e4d98c" > < td class = "memItemLeft" align = "right" valign = "top" > typedef < a class = "el" href = "structcutlass_1_1TileLoadIterator.html" > TileLoadIterator< / a > < typename GemmTileTraitsHelperA::SharedLoadTileTraits, typename GemmTileTraitsHelperA::SharedLoadTileTraits::Scalar, < a class = "el" href = "structcutlass_1_1IteratorAdvance.html#a9ad9c2302ddffa148d47cdcf6c738ddaacfe756fca665eb1bbf389850915c1b81" > IteratorAdvance::kH< / a > , < a class = "el" href = "structcutlass_1_1MemorySpace.html#a1e031ec41668015a8fe4ba2c1145d03ca2804339b2be64ff68ae3042073aaa7cc" > MemorySpace::kShared< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a03d7378c46b517438fce25e0f1e4d98c" > SharedLoadIteratorA< / a > < / td > < / tr >
< tr class = "memdesc:a03d7378c46b517438fce25e0f1e4d98c" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > The iterator to load A from shared memory. < a href = "#a03d7378c46b517438fce25e0f1e4d98c" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a03d7378c46b517438fce25e0f1e4d98c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7e035ceab26dc904726ddbf14371f476" > < td class = "memItemLeft" align = "right" valign = "top" > typedef < a class = "el" href = "structcutlass_1_1gemm_1_1SharedLoadStream.html" > SharedLoadStream< / a > < < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a03d7378c46b517438fce25e0f1e4d98c" > SharedLoadIteratorA< / a > , < a class = "el" href = "structcutlass_1_1Copy.html" > Copy< / a > < typename < a class = "el" href = "structcutlass_1_1TileLoadIterator.html#a4604b230174b11bc7ddf5f3e9a922139" > SharedLoadIteratorA::Fragment< / a > > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a7e035ceab26dc904726ddbf14371f476" > SharedLoadStreamA< / a > < / td > < / tr >
< tr class = "memdesc:a7e035ceab26dc904726ddbf14371f476" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > The stream to load A from shared memory. < a href = "#a7e035ceab26dc904726ddbf14371f476" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a7e035ceab26dc904726ddbf14371f476" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a94111367763890341e88450f43b59312" > < td class = "memItemLeft" align = "right" valign = "top" > typedef < a class = "el" href = "structcutlass_1_1TileLoadIterator.html" > TileLoadIterator< / a > < typename GemmTileTraitsHelperB::SharedLoadTileTraits, typename GemmTileTraitsHelperB::SharedLoadTileTraits::Scalar, < a class = "el" href = "structcutlass_1_1IteratorAdvance.html#a9ad9c2302ddffa148d47cdcf6c738ddaacfe756fca665eb1bbf389850915c1b81" > IteratorAdvance::kH< / a > , < a class = "el" href = "structcutlass_1_1MemorySpace.html#a1e031ec41668015a8fe4ba2c1145d03ca2804339b2be64ff68ae3042073aaa7cc" > MemorySpace::kShared< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a94111367763890341e88450f43b59312" > SharedLoadIteratorB< / a > < / td > < / tr >
< tr class = "memdesc:a94111367763890341e88450f43b59312" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > The iterator to load B from shared memory. < a href = "#a94111367763890341e88450f43b59312" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a94111367763890341e88450f43b59312" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aff287e2ca10a437a82736baab2d7c28d" > < td class = "memItemLeft" align = "right" valign = "top" > typedef < a class = "el" href = "structcutlass_1_1gemm_1_1SharedLoadStream.html" > SharedLoadStream< / a > < < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a94111367763890341e88450f43b59312" > SharedLoadIteratorB< / a > , < a class = "el" href = "structcutlass_1_1Copy.html" > Copy< / a > < typename < a class = "el" href = "structcutlass_1_1TileLoadIterator.html#a4604b230174b11bc7ddf5f3e9a922139" > SharedLoadIteratorB::Fragment< / a > > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#aff287e2ca10a437a82736baab2d7c28d" > SharedLoadStreamB< / a > < / td > < / tr >
< tr class = "memdesc:aff287e2ca10a437a82736baab2d7c28d" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > The stream to load B from shared memory. < a href = "#aff287e2ca10a437a82736baab2d7c28d" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:aff287e2ca10a437a82736baab2d7c28d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae84c7fd1567580dc3da15a520c47ff6e" > < td class = "memItemLeft" align = "right" valign = "top" > typedef < a class = "el" href = "structcutlass_1_1gemm_1_1GemmConfig.html#aedb95febe4a0b2943e233c95c36a22cd" > GemmConfig::MultiplyAdd< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#ae84c7fd1567580dc3da15a520c47ff6e" > MultiplyAdd< / a > < / td > < / tr >
< tr class = "memdesc:ae84c7fd1567580dc3da15a520c47ff6e" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > The multiply-add functor. < a href = "#ae84c7fd1567580dc3da15a520c47ff6e" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ae84c7fd1567580dc3da15a520c47ff6e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af6c45c949a8dee887924bba4de92e760" > < td class = "memItemLeft" align = "right" valign = "top" > typedef < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#af6c45c949a8dee887924bba4de92e760" > ClearAccumulators< / a > < typename < a class = "el" href = "structcutlass_1_1gemm_1_1ThreadMultiplyAdd.html#af41778b170d940d10bd53f13d34912b1" > MultiplyAdd::ScalarC< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#af6c45c949a8dee887924bba4de92e760" > ClearAccumulators< / a > < / td > < / tr >
< tr class = "memdesc:af6c45c949a8dee887924bba4de92e760" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > The object to clear accumulators. < a href = "#af6c45c949a8dee887924bba4de92e760" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:af6c45c949a8dee887924bba4de92e760" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a36c8b17c98723934d9d75228dd9c2915" > < td class = "memItemLeft" align = "right" valign = "top" > typedef < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmEpilogue.html" > IgemmEpilogue< / a > < < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmEpilogueTraits.html" > IgemmEpilogueTraits< / a > < < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a52c2c7b45156e53d9bc66ed185fc3d71" > GemmConfig< / a > , EpilogueFunctor_ > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a36c8b17c98723934d9d75228dd9c2915" > Epilogue< / a > < / td > < / tr >
< tr class = "memdesc:a36c8b17c98723934d9d75228dd9c2915" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > The epilogue. < a href = "#a36c8b17c98723934d9d75228dd9c2915" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a36c8b17c98723934d9d75228dd9c2915" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2018-05-17 02:44:56 +08:00
< / table >
< h2 class = "groupheader" > Member Typedef Documentation< / h2 >
2018-09-20 05:02:08 +08:00
< a id = "af6c45c949a8dee887924bba4de92e760" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af6c45c949a8dee887924bba4de92e760" > ◆ < / a > < / span > ClearAccumulators< / h2 >
2018-05-17 02:44:56 +08:00
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
2018-09-20 05:02:08 +08:00
template< MatrixLayout::Kind kLayoutA_, MatrixLayout::Kind kLayoutB_, typename OutputTile_ , typename ScalarD_ , typename EpilogueFunctor_ , typename ThreadGemmShape_ = Shape< 32, 8, 8> , typename Index_ = int> < / div >
2018-05-17 02:44:56 +08:00
< table class = "memname" >
< tr >
2018-09-20 05:02:08 +08:00
< td class = "memname" > typedef < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#af6c45c949a8dee887924bba4de92e760" > ClearAccumulators< / a > < typename < a class = "el" href = "structcutlass_1_1gemm_1_1ThreadMultiplyAdd.html#af41778b170d940d10bd53f13d34912b1" > MultiplyAdd::ScalarC< / a > > < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html" > cutlass::gemm::IgemmTraitsHelper< / a > < kLayoutA_, kLayoutB_, OutputTile_, ScalarD_, EpilogueFunctor_, ThreadGemmShape_, Index_ > ::< a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#af6c45c949a8dee887924bba4de92e760" > ClearAccumulators< / a > < / td >
2018-05-17 02:44:56 +08:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2018-09-20 05:02:08 +08:00
< a id = "a36c8b17c98723934d9d75228dd9c2915" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a36c8b17c98723934d9d75228dd9c2915" > ◆ < / a > < / span > Epilogue< / h2 >
2018-05-17 02:44:56 +08:00
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
2018-09-20 05:02:08 +08:00
template< MatrixLayout::Kind kLayoutA_, MatrixLayout::Kind kLayoutB_, typename OutputTile_ , typename ScalarD_ , typename EpilogueFunctor_ , typename ThreadGemmShape_ = Shape< 32, 8, 8> , typename Index_ = int> < / div >
2018-05-17 02:44:56 +08:00
< table class = "memname" >
< tr >
2018-09-20 05:02:08 +08:00
< td class = "memname" > typedef < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmEpilogue.html" > IgemmEpilogue< / a > < < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmEpilogueTraits.html" > IgemmEpilogueTraits< / a > < < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a52c2c7b45156e53d9bc66ed185fc3d71" > GemmConfig< / a > , EpilogueFunctor_> > < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html" > cutlass::gemm::IgemmTraitsHelper< / a > < kLayoutA_, kLayoutB_, OutputTile_, ScalarD_, EpilogueFunctor_, ThreadGemmShape_, Index_ > ::< a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a36c8b17c98723934d9d75228dd9c2915" > Epilogue< / a > < / td >
2018-05-17 02:44:56 +08:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2018-09-20 05:02:08 +08:00
< a id = "a52c2c7b45156e53d9bc66ed185fc3d71" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a52c2c7b45156e53d9bc66ed185fc3d71" > ◆ < / a > < / span > GemmConfig< / h2 >
2018-05-17 02:44:56 +08:00
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
2018-09-20 05:02:08 +08:00
template< MatrixLayout::Kind kLayoutA_, MatrixLayout::Kind kLayoutB_, typename OutputTile_ , typename ScalarD_ , typename EpilogueFunctor_ , typename ThreadGemmShape_ = Shape< 32, 8, 8> , typename Index_ = int> < / div >
2018-05-17 02:44:56 +08:00
< table class = "memname" >
< tr >
2018-09-20 05:02:08 +08:00
< td class = "memname" > typedef < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmConfig.html" > IgemmConfig< / a > < OutputTile_, ScalarD_, ThreadGemmShape_> < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html" > cutlass::gemm::IgemmTraitsHelper< / a > < kLayoutA_, kLayoutB_, OutputTile_, ScalarD_, EpilogueFunctor_, ThreadGemmShape_, Index_ > ::< a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a52c2c7b45156e53d9bc66ed185fc3d71" > GemmConfig< / a > < / td >
2018-05-17 02:44:56 +08:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2018-09-20 05:02:08 +08:00
< a id = "aee1dfb15e1b63f838a712af93777e5d3" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aee1dfb15e1b63f838a712af93777e5d3" > ◆ < / a > < / span > GemmTileTraitsHelperA< / h2 >
2018-05-17 02:44:56 +08:00
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
2018-09-20 05:02:08 +08:00
template< MatrixLayout::Kind kLayoutA_, MatrixLayout::Kind kLayoutB_, typename OutputTile_ , typename ScalarD_ , typename EpilogueFunctor_ , typename ThreadGemmShape_ = Shape< 32, 8, 8> , typename Index_ = int> < / div >
2018-05-17 02:44:56 +08:00
< table class = "memname" >
< tr >
2018-09-20 05:02:08 +08:00
< td class = "memname" > typedef < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTileTraitsHelperA.html" > IgemmTileTraitsHelperA< / a > < kLayoutA_, < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a52c2c7b45156e53d9bc66ed185fc3d71" > GemmConfig< / a > , Index_> < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html" > cutlass::gemm::IgemmTraitsHelper< / a > < kLayoutA_, kLayoutB_, OutputTile_, ScalarD_, EpilogueFunctor_, ThreadGemmShape_, Index_ > ::< a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#aee1dfb15e1b63f838a712af93777e5d3" > GemmTileTraitsHelperA< / a > < / td >
2018-05-17 02:44:56 +08:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2018-09-20 05:02:08 +08:00
< a id = "a7f175193ac6bcdccba012f5d80324685" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7f175193ac6bcdccba012f5d80324685" > ◆ < / a > < / span > GemmTileTraitsHelperB< / h2 >
2018-05-17 02:44:56 +08:00
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
2018-09-20 05:02:08 +08:00
template< MatrixLayout::Kind kLayoutA_, MatrixLayout::Kind kLayoutB_, typename OutputTile_ , typename ScalarD_ , typename EpilogueFunctor_ , typename ThreadGemmShape_ = Shape< 32, 8, 8> , typename Index_ = int> < / div >
2018-05-17 02:44:56 +08:00
< table class = "memname" >
< tr >
2018-09-20 05:02:08 +08:00
< td class = "memname" > typedef < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTileTraitsHelperB.html" > IgemmTileTraitsHelperB< / a > < kLayoutB_, < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a52c2c7b45156e53d9bc66ed185fc3d71" > GemmConfig< / a > , Index_> < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html" > cutlass::gemm::IgemmTraitsHelper< / a > < kLayoutA_, kLayoutB_, OutputTile_, ScalarD_, EpilogueFunctor_, ThreadGemmShape_, Index_ > ::< a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a7f175193ac6bcdccba012f5d80324685" > GemmTileTraitsHelperB< / a > < / td >
2018-05-17 02:44:56 +08:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2018-09-20 05:02:08 +08:00
< a id = "a48f6b161acb181aee1e5bdb3bc909b04" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a48f6b161acb181aee1e5bdb3bc909b04" > ◆ < / a > < / span > GlobalLoadIteratorA< / h2 >
2018-05-17 02:44:56 +08:00
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
2018-09-20 05:02:08 +08:00
template< MatrixLayout::Kind kLayoutA_, MatrixLayout::Kind kLayoutB_, typename OutputTile_ , typename ScalarD_ , typename EpilogueFunctor_ , typename ThreadGemmShape_ = Shape< 32, 8, 8> , typename Index_ = int> < / div >
2018-05-17 02:44:56 +08:00
< table class = "memname" >
< tr >
2018-09-20 05:02:08 +08:00
< td class = "memname" > typedef GemmTileTraitsHelperA::GlobalLoadIterator < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html" > cutlass::gemm::IgemmTraitsHelper< / a > < kLayoutA_, kLayoutB_, OutputTile_, ScalarD_, EpilogueFunctor_, ThreadGemmShape_, Index_ > ::< a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a48f6b161acb181aee1e5bdb3bc909b04" > GlobalLoadIteratorA< / a > < / td >
2018-05-17 02:44:56 +08:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2018-09-20 05:02:08 +08:00
< a id = "ad1a34cb78f88fe2fcbf13239e89f6137" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad1a34cb78f88fe2fcbf13239e89f6137" > ◆ < / a > < / span > GlobalLoadIteratorB< / h2 >
2018-05-17 02:44:56 +08:00
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
2018-09-20 05:02:08 +08:00
template< MatrixLayout::Kind kLayoutA_, MatrixLayout::Kind kLayoutB_, typename OutputTile_ , typename ScalarD_ , typename EpilogueFunctor_ , typename ThreadGemmShape_ = Shape< 32, 8, 8> , typename Index_ = int> < / div >
2018-05-17 02:44:56 +08:00
< table class = "memname" >
< tr >
2018-09-20 05:02:08 +08:00
< td class = "memname" > typedef GemmTileTraitsHelperB::GlobalLoadIterator < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html" > cutlass::gemm::IgemmTraitsHelper< / a > < kLayoutA_, kLayoutB_, OutputTile_, ScalarD_, EpilogueFunctor_, ThreadGemmShape_, Index_ > ::< a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#ad1a34cb78f88fe2fcbf13239e89f6137" > GlobalLoadIteratorB< / a > < / td >
2018-05-17 02:44:56 +08:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2018-09-20 05:02:08 +08:00
< a id = "a2aceaceb30287e909c254f01f1716845" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2aceaceb30287e909c254f01f1716845" > ◆ < / a > < / span > GlobalLoadStreamA< / h2 >
2018-05-17 02:44:56 +08:00
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
2018-09-20 05:02:08 +08:00
template< MatrixLayout::Kind kLayoutA_, MatrixLayout::Kind kLayoutB_, typename OutputTile_ , typename ScalarD_ , typename EpilogueFunctor_ , typename ThreadGemmShape_ = Shape< 32, 8, 8> , typename Index_ = int> < / div >
2018-05-17 02:44:56 +08:00
< table class = "memname" >
< tr >
2018-09-20 05:02:08 +08:00
< td class = "memname" > typedef < a class = "el" href = "structcutlass_1_1gemm_1_1GlobalLoadStream.html" > GlobalLoadStream< / a > < < a class = "el" href = "structcutlass_1_1GemmOperand.html#ab209ea3de198efabe8e8707dfe8e0a0cac2b9fe9e3679a059d1a6c946b2a2c31a" > GemmOperand::kA< / a > , < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a48f6b161acb181aee1e5bdb3bc909b04" > GlobalLoadIteratorA< / a > , < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a3d2b39cacb975afbfeae9e368f0656ae" > SharedStoreIteratorA< / a > , < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#af394532cb8e7b088f950122b42eaa2fb" > GlobalTransformerA< / a > > < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html" > cutlass::gemm::IgemmTraitsHelper< / a > < kLayoutA_, kLayoutB_, OutputTile_, ScalarD_, EpilogueFunctor_, ThreadGemmShape_, Index_ > ::< a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a2aceaceb30287e909c254f01f1716845" > GlobalLoadStreamA< / a > < / td >
2018-05-17 02:44:56 +08:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2018-09-20 05:02:08 +08:00
< a id = "ae59454c1b3862522c8ea293bacb194a8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae59454c1b3862522c8ea293bacb194a8" > ◆ < / a > < / span > GlobalLoadStreamB< / h2 >
2018-05-17 02:44:56 +08:00
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
2018-09-20 05:02:08 +08:00
template< MatrixLayout::Kind kLayoutA_, MatrixLayout::Kind kLayoutB_, typename OutputTile_ , typename ScalarD_ , typename EpilogueFunctor_ , typename ThreadGemmShape_ = Shape< 32, 8, 8> , typename Index_ = int> < / div >
2018-05-17 02:44:56 +08:00
< table class = "memname" >
< tr >
2018-09-20 05:02:08 +08:00
< td class = "memname" > typedef < a class = "el" href = "structcutlass_1_1gemm_1_1GlobalLoadStream.html" > GlobalLoadStream< / a > < < a class = "el" href = "structcutlass_1_1GemmOperand.html#ab209ea3de198efabe8e8707dfe8e0a0caad0876342d150cef7da6ae149d5e99f9" > GemmOperand::kB< / a > , < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#ad1a34cb78f88fe2fcbf13239e89f6137" > GlobalLoadIteratorB< / a > , < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a2953ae145fdb2eadf871aee8219e92d1" > SharedStoreIteratorB< / a > , < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a7b25e0203997662a537b21674c3d0cd2" > GlobalTransformerB< / a > > < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html" > cutlass::gemm::IgemmTraitsHelper< / a > < kLayoutA_, kLayoutB_, OutputTile_, ScalarD_, EpilogueFunctor_, ThreadGemmShape_, Index_ > ::< a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#ae59454c1b3862522c8ea293bacb194a8" > GlobalLoadStreamB< / a > < / td >
2018-05-17 02:44:56 +08:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2018-09-20 05:02:08 +08:00
< a id = "af394532cb8e7b088f950122b42eaa2fb" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af394532cb8e7b088f950122b42eaa2fb" > ◆ < / a > < / span > GlobalTransformerA< / h2 >
2018-05-17 02:44:56 +08:00
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
2018-09-20 05:02:08 +08:00
template< MatrixLayout::Kind kLayoutA_, MatrixLayout::Kind kLayoutB_, typename OutputTile_ , typename ScalarD_ , typename EpilogueFunctor_ , typename ThreadGemmShape_ = Shape< 32, 8, 8> , typename Index_ = int> < / div >
2018-05-17 02:44:56 +08:00
< table class = "memname" >
< tr >
2018-09-20 05:02:08 +08:00
< td class = "memname" > typedef < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTransformerA.html" > IgemmTransformerA< / a > < GemmTileTraitsHelperA::kLayout, < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a48f6b161acb181aee1e5bdb3bc909b04" > GlobalLoadIteratorA< / a > > ::Transformer < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html" > cutlass::gemm::IgemmTraitsHelper< / a > < kLayoutA_, kLayoutB_, OutputTile_, ScalarD_, EpilogueFunctor_, ThreadGemmShape_, Index_ > ::< a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#af394532cb8e7b088f950122b42eaa2fb" > GlobalTransformerA< / a > < / td >
2018-05-17 02:44:56 +08:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2018-09-20 05:02:08 +08:00
< a id = "a7b25e0203997662a537b21674c3d0cd2" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7b25e0203997662a537b21674c3d0cd2" > ◆ < / a > < / span > GlobalTransformerB< / h2 >
2018-05-17 02:44:56 +08:00
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
2018-09-20 05:02:08 +08:00
template< MatrixLayout::Kind kLayoutA_, MatrixLayout::Kind kLayoutB_, typename OutputTile_ , typename ScalarD_ , typename EpilogueFunctor_ , typename ThreadGemmShape_ = Shape< 32, 8, 8> , typename Index_ = int> < / div >
2018-05-17 02:44:56 +08:00
< table class = "memname" >
< tr >
2018-09-20 05:02:08 +08:00
< td class = "memname" > typedef < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTransformerB.html" > IgemmTransformerB< / a > < GemmTileTraitsHelperB::kLayout, < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#ad1a34cb78f88fe2fcbf13239e89f6137" > GlobalLoadIteratorB< / a > > ::Transformer < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html" > cutlass::gemm::IgemmTraitsHelper< / a > < kLayoutA_, kLayoutB_, OutputTile_, ScalarD_, EpilogueFunctor_, ThreadGemmShape_, Index_ > ::< a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a7b25e0203997662a537b21674c3d0cd2" > GlobalTransformerB< / a > < / td >
2018-05-17 02:44:56 +08:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2018-09-20 05:02:08 +08:00
< a id = "ae84c7fd1567580dc3da15a520c47ff6e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae84c7fd1567580dc3da15a520c47ff6e" > ◆ < / a > < / span > MultiplyAdd< / h2 >
2018-05-17 02:44:56 +08:00
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
2018-09-20 05:02:08 +08:00
template< MatrixLayout::Kind kLayoutA_, MatrixLayout::Kind kLayoutB_, typename OutputTile_ , typename ScalarD_ , typename EpilogueFunctor_ , typename ThreadGemmShape_ = Shape< 32, 8, 8> , typename Index_ = int> < / div >
2018-05-17 02:44:56 +08:00
< table class = "memname" >
< tr >
2018-09-20 05:02:08 +08:00
< td class = "memname" > typedef < a class = "el" href = "structcutlass_1_1gemm_1_1GemmConfig.html#aedb95febe4a0b2943e233c95c36a22cd" > GemmConfig::MultiplyAdd< / a > < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html" > cutlass::gemm::IgemmTraitsHelper< / a > < kLayoutA_, kLayoutB_, OutputTile_, ScalarD_, EpilogueFunctor_, ThreadGemmShape_, Index_ > ::< a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#ae84c7fd1567580dc3da15a520c47ff6e" > MultiplyAdd< / a > < / td >
2018-05-17 02:44:56 +08:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2018-09-20 05:02:08 +08:00
< a id = "a03d7378c46b517438fce25e0f1e4d98c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a03d7378c46b517438fce25e0f1e4d98c" > ◆ < / a > < / span > SharedLoadIteratorA< / h2 >
2018-05-17 02:44:56 +08:00
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
2018-09-20 05:02:08 +08:00
template< MatrixLayout::Kind kLayoutA_, MatrixLayout::Kind kLayoutB_, typename OutputTile_ , typename ScalarD_ , typename EpilogueFunctor_ , typename ThreadGemmShape_ = Shape< 32, 8, 8> , typename Index_ = int> < / div >
2018-05-17 02:44:56 +08:00
< table class = "memname" >
< tr >
2018-09-20 05:02:08 +08:00
< td class = "memname" > typedef < a class = "el" href = "structcutlass_1_1TileLoadIterator.html" > TileLoadIterator< / a > < typename GemmTileTraitsHelperA::SharedLoadTileTraits, typename GemmTileTraitsHelperA::SharedLoadTileTraits::Scalar, < a class = "el" href = "structcutlass_1_1IteratorAdvance.html#a9ad9c2302ddffa148d47cdcf6c738ddaacfe756fca665eb1bbf389850915c1b81" > IteratorAdvance::kH< / a > , < a class = "el" href = "structcutlass_1_1MemorySpace.html#a1e031ec41668015a8fe4ba2c1145d03ca2804339b2be64ff68ae3042073aaa7cc" > MemorySpace::kShared< / a > > < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html" > cutlass::gemm::IgemmTraitsHelper< / a > < kLayoutA_, kLayoutB_, OutputTile_, ScalarD_, EpilogueFunctor_, ThreadGemmShape_, Index_ > ::< a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a03d7378c46b517438fce25e0f1e4d98c" > SharedLoadIteratorA< / a > < / td >
2018-05-17 02:44:56 +08:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2018-09-20 05:02:08 +08:00
< a id = "a94111367763890341e88450f43b59312" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a94111367763890341e88450f43b59312" > ◆ < / a > < / span > SharedLoadIteratorB< / h2 >
2018-05-17 02:44:56 +08:00
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
2018-09-20 05:02:08 +08:00
template< MatrixLayout::Kind kLayoutA_, MatrixLayout::Kind kLayoutB_, typename OutputTile_ , typename ScalarD_ , typename EpilogueFunctor_ , typename ThreadGemmShape_ = Shape< 32, 8, 8> , typename Index_ = int> < / div >
2018-05-17 02:44:56 +08:00
< table class = "memname" >
< tr >
2018-09-20 05:02:08 +08:00
< td class = "memname" > typedef < a class = "el" href = "structcutlass_1_1TileLoadIterator.html" > TileLoadIterator< / a > < typename GemmTileTraitsHelperB::SharedLoadTileTraits, typename GemmTileTraitsHelperB::SharedLoadTileTraits::Scalar, < a class = "el" href = "structcutlass_1_1IteratorAdvance.html#a9ad9c2302ddffa148d47cdcf6c738ddaacfe756fca665eb1bbf389850915c1b81" > IteratorAdvance::kH< / a > , < a class = "el" href = "structcutlass_1_1MemorySpace.html#a1e031ec41668015a8fe4ba2c1145d03ca2804339b2be64ff68ae3042073aaa7cc" > MemorySpace::kShared< / a > > < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html" > cutlass::gemm::IgemmTraitsHelper< / a > < kLayoutA_, kLayoutB_, OutputTile_, ScalarD_, EpilogueFunctor_, ThreadGemmShape_, Index_ > ::< a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a94111367763890341e88450f43b59312" > SharedLoadIteratorB< / a > < / td >
2018-05-17 02:44:56 +08:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2018-09-20 05:02:08 +08:00
< a id = "a7e035ceab26dc904726ddbf14371f476" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7e035ceab26dc904726ddbf14371f476" > ◆ < / a > < / span > SharedLoadStreamA< / h2 >
2018-05-17 02:44:56 +08:00
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
2018-09-20 05:02:08 +08:00
template< MatrixLayout::Kind kLayoutA_, MatrixLayout::Kind kLayoutB_, typename OutputTile_ , typename ScalarD_ , typename EpilogueFunctor_ , typename ThreadGemmShape_ = Shape< 32, 8, 8> , typename Index_ = int> < / div >
2018-05-17 02:44:56 +08:00
< table class = "memname" >
< tr >
2018-09-20 05:02:08 +08:00
< td class = "memname" > typedef < a class = "el" href = "structcutlass_1_1gemm_1_1SharedLoadStream.html" > SharedLoadStream< / a > < < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a03d7378c46b517438fce25e0f1e4d98c" > SharedLoadIteratorA< / a > , < a class = "el" href = "structcutlass_1_1Copy.html" > Copy< / a > < typename < a class = "el" href = "structcutlass_1_1TileLoadIterator.html#a4604b230174b11bc7ddf5f3e9a922139" > SharedLoadIteratorA::Fragment< / a > > > < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html" > cutlass::gemm::IgemmTraitsHelper< / a > < kLayoutA_, kLayoutB_, OutputTile_, ScalarD_, EpilogueFunctor_, ThreadGemmShape_, Index_ > ::< a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a7e035ceab26dc904726ddbf14371f476" > SharedLoadStreamA< / a > < / td >
2018-05-17 02:44:56 +08:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2018-09-20 05:02:08 +08:00
< a id = "aff287e2ca10a437a82736baab2d7c28d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aff287e2ca10a437a82736baab2d7c28d" > ◆ < / a > < / span > SharedLoadStreamB< / h2 >
2018-05-17 02:44:56 +08:00
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
2018-09-20 05:02:08 +08:00
template< MatrixLayout::Kind kLayoutA_, MatrixLayout::Kind kLayoutB_, typename OutputTile_ , typename ScalarD_ , typename EpilogueFunctor_ , typename ThreadGemmShape_ = Shape< 32, 8, 8> , typename Index_ = int> < / div >
2018-05-17 02:44:56 +08:00
< table class = "memname" >
< tr >
2018-09-20 05:02:08 +08:00
< td class = "memname" > typedef < a class = "el" href = "structcutlass_1_1gemm_1_1SharedLoadStream.html" > SharedLoadStream< / a > < < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a94111367763890341e88450f43b59312" > SharedLoadIteratorB< / a > , < a class = "el" href = "structcutlass_1_1Copy.html" > Copy< / a > < typename < a class = "el" href = "structcutlass_1_1TileLoadIterator.html#a4604b230174b11bc7ddf5f3e9a922139" > SharedLoadIteratorB::Fragment< / a > > > < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html" > cutlass::gemm::IgemmTraitsHelper< / a > < kLayoutA_, kLayoutB_, OutputTile_, ScalarD_, EpilogueFunctor_, ThreadGemmShape_, Index_ > ::< a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#aff287e2ca10a437a82736baab2d7c28d" > SharedLoadStreamB< / a > < / td >
2018-05-17 02:44:56 +08:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2018-09-20 05:02:08 +08:00
< a id = "a3d2b39cacb975afbfeae9e368f0656ae" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3d2b39cacb975afbfeae9e368f0656ae" > ◆ < / a > < / span > SharedStoreIteratorA< / h2 >
2018-05-17 02:44:56 +08:00
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
2018-09-20 05:02:08 +08:00
template< MatrixLayout::Kind kLayoutA_, MatrixLayout::Kind kLayoutB_, typename OutputTile_ , typename ScalarD_ , typename EpilogueFunctor_ , typename ThreadGemmShape_ = Shape< 32, 8, 8> , typename Index_ = int> < / div >
2018-05-17 02:44:56 +08:00
< table class = "memname" >
< tr >
2018-09-20 05:02:08 +08:00
< td class = "memname" > typedef < a class = "el" href = "structcutlass_1_1TileStoreIterator.html" > TileStoreIterator< / a > < typename GemmTileTraitsHelperA::SharedStoreTileTraits, typename GemmTileTraitsHelperA::SharedStoreTileTraits::Scalar, < a class = "el" href = "structcutlass_1_1IteratorAdvance.html#a9ad9c2302ddffa148d47cdcf6c738ddaacfe756fca665eb1bbf389850915c1b81" > IteratorAdvance::kH< / a > , < a class = "el" href = "structcutlass_1_1MemorySpace.html#a1e031ec41668015a8fe4ba2c1145d03ca2804339b2be64ff68ae3042073aaa7cc" > MemorySpace::kShared< / a > > < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html" > cutlass::gemm::IgemmTraitsHelper< / a > < kLayoutA_, kLayoutB_, OutputTile_, ScalarD_, EpilogueFunctor_, ThreadGemmShape_, Index_ > ::< a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a3d2b39cacb975afbfeae9e368f0656ae" > SharedStoreIteratorA< / a > < / td >
2018-05-17 02:44:56 +08:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2018-09-20 05:02:08 +08:00
< a id = "a2953ae145fdb2eadf871aee8219e92d1" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2953ae145fdb2eadf871aee8219e92d1" > ◆ < / a > < / span > SharedStoreIteratorB< / h2 >
2018-05-17 02:44:56 +08:00
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
2018-09-20 05:02:08 +08:00
template< MatrixLayout::Kind kLayoutA_, MatrixLayout::Kind kLayoutB_, typename OutputTile_ , typename ScalarD_ , typename EpilogueFunctor_ , typename ThreadGemmShape_ = Shape< 32, 8, 8> , typename Index_ = int> < / div >
2018-05-17 02:44:56 +08:00
< table class = "memname" >
< tr >
2018-09-20 05:02:08 +08:00
< td class = "memname" > typedef < a class = "el" href = "structcutlass_1_1TileStoreIterator.html" > TileStoreIterator< / a > < typename GemmTileTraitsHelperB::SharedStoreTileTraits, typename GemmTileTraitsHelperB::SharedStoreTileTraits::Scalar, < a class = "el" href = "structcutlass_1_1IteratorAdvance.html#a9ad9c2302ddffa148d47cdcf6c738ddaacfe756fca665eb1bbf389850915c1b81" > IteratorAdvance::kH< / a > , < a class = "el" href = "structcutlass_1_1MemorySpace.html#a1e031ec41668015a8fe4ba2c1145d03ca2804339b2be64ff68ae3042073aaa7cc" > MemorySpace::kShared< / a > > < a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html" > cutlass::gemm::IgemmTraitsHelper< / a > < kLayoutA_, kLayoutB_, OutputTile_, ScalarD_, EpilogueFunctor_, ThreadGemmShape_, Index_ > ::< a class = "el" href = "structcutlass_1_1gemm_1_1IgemmTraitsHelper.html#a2953ae145fdb2eadf871aee8219e92d1" > SharedStoreIteratorB< / a > < / td >
2018-05-17 02:44:56 +08:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< hr / > The documentation for this struct was generated from the following file:< ul >
< li > < a class = "el" href = "igemm__traits_8h_source.html" > igemm_traits.h< / a > < / li >
< / ul >
< / 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:40 for Cutlass by   < 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 >