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: cutlass::gemm::GemmGlobalIteratorCd< TileTraits_, Index_ > ::Params Struct Reference< / 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& 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_1GemmGlobalIteratorCd.html" > GemmGlobalIteratorCd< / a > < / li > < li class = "navelem" > < a class = "el" href = "structcutlass_1_1gemm_1_1GemmGlobalIteratorCd_1_1Params.html" > Params< / a > < / li > < / ul >
< / div >
< / div > <!-- top -->
< div class = "header" >
< div class = "summary" >
< a href = "#pub-methods" > Public Member Functions< / a > |
< a href = "#pub-attribs" > Public Attributes< / a > |
< a href = "structcutlass_1_1gemm_1_1GemmGlobalIteratorCd_1_1Params-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > cutlass::gemm::GemmGlobalIteratorCd< TileTraits_, Index_ > ::Params Struct Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< p > The params.
< / p >
< p > < code > #include < < a class = "el" href = "gemm__global__tile_8h_source.html" > gemm_global_tile.h< / a > > < / code > < / p >
2018-09-20 05:02:08 +08:00
< div class = "dynheader" >
Inheritance diagram for cutlass::gemm::GemmGlobalIteratorCd< TileTraits_, Index_ > ::Params:< / div >
< div class = "dyncontent" >
< div class = "center" >
< img src = "structcutlass_1_1gemm_1_1GemmGlobalIteratorCd_1_1Params.png" usemap = "#cutlass::gemm::GemmGlobalIteratorCd_3C_20TileTraits_5F_2C_20Index_5F_20_3E::Params_map" alt = "" / >
< map id = "cutlass::gemm::GemmGlobalIteratorCd_3C_20TileTraits_5F_2C_20Index_5F_20_3E::Params_map" name = "cutlass::gemm::GemmGlobalIteratorCd_3C_20TileTraits_5F_2C_20Index_5F_20_3E::Params_map" >
< area href = "structcutlass_1_1gemm_1_1WmmaGemmGlobalIteratorCd_1_1Params.html" title = "The params. " alt = "cutlass::gemm::WmmaGemmGlobalIteratorCd< TileTraits_, Index_ >::Params" shape = "rect" coords = "0,56,433,80" / >
< / map >
< / div > < / div >
2018-05-17 02:44:56 +08:00
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
2018-09-20 05:02:08 +08:00
< tr class = "memitem:ae24453fcdf9f21385b2637476746bbe5" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "cutlass_8h.html#a28c2443a142676d3d71effdae1a986b1" > CUTLASS_HOST_DEVICE< / a > int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1gemm_1_1GemmGlobalIteratorCd_1_1Params.html#ae24453fcdf9f21385b2637476746bbe5" > initialize< / a > (< a class = "el" href = "structcutlass_1_1gemm_1_1GemmGlobalIteratorCd.html#a3abcfa68ae9904a13195d32d6e6c4bc6" > Pointer< / a > < a class = "el" href = "structcutlass_1_1gemm_1_1GemmGlobalIteratorCd_1_1Params.html#ad764f98e770d4685006e6888214dcd4d" > pointer< / a > , long long batch_stride, < a class = "el" href = "structcutlass_1_1gemm_1_1GemmGlobalIteratorCd.html#a56847e834b31b88544093c3df54d299f" > Index< / a > ldm, < a class = "el" href = "structcutlass_1_1gemm_1_1GemmGlobalIteratorCd.html#a56847e834b31b88544093c3df54d299f" > Index< / a > bound, < a class = "el" href = "structcutlass_1_1gemm_1_1GemmGlobalIteratorCd.html#a56847e834b31b88544093c3df54d299f" > Index< / a > epilogue_stride_w, < a class = "el" href = "structcutlass_1_1gemm_1_1GemmGlobalIteratorCd.html#a56847e834b31b88544093c3df54d299f" > Index< / a > epilogue_delta_w)< / td > < / tr >
< tr class = "memdesc:ae24453fcdf9f21385b2637476746bbe5" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Setup the params. < a href = "#ae24453fcdf9f21385b2637476746bbe5" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ae24453fcdf9f21385b2637476746bbe5" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2018-05-17 02:44:56 +08:00
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-attribs" > < / a >
Public Attributes< / h2 > < / td > < / tr >
< tr class = "memitem:ad764f98e770d4685006e6888214dcd4d" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "structcutlass_1_1gemm_1_1GemmGlobalIteratorCd.html#a3abcfa68ae9904a13195d32d6e6c4bc6" > Pointer< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1gemm_1_1GemmGlobalIteratorCd_1_1Params.html#ad764f98e770d4685006e6888214dcd4d" > pointer< / a > < / td > < / tr >
< tr class = "memdesc:ad764f98e770d4685006e6888214dcd4d" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > The pointer. < a href = "#ad764f98e770d4685006e6888214dcd4d" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ad764f98e770d4685006e6888214dcd4d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2018-09-20 05:02:08 +08:00
< tr class = "memitem:a1a53695ce7f3cb267225d3ab86a0d5aa" > < td class = "memItemLeft" align = "right" valign = "top" > long long  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1gemm_1_1GemmGlobalIteratorCd_1_1Params.html#a1a53695ce7f3cb267225d3ab86a0d5aa" > stride_d< / a > < / td > < / tr >
< tr class = "memdesc:a1a53695ce7f3cb267225d3ab86a0d5aa" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > The stride in the D dimension. < a href = "#a1a53695ce7f3cb267225d3ab86a0d5aa" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a1a53695ce7f3cb267225d3ab86a0d5aa" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2018-05-17 02:44:56 +08:00
< tr class = "memitem:a0c6b03c635e14ad4424a83f8c7f8025e" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "structcutlass_1_1gemm_1_1GemmGlobalIteratorCd.html#a56847e834b31b88544093c3df54d299f" > Index< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1gemm_1_1GemmGlobalIteratorCd_1_1Params.html#a0c6b03c635e14ad4424a83f8c7f8025e" > stride_h< / a > < / td > < / tr >
< tr class = "memdesc:a0c6b03c635e14ad4424a83f8c7f8025e" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > The stride in the H dimension to setup the thread in the block. < a href = "#a0c6b03c635e14ad4424a83f8c7f8025e" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a0c6b03c635e14ad4424a83f8c7f8025e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8c2618ac16362a8362dcddeed71c41d4" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "structcutlass_1_1gemm_1_1GemmGlobalIteratorCd.html#a56847e834b31b88544093c3df54d299f" > Index< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1gemm_1_1GemmGlobalIteratorCd_1_1Params.html#a8c2618ac16362a8362dcddeed71c41d4" > inc_advance< / a > < / td > < / tr >
< tr class = "memdesc:a8c2618ac16362a8362dcddeed71c41d4" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > The strides to increment the pointer. < a href = "#a8c2618ac16362a8362dcddeed71c41d4" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a8c2618ac16362a8362dcddeed71c41d4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aed94505e5a269d5f33499e71284104f5" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "structcutlass_1_1gemm_1_1GemmGlobalIteratorCd.html#a56847e834b31b88544093c3df54d299f" > Index< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1gemm_1_1GemmGlobalIteratorCd_1_1Params.html#aed94505e5a269d5f33499e71284104f5" > inc_h< / a > < / td > < / tr >
< tr class = "separator:aed94505e5a269d5f33499e71284104f5" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2b5d2b02d241e89677c41eb658ace129" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "structcutlass_1_1gemm_1_1GemmGlobalIteratorCd.html#a56847e834b31b88544093c3df54d299f" > Index< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1gemm_1_1GemmGlobalIteratorCd_1_1Params.html#a2b5d2b02d241e89677c41eb658ace129" > predicate_inc_advance< / a > < / td > < / tr >
< tr class = "memdesc:a2b5d2b02d241e89677c41eb658ace129" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > The strides to increment the predicate offset. < a href = "#a2b5d2b02d241e89677c41eb658ace129" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a2b5d2b02d241e89677c41eb658ace129" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a36afe18f94aacd0746c8946866371d3c" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "structcutlass_1_1gemm_1_1GemmGlobalIteratorCd.html#a56847e834b31b88544093c3df54d299f" > Index< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1gemm_1_1GemmGlobalIteratorCd_1_1Params.html#a36afe18f94aacd0746c8946866371d3c" > predicate_inc_h< / a > < / td > < / tr >
< tr class = "separator:a36afe18f94aacd0746c8946866371d3c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3e8f6cf08d23318f3e3263b55cf3b84a" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "structcutlass_1_1gemm_1_1GemmGlobalIteratorCd.html#a56847e834b31b88544093c3df54d299f" > Index< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1gemm_1_1GemmGlobalIteratorCd_1_1Params.html#a3e8f6cf08d23318f3e3263b55cf3b84a" > predicate_offset< / a > < / td > < / tr >
< tr class = "memdesc:a3e8f6cf08d23318f3e3263b55cf3b84a" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > The column offset to compute the predicate for the columns. < a href = "#a3e8f6cf08d23318f3e3263b55cf3b84a" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a3e8f6cf08d23318f3e3263b55cf3b84a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
2018-09-20 05:02:08 +08:00
< a id = "ae24453fcdf9f21385b2637476746bbe5" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae24453fcdf9f21385b2637476746bbe5" > ◆ < / a > < / span > initialize()< / h2 >
2018-05-17 02:44:56 +08:00
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename TileTraits_ , typename Index_ = int> < / div >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "cutlass_8h.html#a28c2443a142676d3d71effdae1a986b1" > CUTLASS_HOST_DEVICE< / a > int < a class = "el" href = "structcutlass_1_1gemm_1_1GemmGlobalIteratorCd.html" > cutlass::gemm::GemmGlobalIteratorCd< / a > < TileTraits_, Index_ > ::Params::initialize < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "structcutlass_1_1gemm_1_1GemmGlobalIteratorCd.html#a3abcfa68ae9904a13195d32d6e6c4bc6" > Pointer< / a >   < / td >
< td class = "paramname" > < em > pointer< / em > , < / td >
< / tr >
2018-09-20 05:02:08 +08:00
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > long long  < / td >
< td class = "paramname" > < em > batch_stride< / em > , < / td >
< / tr >
2018-05-17 02:44:56 +08:00
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "structcutlass_1_1gemm_1_1GemmGlobalIteratorCd.html#a56847e834b31b88544093c3df54d299f" > Index< / a >   < / td >
2018-09-20 05:02:08 +08:00
< td class = "paramname" > < em > ldm< / em > , < / td >
2018-05-17 02:44:56 +08:00
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "structcutlass_1_1gemm_1_1GemmGlobalIteratorCd.html#a56847e834b31b88544093c3df54d299f" > Index< / a >   < / td >
< td class = "paramname" > < em > bound< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "structcutlass_1_1gemm_1_1GemmGlobalIteratorCd.html#a56847e834b31b88544093c3df54d299f" > Index< / a >   < / td >
< td class = "paramname" > < em > epilogue_stride_w< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "structcutlass_1_1gemm_1_1GemmGlobalIteratorCd.html#a56847e834b31b88544093c3df54d299f" > Index< / a >   < / td >
< td class = "paramname" > < em > epilogue_delta_w< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "a8c2618ac16362a8362dcddeed71c41d4" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8c2618ac16362a8362dcddeed71c41d4" > ◆ < / a > < / span > inc_advance< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename TileTraits_ , typename Index_ = int> < / div >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "structcutlass_1_1gemm_1_1GemmGlobalIteratorCd.html#a56847e834b31b88544093c3df54d299f" > Index< / a > < a class = "el" href = "structcutlass_1_1gemm_1_1GemmGlobalIteratorCd.html" > cutlass::gemm::GemmGlobalIteratorCd< / a > < TileTraits_, Index_ > ::Params::inc_advance< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "aed94505e5a269d5f33499e71284104f5" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aed94505e5a269d5f33499e71284104f5" > ◆ < / a > < / span > inc_h< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename TileTraits_ , typename Index_ = int> < / div >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "structcutlass_1_1gemm_1_1GemmGlobalIteratorCd.html#a56847e834b31b88544093c3df54d299f" > Index< / a > < a class = "el" href = "structcutlass_1_1gemm_1_1GemmGlobalIteratorCd.html" > cutlass::gemm::GemmGlobalIteratorCd< / a > < TileTraits_, Index_ > ::Params::inc_h< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "ad764f98e770d4685006e6888214dcd4d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad764f98e770d4685006e6888214dcd4d" > ◆ < / a > < / span > pointer< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename TileTraits_ , typename Index_ = int> < / div >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "structcutlass_1_1gemm_1_1GemmGlobalIteratorCd.html#a3abcfa68ae9904a13195d32d6e6c4bc6" > Pointer< / a > < a class = "el" href = "structcutlass_1_1gemm_1_1GemmGlobalIteratorCd.html" > cutlass::gemm::GemmGlobalIteratorCd< / a > < TileTraits_, Index_ > ::Params::pointer< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a2b5d2b02d241e89677c41eb658ace129" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2b5d2b02d241e89677c41eb658ace129" > ◆ < / a > < / span > predicate_inc_advance< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename TileTraits_ , typename Index_ = int> < / div >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "structcutlass_1_1gemm_1_1GemmGlobalIteratorCd.html#a56847e834b31b88544093c3df54d299f" > Index< / a > < a class = "el" href = "structcutlass_1_1gemm_1_1GemmGlobalIteratorCd.html" > cutlass::gemm::GemmGlobalIteratorCd< / a > < TileTraits_, Index_ > ::Params::predicate_inc_advance< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a36afe18f94aacd0746c8946866371d3c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a36afe18f94aacd0746c8946866371d3c" > ◆ < / a > < / span > predicate_inc_h< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename TileTraits_ , typename Index_ = int> < / div >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "structcutlass_1_1gemm_1_1GemmGlobalIteratorCd.html#a56847e834b31b88544093c3df54d299f" > Index< / a > < a class = "el" href = "structcutlass_1_1gemm_1_1GemmGlobalIteratorCd.html" > cutlass::gemm::GemmGlobalIteratorCd< / a > < TileTraits_, Index_ > ::Params::predicate_inc_h< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a3e8f6cf08d23318f3e3263b55cf3b84a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3e8f6cf08d23318f3e3263b55cf3b84a" > ◆ < / a > < / span > predicate_offset< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename TileTraits_ , typename Index_ = int> < / div >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "structcutlass_1_1gemm_1_1GemmGlobalIteratorCd.html#a56847e834b31b88544093c3df54d299f" > Index< / a > < a class = "el" href = "structcutlass_1_1gemm_1_1GemmGlobalIteratorCd.html" > cutlass::gemm::GemmGlobalIteratorCd< / a > < TileTraits_, Index_ > ::Params::predicate_offset< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2018-09-20 05:02:08 +08:00
< / div >
< / div >
< a id = "a1a53695ce7f3cb267225d3ab86a0d5aa" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1a53695ce7f3cb267225d3ab86a0d5aa" > ◆ < / a > < / span > stride_d< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename TileTraits_ , typename Index_ = int> < / div >
< table class = "memname" >
< tr >
< td class = "memname" > long long < a class = "el" href = "structcutlass_1_1gemm_1_1GemmGlobalIteratorCd.html" > cutlass::gemm::GemmGlobalIteratorCd< / a > < TileTraits_, Index_ > ::Params::stride_d< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2018-05-17 02:44:56 +08:00
< / div >
< / div >
< a id = "a0c6b03c635e14ad4424a83f8c7f8025e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0c6b03c635e14ad4424a83f8c7f8025e" > ◆ < / a > < / span > stride_h< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename TileTraits_ , typename Index_ = int> < / div >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "structcutlass_1_1gemm_1_1GemmGlobalIteratorCd.html#a56847e834b31b88544093c3df54d299f" > Index< / a > < a class = "el" href = "structcutlass_1_1gemm_1_1GemmGlobalIteratorCd.html" > cutlass::gemm::GemmGlobalIteratorCd< / a > < TileTraits_, Index_ > ::Params::stride_h< / td >
< / 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 = "gemm__global__tile_8h_source.html" > gemm_global_tile.h< / a > < / li >
< / ul >
< / div > <!-- contents -->
<!-- start footer part -->
< hr class = "footer" / > < address class = "footer" > < small >
2018-09-20 05:02:08 +08:00
Generated on Wed Sep 19 2018 13:58:52 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 >