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::TileAllocation< Scalar_, Shape_ > 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_1TileAllocation.html" > TileAllocation< / 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_1TileAllocation-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > cutlass::TileAllocation< Scalar_, Shape_ > Struct Template Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< p > Class for storing a tile in memory and accessing it through a tensor ref.
< / 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:a98f1243dc279999e3ff083ef45dee3f6" > < td class = "memItemLeft" align = "right" valign = "top" > typedef Scalar_  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1TileAllocation.html#a98f1243dc279999e3ff083ef45dee3f6" > Scalar< / a > < / td > < / tr >
< tr class = "memdesc:a98f1243dc279999e3ff083ef45dee3f6" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Scalar element. < a href = "#a98f1243dc279999e3ff083ef45dee3f6" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a98f1243dc279999e3ff083ef45dee3f6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ace1f396620f3eb69c367bdf69aa27ebd" > < td class = "memItemLeft" align = "right" valign = "top" > typedef < a class = "el" href = "structcutlass_1_1StorageType.html" > StorageType< / a > < sizeof(< a class = "el" href = "structcutlass_1_1TileAllocation.html#a98f1243dc279999e3ff083ef45dee3f6" > Scalar< / a > )> ::Type  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1TileAllocation.html#ace1f396620f3eb69c367bdf69aa27ebd" > Storage< / a > < / td > < / tr >
< tr class = "memdesc:ace1f396620f3eb69c367bdf69aa27ebd" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > The actual storage (may differ from the scalar type) < a href = "#ace1f396620f3eb69c367bdf69aa27ebd" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ace1f396620f3eb69c367bdf69aa27ebd" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2254302a3ce0b4da5c3657ada0cb8ccc" > < td class = "memItemLeft" align = "right" valign = "top" > typedef Shape_  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1TileAllocation.html#a2254302a3ce0b4da5c3657ada0cb8ccc" > Shape< / a > < / td > < / tr >
< tr class = "memdesc:a2254302a3ce0b4da5c3657ada0cb8ccc" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Size of the allocation in units of scalars. < a href = "#a2254302a3ce0b4da5c3657ada0cb8ccc" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a2254302a3ce0b4da5c3657ada0cb8ccc" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aba9164abe2fd7a091a858b23c0d3ac9c" > < td class = "memItemLeft" align = "right" valign = "top" > typedef < a class = "el" href = "structcutlass_1_1ShapeStrides.html" > ShapeStrides< / a > < < a class = "el" href = "structcutlass_1_1TileAllocation.html#a2254302a3ce0b4da5c3657ada0cb8ccc" > Shape< / a > , 1 > ::< a class = "el" href = "structcutlass_1_1TileAllocation.html#a2254302a3ce0b4da5c3657ada0cb8ccc" > Shape< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1TileAllocation.html#aba9164abe2fd7a091a858b23c0d3ac9c" > Strides< / a > < / td > < / tr >
< tr class = "memdesc:aba9164abe2fd7a091a858b23c0d3ac9c" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Strides. < a href = "#aba9164abe2fd7a091a858b23c0d3ac9c" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:aba9164abe2fd7a091a858b23c0d3ac9c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a122fa067390f45b29946286271654033" > < td class = "memItemLeft" align = "right" valign = "top" > typedef < a class = "el" href = "structcutlass_1_1TileAllocation.html#aa0bf6caeab13dc004350c6c0cfe0df80" > TensorRef< / a > < < a class = "el" href = "structcutlass_1_1TileAllocation.html#a98f1243dc279999e3ff083ef45dee3f6" > Scalar< / a > const, 4 >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1TileAllocation.html#a122fa067390f45b29946286271654033" > ConstTensorRef< / a > < / td > < / tr >
< tr class = "memdesc:a122fa067390f45b29946286271654033" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Defines the tensor reference for this allocation. < a href = "#a122fa067390f45b29946286271654033" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a122fa067390f45b29946286271654033" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa0bf6caeab13dc004350c6c0cfe0df80" > < td class = "memItemLeft" align = "right" valign = "top" > typedef < a class = "el" href = "structcutlass_1_1TileAllocation.html#aa0bf6caeab13dc004350c6c0cfe0df80" > TensorRef< / a > < < a class = "el" href = "structcutlass_1_1TileAllocation.html#a98f1243dc279999e3ff083ef45dee3f6" > Scalar< / a > , 4 >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1TileAllocation.html#aa0bf6caeab13dc004350c6c0cfe0df80" > TensorRef< / a > < / td > < / tr >
< tr class = "memdesc:aa0bf6caeab13dc004350c6c0cfe0df80" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Defines the tensor reference for this allocation. < a href = "#aa0bf6caeab13dc004350c6c0cfe0df80" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:aa0bf6caeab13dc004350c6c0cfe0df80" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2018-10-27 05:54:58 +08:00
< tr class = "memitem:ac39b045286bd3669042f3b223629d73e" > < td class = "memItemLeft" align = "right" valign = "top" > typedef < a class = "el" href = "structcutlass_1_1TileAllocation.html#a759e998135d5f25e689afdc676d95141" > TensorView< / a > < < a class = "el" href = "structcutlass_1_1TileAllocation.html#a98f1243dc279999e3ff083ef45dee3f6" > Scalar< / a > const, 4 >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1TileAllocation.html#ac39b045286bd3669042f3b223629d73e" > ConstTensorView< / a > < / td > < / tr >
< tr class = "memdesc:ac39b045286bd3669042f3b223629d73e" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > View of memory. < a href = "#ac39b045286bd3669042f3b223629d73e" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ac39b045286bd3669042f3b223629d73e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a759e998135d5f25e689afdc676d95141" > < td class = "memItemLeft" align = "right" valign = "top" > typedef < a class = "el" href = "structcutlass_1_1TileAllocation.html#a759e998135d5f25e689afdc676d95141" > TensorView< / a > < < a class = "el" href = "structcutlass_1_1TileAllocation.html#a98f1243dc279999e3ff083ef45dee3f6" > Scalar< / a > , 4 >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1TileAllocation.html#a759e998135d5f25e689afdc676d95141" > TensorView< / a > < / td > < / tr >
< tr class = "memdesc:a759e998135d5f25e689afdc676d95141" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > View of memory. < a href = "#a759e998135d5f25e689afdc676d95141" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a759e998135d5f25e689afdc676d95141" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2018-09-20 05:02:08 +08:00
< / 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:a69c43b27939e9ecebd23edb18ed3a9dc" > < td class = "memItemLeft" align = "right" valign = "top" > CUTLASS_DEVICE < a class = "el" href = "structcutlass_1_1TileAllocation.html#a98f1243dc279999e3ff083ef45dee3f6" > Scalar< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1TileAllocation.html#a69c43b27939e9ecebd23edb18ed3a9dc" > data< / a > ()< / td > < / tr >
< tr class = "memdesc:a69c43b27939e9ecebd23edb18ed3a9dc" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns a pointer to the raw data. < a href = "#a69c43b27939e9ecebd23edb18ed3a9dc" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a69c43b27939e9ecebd23edb18ed3a9dc" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:acc3f2c29fe21316091a1405613083000" > < td class = "memItemLeft" align = "right" valign = "top" > CUTLASS_DEVICE < a class = "el" href = "structcutlass_1_1TileAllocation.html#a98f1243dc279999e3ff083ef45dee3f6" > Scalar< / a > const *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1TileAllocation.html#acc3f2c29fe21316091a1405613083000" > data< / a > () const< / td > < / tr >
< tr class = "memdesc:acc3f2c29fe21316091a1405613083000" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns a const pointer to the raw data. < a href = "#acc3f2c29fe21316091a1405613083000" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:acc3f2c29fe21316091a1405613083000" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3466ef2b478e4617aa1ff261217cfd05" > < td class = "memItemLeft" align = "right" valign = "top" > CUTLASS_DEVICE < a class = "el" href = "structcutlass_1_1TileAllocation.html#aa0bf6caeab13dc004350c6c0cfe0df80" > TensorRef< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1TileAllocation.html#a3466ef2b478e4617aa1ff261217cfd05" > reference< / a > ()< / td > < / tr >
< tr class = "memdesc:a3466ef2b478e4617aa1ff261217cfd05" > < 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 = "#a3466ef2b478e4617aa1ff261217cfd05" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a3466ef2b478e4617aa1ff261217cfd05" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:afcdc0be82acf0b4ae66468e2170c5a0d" > < td class = "memItemLeft" align = "right" valign = "top" > CUTLASS_DEVICE < a class = "el" href = "structcutlass_1_1TileAllocation.html#a122fa067390f45b29946286271654033" > ConstTensorRef< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1TileAllocation.html#afcdc0be82acf0b4ae66468e2170c5a0d" > reference< / a > () const< / td > < / tr >
< tr class = "memdesc:afcdc0be82acf0b4ae66468e2170c5a0d" > < 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 = "#afcdc0be82acf0b4ae66468e2170c5a0d" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:afcdc0be82acf0b4ae66468e2170c5a0d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2018-10-27 05:54:58 +08:00
< tr class = "memitem:a6b8bef90ee0ce6f58f7971a4925d88c7" > < td class = "memItemLeft" align = "right" valign = "top" > CUTLASS_DEVICE < a class = "el" href = "structcutlass_1_1TileAllocation.html#a759e998135d5f25e689afdc676d95141" > TensorView< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1TileAllocation.html#a6b8bef90ee0ce6f58f7971a4925d88c7" > view< / a > ()< / td > < / tr >
< tr class = "memdesc:a6b8bef90ee0ce6f58f7971a4925d88c7" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns a < a class = "el" href = "classcutlass_1_1TensorView.html" title = "Defines a view into a logical tensor. " > TensorView< / a > object pointing to the data. < a href = "#a6b8bef90ee0ce6f58f7971a4925d88c7" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a6b8bef90ee0ce6f58f7971a4925d88c7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8d3befc0770f235d219bf77a0370fa4f" > < td class = "memItemLeft" align = "right" valign = "top" > CUTLASS_DEVICE < a class = "el" href = "structcutlass_1_1TileAllocation.html#ac39b045286bd3669042f3b223629d73e" > ConstTensorView< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1TileAllocation.html#a8d3befc0770f235d219bf77a0370fa4f" > view< / a > () const< / td > < / tr >
< tr class = "memdesc:a8d3befc0770f235d219bf77a0370fa4f" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns a < a class = "el" href = "classcutlass_1_1TensorView.html" title = "Defines a view into a logical tensor. " > TensorView< / a > object pointing to the data. < a href = "#a8d3befc0770f235d219bf77a0370fa4f" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a8d3befc0770f235d219bf77a0370fa4f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2018-09-20 05:02:08 +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:a3c1ba61c511110b14558941367ad4604" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "structcutlass_1_1TileAllocation.html#ace1f396620f3eb69c367bdf69aa27ebd" > Storage< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1TileAllocation.html#a3c1ba61c511110b14558941367ad4604" > storage< / a > [< a class = "el" href = "structcutlass_1_1Shape.html#a19086a5567d6c710ec853e35a7f29c25" > Shape::kD< / a > ][< a class = "el" href = "structcutlass_1_1Shape.html#a3a20d9062bba613c160bb2cd14f80a5e" > Shape::kH< / a > ][< a class = "el" href = "structcutlass_1_1Shape.html#a78836a20250ff24c25a6622ad818b421" > Shape::kW< / a > ][< a class = "el" href = "structcutlass_1_1Shape.html#a3f2433fd6401dd28f1130499f9fd340c" > Shape::kC< / a > ]< / td > < / tr >
< tr class = "memdesc:a3c1ba61c511110b14558941367ad4604" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Storage. < a href = "#a3c1ba61c511110b14558941367ad4604" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a3c1ba61c511110b14558941367ad4604" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< h2 class = "groupheader" > Member Typedef Documentation< / h2 >
< a id = "a122fa067390f45b29946286271654033" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a122fa067390f45b29946286271654033" > ◆ < / a > < / span > ConstTensorRef< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename Scalar_ , typename Shape_ > < / div >
< table class = "memname" >
< tr >
< td class = "memname" > typedef < a class = "el" href = "structcutlass_1_1TileAllocation.html#aa0bf6caeab13dc004350c6c0cfe0df80" > TensorRef< / a > < < a class = "el" href = "structcutlass_1_1TileAllocation.html#a98f1243dc279999e3ff083ef45dee3f6" > Scalar< / a > const, 4> < a class = "el" href = "structcutlass_1_1TileAllocation.html" > cutlass::TileAllocation< / a > < Scalar_, Shape_ > ::< a class = "el" href = "structcutlass_1_1TileAllocation.html#a122fa067390f45b29946286271654033" > ConstTensorRef< / a > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2018-10-27 05:54:58 +08:00
< / div >
< / div >
< a id = "ac39b045286bd3669042f3b223629d73e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac39b045286bd3669042f3b223629d73e" > ◆ < / a > < / span > ConstTensorView< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename Scalar_ , typename Shape_ > < / div >
< table class = "memname" >
< tr >
< td class = "memname" > typedef < a class = "el" href = "structcutlass_1_1TileAllocation.html#a759e998135d5f25e689afdc676d95141" > TensorView< / a > < < a class = "el" href = "structcutlass_1_1TileAllocation.html#a98f1243dc279999e3ff083ef45dee3f6" > Scalar< / a > const, 4> < a class = "el" href = "structcutlass_1_1TileAllocation.html" > cutlass::TileAllocation< / a > < Scalar_, Shape_ > ::< a class = "el" href = "structcutlass_1_1TileAllocation.html#ac39b045286bd3669042f3b223629d73e" > ConstTensorView< / a > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2018-09-20 05:02:08 +08:00
< / div >
< / div >
< a id = "a98f1243dc279999e3ff083ef45dee3f6" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a98f1243dc279999e3ff083ef45dee3f6" > ◆ < / a > < / span > Scalar< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename Scalar_ , typename Shape_ > < / div >
< table class = "memname" >
< tr >
< td class = "memname" > typedef Scalar_ < a class = "el" href = "structcutlass_1_1TileAllocation.html" > cutlass::TileAllocation< / a > < Scalar_, Shape_ > ::< a class = "el" href = "structcutlass_1_1TileAllocation.html#a98f1243dc279999e3ff083ef45dee3f6" > Scalar< / a > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a2254302a3ce0b4da5c3657ada0cb8ccc" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2254302a3ce0b4da5c3657ada0cb8ccc" > ◆ < / a > < / span > Shape< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename Scalar_ , typename Shape_ > < / div >
< table class = "memname" >
< tr >
< td class = "memname" > typedef Shape_ < a class = "el" href = "structcutlass_1_1TileAllocation.html" > cutlass::TileAllocation< / a > < Scalar_, Shape_ > ::< a class = "el" href = "structcutlass_1_1TileAllocation.html#a2254302a3ce0b4da5c3657ada0cb8ccc" > Shape< / a > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "ace1f396620f3eb69c367bdf69aa27ebd" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ace1f396620f3eb69c367bdf69aa27ebd" > ◆ < / a > < / span > Storage< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename Scalar_ , typename Shape_ > < / div >
< table class = "memname" >
< tr >
< td class = "memname" > typedef < a class = "el" href = "structcutlass_1_1StorageType.html" > StorageType< / a > < sizeof(< a class = "el" href = "structcutlass_1_1TileAllocation.html#a98f1243dc279999e3ff083ef45dee3f6" > Scalar< / a > )> ::Type < a class = "el" href = "structcutlass_1_1TileAllocation.html" > cutlass::TileAllocation< / a > < Scalar_, Shape_ > ::< a class = "el" href = "structcutlass_1_1TileAllocation.html#ace1f396620f3eb69c367bdf69aa27ebd" > Storage< / a > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "aba9164abe2fd7a091a858b23c0d3ac9c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aba9164abe2fd7a091a858b23c0d3ac9c" > ◆ < / a > < / span > Strides< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename Scalar_ , typename Shape_ > < / div >
< table class = "memname" >
< tr >
< td class = "memname" > typedef < a class = "el" href = "structcutlass_1_1ShapeStrides.html" > ShapeStrides< / a > < < a class = "el" href = "structcutlass_1_1TileAllocation.html#a2254302a3ce0b4da5c3657ada0cb8ccc" > Shape< / a > , 1> ::< a class = "el" href = "structcutlass_1_1TileAllocation.html#a2254302a3ce0b4da5c3657ada0cb8ccc" > Shape< / a > < a class = "el" href = "structcutlass_1_1TileAllocation.html" > cutlass::TileAllocation< / a > < Scalar_, Shape_ > ::< a class = "el" href = "structcutlass_1_1TileAllocation.html#aba9164abe2fd7a091a858b23c0d3ac9c" > Strides< / a > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "aa0bf6caeab13dc004350c6c0cfe0df80" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa0bf6caeab13dc004350c6c0cfe0df80" > ◆ < / a > < / span > TensorRef< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename Scalar_ , typename Shape_ > < / div >
< table class = "memname" >
< tr >
< td class = "memname" > typedef < a class = "el" href = "structcutlass_1_1TileAllocation.html#aa0bf6caeab13dc004350c6c0cfe0df80" > TensorRef< / a > < < a class = "el" href = "structcutlass_1_1TileAllocation.html#a98f1243dc279999e3ff083ef45dee3f6" > Scalar< / a > , 4> < a class = "el" href = "structcutlass_1_1TileAllocation.html" > cutlass::TileAllocation< / a > < Scalar_, Shape_ > ::< a class = "el" href = "structcutlass_1_1TileAllocation.html#aa0bf6caeab13dc004350c6c0cfe0df80" > TensorRef< / a > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2018-10-27 05:54:58 +08:00
< / div >
< / div >
< a id = "a759e998135d5f25e689afdc676d95141" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a759e998135d5f25e689afdc676d95141" > ◆ < / a > < / span > TensorView< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename Scalar_ , typename Shape_ > < / div >
< table class = "memname" >
< tr >
< td class = "memname" > typedef < a class = "el" href = "structcutlass_1_1TileAllocation.html#a759e998135d5f25e689afdc676d95141" > TensorView< / a > < < a class = "el" href = "structcutlass_1_1TileAllocation.html#a98f1243dc279999e3ff083ef45dee3f6" > Scalar< / a > , 4> < a class = "el" href = "structcutlass_1_1TileAllocation.html" > cutlass::TileAllocation< / a > < Scalar_, Shape_ > ::< a class = "el" href = "structcutlass_1_1TileAllocation.html#a759e998135d5f25e689afdc676d95141" > TensorView< / a > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2018-09-20 05:02:08 +08:00
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
< a id = "a69c43b27939e9ecebd23edb18ed3a9dc" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a69c43b27939e9ecebd23edb18ed3a9dc" > ◆ < / a > < / span > data() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename Scalar_ , typename Shape_ > < / div >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > CUTLASS_DEVICE < a class = "el" href = "structcutlass_1_1TileAllocation.html#a98f1243dc279999e3ff083ef45dee3f6" > Scalar< / a > * < a class = "el" href = "structcutlass_1_1TileAllocation.html" > cutlass::TileAllocation< / a > < Scalar_, Shape_ > ::data < / 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 = "acc3f2c29fe21316091a1405613083000" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#acc3f2c29fe21316091a1405613083000" > ◆ < / a > < / span > data() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename Scalar_ , typename Shape_ > < / div >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > CUTLASS_DEVICE < a class = "el" href = "structcutlass_1_1TileAllocation.html#a98f1243dc279999e3ff083ef45dee3f6" > Scalar< / a > const* < a class = "el" href = "structcutlass_1_1TileAllocation.html" > cutlass::TileAllocation< / a > < Scalar_, Shape_ > ::data < / 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 >
< a id = "a3466ef2b478e4617aa1ff261217cfd05" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3466ef2b478e4617aa1ff261217cfd05" > ◆ < / a > < / span > reference() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename Scalar_ , typename Shape_ > < / div >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > CUTLASS_DEVICE < a class = "el" href = "structcutlass_1_1TileAllocation.html#aa0bf6caeab13dc004350c6c0cfe0df80" > TensorRef< / a > < a class = "el" href = "structcutlass_1_1TileAllocation.html" > cutlass::TileAllocation< / a > < Scalar_, Shape_ > ::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 = "afcdc0be82acf0b4ae66468e2170c5a0d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afcdc0be82acf0b4ae66468e2170c5a0d" > ◆ < / a > < / span > reference() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename Scalar_ , typename Shape_ > < / div >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > CUTLASS_DEVICE < a class = "el" href = "structcutlass_1_1TileAllocation.html#a122fa067390f45b29946286271654033" > ConstTensorRef< / a > < a class = "el" href = "structcutlass_1_1TileAllocation.html" > cutlass::TileAllocation< / a > < Scalar_, Shape_ > ::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" >
2018-10-27 05:54:58 +08:00
< / div >
< / div >
< a id = "a6b8bef90ee0ce6f58f7971a4925d88c7" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6b8bef90ee0ce6f58f7971a4925d88c7" > ◆ < / a > < / span > view() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename Scalar_ , typename Shape_ > < / div >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > CUTLASS_DEVICE < a class = "el" href = "structcutlass_1_1TileAllocation.html#a759e998135d5f25e689afdc676d95141" > TensorView< / a > < a class = "el" href = "structcutlass_1_1TileAllocation.html" > cutlass::TileAllocation< / a > < Scalar_, Shape_ > ::view < / 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 = "a8d3befc0770f235d219bf77a0370fa4f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8d3befc0770f235d219bf77a0370fa4f" > ◆ < / a > < / span > view() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename Scalar_ , typename Shape_ > < / div >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > CUTLASS_DEVICE < a class = "el" href = "structcutlass_1_1TileAllocation.html#ac39b045286bd3669042f3b223629d73e" > ConstTensorView< / a > < a class = "el" href = "structcutlass_1_1TileAllocation.html" > cutlass::TileAllocation< / a > < Scalar_, Shape_ > ::view < / 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" >
2018-09-20 05:02:08 +08:00
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "a3c1ba61c511110b14558941367ad4604" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3c1ba61c511110b14558941367ad4604" > ◆ < / a > < / span > storage< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename Scalar_ , typename Shape_ > < / div >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "structcutlass_1_1TileAllocation.html#ace1f396620f3eb69c367bdf69aa27ebd" > Storage< / a > < a class = "el" href = "structcutlass_1_1TileAllocation.html" > cutlass::TileAllocation< / a > < Scalar_, Shape_ > ::storage[< a class = "el" href = "structcutlass_1_1Shape.html#a19086a5567d6c710ec853e35a7f29c25" > Shape::kD< / a > ][< a class = "el" href = "structcutlass_1_1Shape.html#a3a20d9062bba613c160bb2cd14f80a5e" > Shape::kH< / a > ][< a class = "el" href = "structcutlass_1_1Shape.html#a78836a20250ff24c25a6622ad818b421" > Shape::kW< / a > ][< a class = "el" href = "structcutlass_1_1Shape.html#a3f2433fd6401dd28f1130499f9fd340c" > Shape::kC< / a > ]< / 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 >