2018-09-20 05:02:08 +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::ZipTileAllocation< First_, Second_ > Struct Template 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 = "structcutlass_1_1ZipTileAllocation.html" > ZipTileAllocation< / a > < / li > < / ul >
< / div >
< / div > <!-- top -->
< div class = "header" >
< div class = "summary" >
< a href = "#pub-types" > Public Types< / a > |
< a href = "#pub-methods" > Public Member Functions< / a > |
< a href = "#pub-attribs" > Public Attributes< / a > |
< a href = "structcutlass_1_1ZipTileAllocation-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > cutlass::ZipTileAllocation< First_, Second_ > Struct Template Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< p > Manages a pair of tile allocations as if they are one allocation.
< / p >
< p > < code > #include < < a class = "el" href = "tile__allocation_8h_source.html" > tile_allocation.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 >
< tr class = "memitem:acbdbed808b27997a0e8c22adfa9cc9b2" > < td class = "memItemLeft" align = "right" valign = "top" > typedef First_  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1ZipTileAllocation.html#acbdbed808b27997a0e8c22adfa9cc9b2" > First< / a > < / td > < / tr >
< tr class = "memdesc:acbdbed808b27997a0e8c22adfa9cc9b2" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > First tensor allocation. < a href = "#acbdbed808b27997a0e8c22adfa9cc9b2" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:acbdbed808b27997a0e8c22adfa9cc9b2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac6b988a7e6cd8ec83fae642342209527" > < td class = "memItemLeft" align = "right" valign = "top" > typedef Second_  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1ZipTileAllocation.html#ac6b988a7e6cd8ec83fae642342209527" > Second< / a > < / td > < / tr >
< tr class = "memdesc:ac6b988a7e6cd8ec83fae642342209527" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Second tensor allocation. < a href = "#ac6b988a7e6cd8ec83fae642342209527" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ac6b988a7e6cd8ec83fae642342209527" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1c274bfb4401beabaf62fed9c2054ddf" > < td class = "memItemLeft" align = "right" valign = "top" > typedef < a class = "el" href = "structcutlass_1_1ZipTensorRef.html" > ZipTensorRef< / a > < typename First::TensorRef, typename Second::TensorRef >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1ZipTileAllocation.html#a1c274bfb4401beabaf62fed9c2054ddf" > TensorRef< / a > < / td > < / tr >
< tr class = "memdesc:a1c274bfb4401beabaf62fed9c2054ddf" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Defines the tensor reference for this allocation. < a href = "#a1c274bfb4401beabaf62fed9c2054ddf" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a1c274bfb4401beabaf62fed9c2054ddf" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aba6d5cfb32cfed340d8af2971ec50af4" > < td class = "memItemLeft" align = "right" valign = "top" > typedef < a class = "el" href = "structcutlass_1_1ZipTensorRef.html" > ZipTensorRef< / a > < typename First::ConstTensorRef, typename Second::ConstTensorRef >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1ZipTileAllocation.html#aba6d5cfb32cfed340d8af2971ec50af4" > ConstTensorRef< / a > < / td > < / tr >
< tr class = "memdesc:aba6d5cfb32cfed340d8af2971ec50af4" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Defines the tensor reference for this allocation. < a href = "#aba6d5cfb32cfed340d8af2971ec50af4" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:aba6d5cfb32cfed340d8af2971ec50af4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:a0d00001220df7f2bdb1f09ae3f37c585" > < td class = "memItemLeft" align = "right" valign = "top" > CUTLASS_DEVICE < a class = "el" href = "structcutlass_1_1ZipTileAllocation.html#a1c274bfb4401beabaf62fed9c2054ddf" > TensorRef< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1ZipTileAllocation.html#a0d00001220df7f2bdb1f09ae3f37c585" > reference< / a > ()< / td > < / tr >
< tr class = "memdesc:a0d00001220df7f2bdb1f09ae3f37c585" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns a < a class = "el" href = "classcutlass_1_1TensorRef.html" > TensorRef< / a > object pointing to the data. < a href = "#a0d00001220df7f2bdb1f09ae3f37c585" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a0d00001220df7f2bdb1f09ae3f37c585" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af9964904e789b3ab58334f1ec1ceee56" > < td class = "memItemLeft" align = "right" valign = "top" > CUTLASS_DEVICE < a class = "el" href = "structcutlass_1_1ZipTileAllocation.html#aba6d5cfb32cfed340d8af2971ec50af4" > ConstTensorRef< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1ZipTileAllocation.html#af9964904e789b3ab58334f1ec1ceee56" > reference< / a > () const< / td > < / tr >
< tr class = "memdesc:af9964904e789b3ab58334f1ec1ceee56" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns a < a class = "el" href = "classcutlass_1_1TensorRef.html" > TensorRef< / a > object pointing to the data. < a href = "#af9964904e789b3ab58334f1ec1ceee56" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:af9964904e789b3ab58334f1ec1ceee56" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / 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:a6c0f139eef549521763b36cb1e45a014" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "structcutlass_1_1ZipTileAllocation.html#acbdbed808b27997a0e8c22adfa9cc9b2" > First< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1ZipTileAllocation.html#a6c0f139eef549521763b36cb1e45a014" > first< / a > < / td > < / tr >
< tr class = "memdesc:a6c0f139eef549521763b36cb1e45a014" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > First tensor allocation. < a href = "#a6c0f139eef549521763b36cb1e45a014" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a6c0f139eef549521763b36cb1e45a014" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a94abc7e74632b14718fd2d5b78cceafc" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "structcutlass_1_1ZipTileAllocation.html#ac6b988a7e6cd8ec83fae642342209527" > Second< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1ZipTileAllocation.html#a94abc7e74632b14718fd2d5b78cceafc" > second< / a > < / td > < / tr >
< tr class = "memdesc:a94abc7e74632b14718fd2d5b78cceafc" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Second tensor allocation. < a href = "#a94abc7e74632b14718fd2d5b78cceafc" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a94abc7e74632b14718fd2d5b78cceafc" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< h2 class = "groupheader" > Member Typedef Documentation< / h2 >
< a id = "aba6d5cfb32cfed340d8af2971ec50af4" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aba6d5cfb32cfed340d8af2971ec50af4" > ◆ < / a > < / span > ConstTensorRef< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename First_ , typename Second_ > < / div >
< table class = "memname" >
< tr >
< td class = "memname" > typedef < a class = "el" href = "structcutlass_1_1ZipTensorRef.html" > ZipTensorRef< / a > < typename First::ConstTensorRef, typename Second::ConstTensorRef> < a class = "el" href = "structcutlass_1_1ZipTileAllocation.html" > cutlass::ZipTileAllocation< / a > < First_, Second_ > ::< a class = "el" href = "structcutlass_1_1ZipTileAllocation.html#aba6d5cfb32cfed340d8af2971ec50af4" > ConstTensorRef< / a > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "acbdbed808b27997a0e8c22adfa9cc9b2" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#acbdbed808b27997a0e8c22adfa9cc9b2" > ◆ < / a > < / span > First< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename First_ , typename Second_ > < / div >
< table class = "memname" >
< tr >
< td class = "memname" > typedef First_ < a class = "el" href = "structcutlass_1_1ZipTileAllocation.html" > cutlass::ZipTileAllocation< / a > < First_, Second_ > ::< a class = "el" href = "structcutlass_1_1ZipTileAllocation.html#acbdbed808b27997a0e8c22adfa9cc9b2" > First< / a > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "ac6b988a7e6cd8ec83fae642342209527" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac6b988a7e6cd8ec83fae642342209527" > ◆ < / a > < / span > Second< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename First_ , typename Second_ > < / div >
< table class = "memname" >
< tr >
< td class = "memname" > typedef Second_ < a class = "el" href = "structcutlass_1_1ZipTileAllocation.html" > cutlass::ZipTileAllocation< / a > < First_, Second_ > ::< a class = "el" href = "structcutlass_1_1ZipTileAllocation.html#ac6b988a7e6cd8ec83fae642342209527" > Second< / a > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a1c274bfb4401beabaf62fed9c2054ddf" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1c274bfb4401beabaf62fed9c2054ddf" > ◆ < / a > < / span > TensorRef< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename First_ , typename Second_ > < / div >
< table class = "memname" >
< tr >
< td class = "memname" > typedef < a class = "el" href = "structcutlass_1_1ZipTensorRef.html" > ZipTensorRef< / a > < typename First::TensorRef, typename Second::TensorRef> < a class = "el" href = "structcutlass_1_1ZipTileAllocation.html" > cutlass::ZipTileAllocation< / a > < First_, Second_ > ::< a class = "el" href = "structcutlass_1_1ZipTileAllocation.html#a1c274bfb4401beabaf62fed9c2054ddf" > TensorRef< / a > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
< a id = "a0d00001220df7f2bdb1f09ae3f37c585" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0d00001220df7f2bdb1f09ae3f37c585" > ◆ < / a > < / span > reference() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename First_ , typename Second_ > < / div >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > CUTLASS_DEVICE < a class = "el" href = "structcutlass_1_1ZipTileAllocation.html#a1c274bfb4401beabaf62fed9c2054ddf" > TensorRef< / a > < a class = "el" href = "structcutlass_1_1ZipTileAllocation.html" > cutlass::ZipTileAllocation< / a > < First_, Second_ > ::reference < / td >
< td > (< / td >
< td class = "paramname" > < / 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 >
< a id = "af9964904e789b3ab58334f1ec1ceee56" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af9964904e789b3ab58334f1ec1ceee56" > ◆ < / a > < / span > reference() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename First_ , typename Second_ > < / div >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > CUTLASS_DEVICE < a class = "el" href = "structcutlass_1_1ZipTileAllocation.html#aba6d5cfb32cfed340d8af2971ec50af4" > ConstTensorRef< / a > < a class = "el" href = "structcutlass_1_1ZipTileAllocation.html" > cutlass::ZipTileAllocation< / a > < First_, Second_ > ::reference < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / 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 = "a6c0f139eef549521763b36cb1e45a014" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6c0f139eef549521763b36cb1e45a014" > ◆ < / a > < / span > first< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename First_ , typename Second_ > < / div >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "structcutlass_1_1ZipTileAllocation.html#acbdbed808b27997a0e8c22adfa9cc9b2" > First< / a > < a class = "el" href = "structcutlass_1_1ZipTileAllocation.html" > cutlass::ZipTileAllocation< / a > < First_, Second_ > ::first< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a94abc7e74632b14718fd2d5b78cceafc" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a94abc7e74632b14718fd2d5b78cceafc" > ◆ < / a > < / span > second< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename First_ , typename Second_ > < / div >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "structcutlass_1_1ZipTileAllocation.html#ac6b988a7e6cd8ec83fae642342209527" > Second< / a > < a class = "el" href = "structcutlass_1_1ZipTileAllocation.html" > cutlass::ZipTileAllocation< / a > < First_, Second_ > ::second< / 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 = "tile__allocation_8h_source.html" > tile_allocation.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:35 for Cutlass by   < a href = "http://www.doxygen.org/index.html" >
2018-09-20 05:02:08 +08:00
< img class = "footer" src = "doxygen.png" alt = "doxygen" / >
< / a > 1.8.14
< / small > < / address >
< / body >
< / html >