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::TileLoadStream< Iterator_, Transformer_ > 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_1TileLoadStream.html" > TileLoadStream< / a > < / li > < / ul >
< / div >
< / div > <!-- top -->
< div class = "header" >
< div class = "summary" >
< a href = "#nested-classes" > Classes< / a > |
< 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_1TileLoadStream-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > cutlass::TileLoadStream< Iterator_, Transformer_ > Struct Template Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< p > Generic stream for loading and transforming fragments.
< / p >
< p > < code > #include < < a class = "el" href = "tile__stream_8h_source.html" > tile_stream.h< / a > > < / code > < / p >
< div class = "dynheader" >
Inheritance diagram for cutlass::TileLoadStream< Iterator_, Transformer_ > :< / div >
< div class = "dyncontent" >
< div class = "center" >
< img src = "structcutlass_1_1TileLoadStream.png" usemap = "#cutlass::TileLoadStream_3C_20Iterator_5F_2C_20Transformer_5F_20_3E_map" alt = "" / >
< map id = "cutlass::TileLoadStream_3C_20Iterator_5F_2C_20Transformer_5F_20_3E_map" name = "cutlass::TileLoadStream_3C_20Iterator_5F_2C_20Transformer_5F_20_3E_map" >
< area href = "structcutlass_1_1PredicatedTileLoadStream.html" title = "Generic stream for loading and transforming fragments. " alt = "cutlass::PredicatedTileLoadStream< Iterator_, PredicateFunctor_, Transformer_ >" shape = "rect" coords = "0,56,475,80" / >
< / map >
< / div > < / div >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "nested-classes" > < / a >
Classes< / h2 > < / td > < / tr >
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > struct   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1TileLoadStream_1_1Params.html" > Params< / a > < / td > < / tr >
< tr class = "memdesc:" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Parameters object used to construct generic load stream. < a href = "structcutlass_1_1TileLoadStream_1_1Params.html#details" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > struct   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1TileLoadStream_1_1PredicateVector.html" > PredicateVector< / a > < / td > < / tr >
< tr class = "memdesc:" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Empty predicate vector struct. < a href = "structcutlass_1_1TileLoadStream_1_1PredicateVector.html#details" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < 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:a21234ea1d4e0ff5cd599c763035b967b" > < td class = "memItemLeft" align = "right" valign = "top" > typedef Iterator_  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1TileLoadStream.html#a21234ea1d4e0ff5cd599c763035b967b" > Iterator< / a > < / td > < / tr >
< tr class = "memdesc:a21234ea1d4e0ff5cd599c763035b967b" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > < a class = "el" href = "structcutlass_1_1TileLoadIterator.html" title = "An iterator implementing Tile Load Iterator Concept for loading a tile from memory. " > TileLoadIterator< / a > . < a href = "#a21234ea1d4e0ff5cd599c763035b967b" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a21234ea1d4e0ff5cd599c763035b967b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad531770d336b2541c303c19148ef5cd7" > < td class = "memItemLeft" align = "right" valign = "top" > typedef Transformer_  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1TileLoadStream.html#ad531770d336b2541c303c19148ef5cd7" > Transformer< / a > < / td > < / tr >
< tr class = "memdesc:ad531770d336b2541c303c19148ef5cd7" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Transformer. < a href = "#ad531770d336b2541c303c19148ef5cd7" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ad531770d336b2541c303c19148ef5cd7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aea86cbd64781caabeee293cfa2070e81" > < td class = "memItemLeft" align = "right" valign = "top" > typedef Iterator::Fragment  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1TileLoadStream.html#aea86cbd64781caabeee293cfa2070e81" > Fragment< / a > < / td > < / tr >
< tr class = "memdesc:aea86cbd64781caabeee293cfa2070e81" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > < a class = "el" href = "structcutlass_1_1Fragment.html" title = "A template defining Fragment Concept. " > Fragment< / a > fetched from source memory. < a href = "#aea86cbd64781caabeee293cfa2070e81" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:aea86cbd64781caabeee293cfa2070e81" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a94cde8bcdcedc934cc14de19e43375d1" > < td class = "memItemLeft" align = "right" valign = "top" > typedef Transformer::OutputFragment  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1TileLoadStream.html#a94cde8bcdcedc934cc14de19e43375d1" > TransformedFragment< / a > < / td > < / tr >
< tr class = "memdesc:a94cde8bcdcedc934cc14de19e43375d1" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Output fragment from transformer. < a href = "#a94cde8bcdcedc934cc14de19e43375d1" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a94cde8bcdcedc934cc14de19e43375d1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8c9256c5cdd1fd129dbcc6536375aca7" > < td class = "memItemLeft" align = "right" valign = "top" > typedef Iterator::TensorRef  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1TileLoadStream.html#a8c9256c5cdd1fd129dbcc6536375aca7" > TensorRef< / a > < / td > < / tr >
< tr class = "memdesc:a8c9256c5cdd1fd129dbcc6536375aca7" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Tensor reference expected by the stream. < a href = "#a8c9256c5cdd1fd129dbcc6536375aca7" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a8c9256c5cdd1fd129dbcc6536375aca7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a90ca6bbd882e39b5624ee0cd17e0d652" > < td class = "memItemLeft" align = "right" valign = "top" > typedef Iterator::Index  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1TileLoadStream.html#a90ca6bbd882e39b5624ee0cd17e0d652" > Index< / a > < / td > < / tr >
< tr class = "memdesc:a90ca6bbd882e39b5624ee0cd17e0d652" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Index type. < a href = "#a90ca6bbd882e39b5624ee0cd17e0d652" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a90ca6bbd882e39b5624ee0cd17e0d652" > < 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:a40a9b1a87cda0f3eb6f4b3e73a4fade3" > < td class = "memItemLeft" align = "right" valign = "top" > CUTLASS_DEVICE  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1TileLoadStream.html#a40a9b1a87cda0f3eb6f4b3e73a4fade3" > TileLoadStream< / a > (< a class = "el" href = "structcutlass_1_1TileLoadStream_1_1Params.html" > Params< / a > const & _params, < a class = "el" href = "structcutlass_1_1TileLoadStream.html#a8c9256c5cdd1fd129dbcc6536375aca7" > TensorRef< / a > const & _ref)< / td > < / tr >
< tr class = "memdesc:a40a9b1a87cda0f3eb6f4b3e73a4fade3" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Ctor. < a href = "#a40a9b1a87cda0f3eb6f4b3e73a4fade3" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a40a9b1a87cda0f3eb6f4b3e73a4fade3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6b8b65772d95c30d29e7833348d06ba7" > < td class = "memItemLeft" align = "right" valign = "top" > CUTLASS_DEVICE  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1TileLoadStream.html#a6b8b65772d95c30d29e7833348d06ba7" > TileLoadStream< / a > (< a class = "el" href = "structcutlass_1_1TileLoadStream_1_1Params.html" > Params< / a > const & _params, < a class = "el" href = "structcutlass_1_1Coord.html" > Coord< / a > < 3 > const & threadblock_offset=< a class = "el" href = "namespacecutlass.html#a7419519fa453a121dfa5f26bf87318d9" > make_Coord< / a > (0, 0, 0))< / td > < / tr >
< tr class = "memdesc:a6b8b65772d95c30d29e7833348d06ba7" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Ctor. < a href = "#a6b8b65772d95c30d29e7833348d06ba7" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a6b8b65772d95c30d29e7833348d06ba7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aed4e6a6f1bc125ea40ae04fb120d6a23" > < td class = "memItemLeft" align = "right" valign = "top" > CUTLASS_DEVICE void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1TileLoadStream.html#aed4e6a6f1bc125ea40ae04fb120d6a23" > copy< / a > ()< / td > < / tr >
< tr class = "memdesc:aed4e6a6f1bc125ea40ae04fb120d6a23" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Loads a tile and increments the iterator. < a href = "#aed4e6a6f1bc125ea40ae04fb120d6a23" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:aed4e6a6f1bc125ea40ae04fb120d6a23" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac004fc2e078591ced5d4e5521dfd8627" > < td class = "memItemLeft" align = "right" valign = "top" > CUTLASS_DEVICE void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1TileLoadStream.html#ac004fc2e078591ced5d4e5521dfd8627" > commit< / a > ()< / td > < / tr >
< tr class = "memdesc:ac004fc2e078591ced5d4e5521dfd8627" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Commits the fetched fragment and applies a transformation. < a href = "#ac004fc2e078591ced5d4e5521dfd8627" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ac004fc2e078591ced5d4e5521dfd8627" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af2727fc0ddeffd1cdaef751140aa6093" > < td class = "memItemLeft" align = "right" valign = "top" > CUTLASS_DEVICE < a class = "el" href = "structcutlass_1_1TileLoadStream.html#aea86cbd64781caabeee293cfa2070e81" > Fragment< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1TileLoadStream.html#af2727fc0ddeffd1cdaef751140aa6093" > intermediate_fragment< / a > ()< / td > < / tr >
< tr class = "memdesc:af2727fc0ddeffd1cdaef751140aa6093" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Accesses the loaded, transformed fragment. < a href = "#af2727fc0ddeffd1cdaef751140aa6093" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:af2727fc0ddeffd1cdaef751140aa6093" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5b7161b2b97100c13c2c5009edd2a6be" > < td class = "memItemLeft" align = "right" valign = "top" > CUTLASS_DEVICE < a class = "el" href = "structcutlass_1_1TileLoadStream.html#a94cde8bcdcedc934cc14de19e43375d1" > TransformedFragment< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1TileLoadStream.html#a5b7161b2b97100c13c2c5009edd2a6be" > fragment< / a > ()< / td > < / tr >
< tr class = "memdesc:a5b7161b2b97100c13c2c5009edd2a6be" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Accesses the loaded, transformed fragment. < a href = "#a5b7161b2b97100c13c2c5009edd2a6be" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a5b7161b2b97100c13c2c5009edd2a6be" > < 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:ab6d8716c166d071615f4e78d9ac6efb8" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "structcutlass_1_1TileLoadStream.html#a21234ea1d4e0ff5cd599c763035b967b" > Iterator< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1TileLoadStream.html#ab6d8716c166d071615f4e78d9ac6efb8" > iterator< / a > < / td > < / tr >
< tr class = "memdesc:ab6d8716c166d071615f4e78d9ac6efb8" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Iterator to load tiles. < a href = "#ab6d8716c166d071615f4e78d9ac6efb8" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ab6d8716c166d071615f4e78d9ac6efb8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a89b0f92764b5492a8d1de2c1ada60869" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "structcutlass_1_1TileLoadStream.html#aea86cbd64781caabeee293cfa2070e81" > Fragment< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1TileLoadStream.html#a89b0f92764b5492a8d1de2c1ada60869" > fetched_fragment< / a > < / td > < / tr >
< tr class = "memdesc:a89b0f92764b5492a8d1de2c1ada60869" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > < a class = "el" href = "structcutlass_1_1Fragment.html" title = "A template defining Fragment Concept. " > Fragment< / a > loaded via iterator. < a href = "#a89b0f92764b5492a8d1de2c1ada60869" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a89b0f92764b5492a8d1de2c1ada60869" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a54399d7a42c1330ef0e756949483c552" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "structcutlass_1_1TileLoadStream.html#ad531770d336b2541c303c19148ef5cd7" > Transformer< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1TileLoadStream.html#a54399d7a42c1330ef0e756949483c552" > transformer< / a > < / td > < / tr >
< tr class = "memdesc:a54399d7a42c1330ef0e756949483c552" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Transformation applied to fragments. < a href = "#a54399d7a42c1330ef0e756949483c552" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a54399d7a42c1330ef0e756949483c552" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac61d45d91faf9d060509cf1e5c34fe01" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "structcutlass_1_1TileLoadStream.html#a94cde8bcdcedc934cc14de19e43375d1" > TransformedFragment< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1TileLoadStream.html#ac61d45d91faf9d060509cf1e5c34fe01" > transformed_fragment< / a > < / td > < / tr >
< tr class = "memdesc:ac61d45d91faf9d060509cf1e5c34fe01" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Transformed fragment from transformer. < a href = "#ac61d45d91faf9d060509cf1e5c34fe01" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ac61d45d91faf9d060509cf1e5c34fe01" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< h2 class = "groupheader" > Member Typedef Documentation< / h2 >
< a id = "aea86cbd64781caabeee293cfa2070e81" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aea86cbd64781caabeee293cfa2070e81" > ◆ < / a > < / span > Fragment< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename Iterator_ , typename Transformer_ = Copy< typename Iterator_::Fragment> > < / div >
< table class = "memname" >
< tr >
< td class = "memname" > typedef Iterator::Fragment < a class = "el" href = "structcutlass_1_1TileLoadStream.html" > cutlass::TileLoadStream< / a > < Iterator_, Transformer_ > ::< a class = "el" href = "structcutlass_1_1TileLoadStream.html#aea86cbd64781caabeee293cfa2070e81" > Fragment< / a > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a90ca6bbd882e39b5624ee0cd17e0d652" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a90ca6bbd882e39b5624ee0cd17e0d652" > ◆ < / a > < / span > Index< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename Iterator_ , typename Transformer_ = Copy< typename Iterator_::Fragment> > < / div >
< table class = "memname" >
< tr >
< td class = "memname" > typedef Iterator::Index < a class = "el" href = "structcutlass_1_1TileLoadStream.html" > cutlass::TileLoadStream< / a > < Iterator_, Transformer_ > ::< a class = "el" href = "structcutlass_1_1TileLoadStream.html#a90ca6bbd882e39b5624ee0cd17e0d652" > Index< / a > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a21234ea1d4e0ff5cd599c763035b967b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a21234ea1d4e0ff5cd599c763035b967b" > ◆ < / a > < / span > Iterator< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename Iterator_ , typename Transformer_ = Copy< typename Iterator_::Fragment> > < / div >
< table class = "memname" >
< tr >
< td class = "memname" > typedef Iterator_ < a class = "el" href = "structcutlass_1_1TileLoadStream.html" > cutlass::TileLoadStream< / a > < Iterator_, Transformer_ > ::< a class = "el" href = "structcutlass_1_1TileLoadStream.html#a21234ea1d4e0ff5cd599c763035b967b" > Iterator< / a > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a8c9256c5cdd1fd129dbcc6536375aca7" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8c9256c5cdd1fd129dbcc6536375aca7" > ◆ < / a > < / span > TensorRef< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename Iterator_ , typename Transformer_ = Copy< typename Iterator_::Fragment> > < / div >
< table class = "memname" >
< tr >
< td class = "memname" > typedef Iterator::TensorRef < a class = "el" href = "structcutlass_1_1TileLoadStream.html" > cutlass::TileLoadStream< / a > < Iterator_, Transformer_ > ::< a class = "el" href = "structcutlass_1_1TileLoadStream.html#a8c9256c5cdd1fd129dbcc6536375aca7" > TensorRef< / a > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a94cde8bcdcedc934cc14de19e43375d1" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a94cde8bcdcedc934cc14de19e43375d1" > ◆ < / a > < / span > TransformedFragment< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename Iterator_ , typename Transformer_ = Copy< typename Iterator_::Fragment> > < / div >
< table class = "memname" >
< tr >
< td class = "memname" > typedef Transformer::OutputFragment < a class = "el" href = "structcutlass_1_1TileLoadStream.html" > cutlass::TileLoadStream< / a > < Iterator_, Transformer_ > ::< a class = "el" href = "structcutlass_1_1TileLoadStream.html#a94cde8bcdcedc934cc14de19e43375d1" > TransformedFragment< / a > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "ad531770d336b2541c303c19148ef5cd7" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad531770d336b2541c303c19148ef5cd7" > ◆ < / a > < / span > Transformer< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename Iterator_ , typename Transformer_ = Copy< typename Iterator_::Fragment> > < / div >
< table class = "memname" >
< tr >
< td class = "memname" > typedef Transformer_ < a class = "el" href = "structcutlass_1_1TileLoadStream.html" > cutlass::TileLoadStream< / a > < Iterator_, Transformer_ > ::< a class = "el" href = "structcutlass_1_1TileLoadStream.html#ad531770d336b2541c303c19148ef5cd7" > Transformer< / a > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
< a id = "a40a9b1a87cda0f3eb6f4b3e73a4fade3" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a40a9b1a87cda0f3eb6f4b3e73a4fade3" > ◆ < / a > < / span > TileLoadStream() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename Iterator_ , typename Transformer_ = Copy< typename Iterator_::Fragment> > < / div >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > CUTLASS_DEVICE < a class = "el" href = "structcutlass_1_1TileLoadStream.html" > cutlass::TileLoadStream< / a > < Iterator_, Transformer_ > ::< a class = "el" href = "structcutlass_1_1TileLoadStream.html" > TileLoadStream< / a > < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "structcutlass_1_1TileLoadStream_1_1Params.html" > Params< / a > const &   < / td >
< td class = "paramname" > < em > _params< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "structcutlass_1_1TileLoadStream.html#a8c9256c5cdd1fd129dbcc6536375aca7" > TensorRef< / a > const &   < / td >
< td class = "paramname" > < em > _ref< / 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 >
< a id = "a6b8b65772d95c30d29e7833348d06ba7" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6b8b65772d95c30d29e7833348d06ba7" > ◆ < / a > < / span > TileLoadStream() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename Iterator_ , typename Transformer_ = Copy< typename Iterator_::Fragment> > < / div >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > CUTLASS_DEVICE < a class = "el" href = "structcutlass_1_1TileLoadStream.html" > cutlass::TileLoadStream< / a > < Iterator_, Transformer_ > ::< a class = "el" href = "structcutlass_1_1TileLoadStream.html" > TileLoadStream< / a > < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "structcutlass_1_1TileLoadStream_1_1Params.html" > Params< / a > const &   < / td >
< td class = "paramname" > < em > _params< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "structcutlass_1_1Coord.html" > Coord< / a > < 3 > const &   < / td >
< td class = "paramname" > < em > threadblock_offset< / em > = < code > < a class = "el" href = "namespacecutlass.html#a7419519fa453a121dfa5f26bf87318d9" > make_Coord< / a > (0,  0,  0)< / code >   < / 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 Function Documentation< / h2 >
< a id = "ac004fc2e078591ced5d4e5521dfd8627" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac004fc2e078591ced5d4e5521dfd8627" > ◆ < / a > < / span > commit()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename Iterator_ , typename Transformer_ = Copy< typename Iterator_::Fragment> > < / div >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > CUTLASS_DEVICE void < a class = "el" href = "structcutlass_1_1TileLoadStream.html" > cutlass::TileLoadStream< / a > < Iterator_, Transformer_ > ::commit < / 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 = "aed4e6a6f1bc125ea40ae04fb120d6a23" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aed4e6a6f1bc125ea40ae04fb120d6a23" > ◆ < / a > < / span > copy()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename Iterator_ , typename Transformer_ = Copy< typename Iterator_::Fragment> > < / div >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > CUTLASS_DEVICE void < a class = "el" href = "structcutlass_1_1TileLoadStream.html" > cutlass::TileLoadStream< / a > < Iterator_, Transformer_ > ::copy < / 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 = "a5b7161b2b97100c13c2c5009edd2a6be" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5b7161b2b97100c13c2c5009edd2a6be" > ◆ < / a > < / span > fragment()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename Iterator_ , typename Transformer_ = Copy< typename Iterator_::Fragment> > < / div >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > CUTLASS_DEVICE < a class = "el" href = "structcutlass_1_1TileLoadStream.html#a94cde8bcdcedc934cc14de19e43375d1" > TransformedFragment< / a > & < a class = "el" href = "structcutlass_1_1TileLoadStream.html" > cutlass::TileLoadStream< / a > < Iterator_, Transformer_ > ::fragment < / 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 = "af2727fc0ddeffd1cdaef751140aa6093" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af2727fc0ddeffd1cdaef751140aa6093" > ◆ < / a > < / span > intermediate_fragment()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename Iterator_ , typename Transformer_ = Copy< typename Iterator_::Fragment> > < / div >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > CUTLASS_DEVICE < a class = "el" href = "structcutlass_1_1TileLoadStream.html#aea86cbd64781caabeee293cfa2070e81" > Fragment< / a > & < a class = "el" href = "structcutlass_1_1TileLoadStream.html" > cutlass::TileLoadStream< / a > < Iterator_, Transformer_ > ::intermediate_fragment < / 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 >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "a89b0f92764b5492a8d1de2c1ada60869" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a89b0f92764b5492a8d1de2c1ada60869" > ◆ < / a > < / span > fetched_fragment< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename Iterator_ , typename Transformer_ = Copy< typename Iterator_::Fragment> > < / div >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "structcutlass_1_1TileLoadStream.html#aea86cbd64781caabeee293cfa2070e81" > Fragment< / a > < a class = "el" href = "structcutlass_1_1TileLoadStream.html" > cutlass::TileLoadStream< / a > < Iterator_, Transformer_ > ::fetched_fragment< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "ab6d8716c166d071615f4e78d9ac6efb8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab6d8716c166d071615f4e78d9ac6efb8" > ◆ < / a > < / span > iterator< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename Iterator_ , typename Transformer_ = Copy< typename Iterator_::Fragment> > < / div >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "structcutlass_1_1TileLoadStream.html#a21234ea1d4e0ff5cd599c763035b967b" > Iterator< / a > < a class = "el" href = "structcutlass_1_1TileLoadStream.html" > cutlass::TileLoadStream< / a > < Iterator_, Transformer_ > ::iterator< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "ac61d45d91faf9d060509cf1e5c34fe01" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac61d45d91faf9d060509cf1e5c34fe01" > ◆ < / a > < / span > transformed_fragment< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename Iterator_ , typename Transformer_ = Copy< typename Iterator_::Fragment> > < / div >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "structcutlass_1_1TileLoadStream.html#a94cde8bcdcedc934cc14de19e43375d1" > TransformedFragment< / a > < a class = "el" href = "structcutlass_1_1TileLoadStream.html" > cutlass::TileLoadStream< / a > < Iterator_, Transformer_ > ::transformed_fragment< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a54399d7a42c1330ef0e756949483c552" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a54399d7a42c1330ef0e756949483c552" > ◆ < / a > < / span > transformer< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename Iterator_ , typename Transformer_ = Copy< typename Iterator_::Fragment> > < / div >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "structcutlass_1_1TileLoadStream.html#ad531770d336b2541c303c19148ef5cd7" > Transformer< / a > < a class = "el" href = "structcutlass_1_1TileLoadStream.html" > cutlass::TileLoadStream< / a > < Iterator_, Transformer_ > ::transformer< / 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__stream_8h_source.html" > tile_stream.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 >