cutlass/docs/tile__coord_8h_source.html

129 lines
52 KiB
HTML
Raw Normal View History

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: tile_coord.h Source File</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&amp;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&amp;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="dir_1417ee5ebebc309c36b7962f26a92c39.html">cutlass</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">tile_coord.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="tile__coord_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">/***************************************************************************************************</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment"> * Copyright (c) 2017-2018, NVIDIA CORPORATION. All rights reserved.</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment"> * Redistribution and use in source and binary forms, with or without modification, are permitted</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment"> * provided that the following conditions are met:</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment"> * * Redistributions of source code must retain the above copyright notice, this list of</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment"> * conditions and the following disclaimer.</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment"> * * Redistributions in binary form must reproduce the above copyright notice, this list of</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment"> * conditions and the following disclaimer in the documentation and/or other materials</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment"> * provided with the distribution.</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="comment"> * * Neither the name of the NVIDIA CORPORATION nor the names of its contributors may be used</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="comment"> * to endorse or promote products derived from this software without specific prior written</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="comment"> * permission.</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment"> * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &quot;AS IS&quot; AND ANY EXPRESS OR</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="comment"> * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="comment"> * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL NVIDIA CORPORATION BE LIABLE</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="comment"> * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,</span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="comment"> * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;</span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="comment"> * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,</span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="comment"> * STRICT LIABILITY, OR TOR (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE</span></div><div class="line"><a name="l00022">
<div class="ttc" id="structcutlass_1_1TileCoord_html_ab5ebf352327baadcc740175d6b39adcb"><div class="ttname"><a href="structcutlass_1_1TileCoord.html#ab5ebf352327baadcc740175d6b39adcb">cutlass::TileCoord::kD</a></div><div class="ttdeci">static int kD</div><div class="ttdoc">D dimension. </div><div class="ttdef"><b>Definition:</b> tile_coord.h:49</div></div>
<div class="ttc" id="namespacecutlass_html"><div class="ttname"><a href="namespacecutlass.html">cutlass</a></div><div class="ttdef"><b>Definition:</b> convert.h:33</div></div>
<div class="ttc" id="structcutlass_1_1TileCoord_html_a24d32587359493bb965745f5551e1624"><div class="ttname"><a href="structcutlass_1_1TileCoord.html#a24d32587359493bb965745f5551e1624">cutlass::TileCoord::kH</a></div><div class="ttdeci">static int kH</div><div class="ttdoc">H dimension. </div><div class="ttdef"><b>Definition:</b> tile_coord.h:52</div></div>
<div class="ttc" id="structcutlass_1_1TileCoord_html_abe65d1a0ff3798b662376032d51e9713"><div class="ttname"><a href="structcutlass_1_1TileCoord.html#abe65d1a0ff3798b662376032d51e9713">cutlass::TileCoord::dhw</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE Coord&lt; 3 &gt; dhw() const</div><div class="ttdoc">Gets D, H, and W dimensions as a Coord&lt;3&gt; </div><div class="ttdef"><b>Definition:</b> tile_coord.h:131</div></div>
<div class="ttc" id="structcutlass_1_1TileCoord_html_aeebb556622fe87c0902448de13a30e0c"><div class="ttname"><a href="structcutlass_1_1TileCoord.html#aeebb556622fe87c0902448de13a30e0c">cutlass::TileCoord::c</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE Index const &amp; c() const</div><div class="ttdoc">Returns the Celement of the coordinate. </div><div class="ttdef"><b>Definition:</b> tile_coord.h:111</div></div>
<div class="ttc" id="structcutlass_1_1TileCoord_html_ac7c697a6fd23c7f49ff19aa6db4a41a3"><div class="ttname"><a href="structcutlass_1_1TileCoord.html#ac7c697a6fd23c7f49ff19aa6db4a41a3">cutlass::TileCoord::h</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE Index const &amp; h() const</div><div class="ttdoc">Returns the H element of the coordinate. </div><div class="ttdef"><b>Definition:</b> tile_coord.h:95</div></div>
<div class="ttc" id="coord_8h_html"><div class="ttname"><a href="coord_8h.html">coord.h</a></div><div class="ttdoc">A Coord is a coordinate of arbitrary rank into a tensor or matrix. </div></div>
<div class="ttc" id="structcutlass_1_1TileCoord_html_a7018df7f2dbc7d70345d5f076fb26259"><div class="ttname"><a href="structcutlass_1_1TileCoord.html#a7018df7f2dbc7d70345d5f076fb26259">cutlass::TileCoord::Index</a></div><div class="ttdeci">Index_ Index</div><div class="ttdoc">Index type. </div><div class="ttdef"><b>Definition:</b> tile_coord.h:43</div></div>
<div class="ttc" id="structcutlass_1_1TileCoord_html_a21ae028c4ee3e5cbe5bf9d47a41e6613"><div class="ttname"><a href="structcutlass_1_1TileCoord.html#a21ae028c4ee3e5cbe5bf9d47a41e6613">cutlass::TileCoord::w</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE Index const &amp; w() const</div><div class="ttdoc">Returns the W element of the coordinate. </div><div class="ttdef"><b>Definition:</b> tile_coord.h:103</div></div>
2018-10-27 05:54:58 +08:00
<div class="ttc" id="namespacecutlass_html_a7419519fa453a121dfa5f26bf87318d9"><div class="ttname"><a href="namespacecutlass.html#a7419519fa453a121dfa5f26bf87318d9">cutlass::make_Coord</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE Coord&lt; 1 &gt; make_Coord(int _0)</div><div class="ttdoc">Helper to make a 2-element coordinate. </div><div class="ttdef"><b>Definition:</b> coord.h:368</div></div>
2018-09-20 05:02:08 +08:00
<div class="ttc" id="structcutlass_1_1TileCoord_html_a07a067df652b64bd580f2ddf373e292b"><div class="ttname"><a href="structcutlass_1_1TileCoord.html#a07a067df652b64bd580f2ddf373e292b">cutlass::TileCoord::d</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE Index const &amp; d() const</div><div class="ttdoc">Returns the D element of the coordinate. </div><div class="ttdef"><b>Definition:</b> tile_coord.h:87</div></div>
<div class="ttc" id="structcutlass_1_1TileCoord_html_a02da20e580962fe0754a772842045389"><div class="ttname"><a href="structcutlass_1_1TileCoord.html#a02da20e580962fe0754a772842045389">cutlass::TileCoord::operator-=</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE TileCoord &amp; operator-=(Base const &amp;b)</div><div class="ttdoc">In-place subtraction. </div><div class="ttdef"><b>Definition:</b> tile_coord.h:172</div></div>
<div class="ttc" id="structcutlass_1_1TileCoord_html_a28ee00699941f879cfa92327c038fca6"><div class="ttname"><a href="structcutlass_1_1TileCoord.html#a28ee00699941f879cfa92327c038fca6">cutlass::TileCoord::TileCoord</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE TileCoord(Index d, Index h, Index w, Index c)</div><div class="ttdoc">Helper to construct from a row and column. </div><div class="ttdef"><b>Definition:</b> tile_coord.h:83</div></div>
<div class="ttc" id="structcutlass_1_1TileCoord_html_a752dcc11f1a018de692e5846a80fe185"><div class="ttname"><a href="structcutlass_1_1TileCoord.html#a752dcc11f1a018de692e5846a80fe185">cutlass::TileCoord::TileCoord</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE TileCoord(Coord&lt; 4, Index &gt; const &amp;coord)</div><div class="ttdoc">Constructs from Coord&lt;4&gt; </div><div class="ttdef"><b>Definition:</b> tile_coord.h:75</div></div>
<div class="ttc" id="structcutlass_1_1TileCoord_html_ab8fbb13cc5ea4f580a7fc32963de9553"><div class="ttname"><a href="structcutlass_1_1TileCoord.html#ab8fbb13cc5ea4f580a7fc32963de9553">cutlass::TileCoord::operator*</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE TileCoord operator*(Base const &amp;b) const</div><div class="ttdoc">Element-wise multiplication. </div><div class="ttdef"><b>Definition:</b> tile_coord.h:153</div></div>
<div class="ttc" id="structcutlass_1_1TileCoord_html_ad8281750f2978c6c1c91982f347a14cd"><div class="ttname"><a href="structcutlass_1_1TileCoord.html#ad8281750f2978c6c1c91982f347a14cd">cutlass::TileCoord::c</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE Index &amp; c()</div><div class="ttdoc">Returns the C element of the coordinate. </div><div class="ttdef"><b>Definition:</b> tile_coord.h:115</div></div>
<div class="ttc" id="structcutlass_1_1Coord_html_ad4303b578b72b5cb2a0198375290e168"><div class="ttname"><a href="structcutlass_1_1Coord.html#ad4303b578b72b5cb2a0198375290e168">cutlass::Coord::operator*=</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE Coord &amp; operator*=(Coord const &amp;b)</div><div class="ttdoc">In-place multiplication. </div><div class="ttdef"><b>Definition:</b> coord.h:197</div></div>
<div class="ttc" id="structcutlass_1_1TileCoord_html_ac760795433c0f0ccc5c44fb58626f51d"><div class="ttname"><a href="structcutlass_1_1TileCoord.html#ac760795433c0f0ccc5c44fb58626f51d">cutlass::TileCoord::TileCoord</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE TileCoord(Coord&lt; 3, Index &gt; const &amp;coord)</div><div class="ttdoc">Constructs from Coord&lt;3&gt; and infers coord[kC] = 0. </div><div class="ttdef"><b>Definition:</b> tile_coord.h:70</div></div>
<div class="ttc" id="structcutlass_1_1TileCoord_html_a9f274d8e93f9cd3e0a9699e11b85fa7c"><div class="ttname"><a href="structcutlass_1_1TileCoord.html#a9f274d8e93f9cd3e0a9699e11b85fa7c">cutlass::TileCoord::operator-</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE TileCoord operator-(Base const &amp;b) const</div><div class="ttdoc">Element-wise subtraction. </div><div class="ttdef"><b>Definition:</b> tile_coord.h:147</div></div>
<div class="ttc" id="structcutlass_1_1TileCoord_html_ae946b3af6b795d26632da7ca66b3751c"><div class="ttname"><a href="structcutlass_1_1TileCoord.html#ae946b3af6b795d26632da7ca66b3751c">cutlass::TileCoord::operator*=</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE TileCoord &amp; operator*=(Base const &amp;b)</div><div class="ttdoc">In-place multiplication. </div><div class="ttdef"><b>Definition:</b> tile_coord.h:179</div></div>
<div class="ttc" id="structcutlass_1_1TileCoord_html"><div class="ttname"><a href="structcutlass_1_1TileCoord.html">cutlass::TileCoord</a></div><div class="ttdef"><b>Definition:</b> tile_coord.h:40</div></div>
<div class="ttc" id="structcutlass_1_1TileCoord_html_a11bb7593ce7bba2dcedd199322a8b42b"><div class="ttname"><a href="structcutlass_1_1TileCoord.html#a11bb7593ce7bba2dcedd199322a8b42b">cutlass::TileCoord::hwc</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE Coord&lt; 3 &gt; hwc() const</div><div class="ttdoc">Gets H, W, and C dimensions as a Coord&lt;3&gt; </div><div class="ttdef"><b>Definition:</b> tile_coord.h:125</div></div>
<div class="ttc" id="structcutlass_1_1TileCoord_html_ae0c8cd0657a73f3ffff99e9546ea8a95"><div class="ttname"><a href="structcutlass_1_1TileCoord.html#ae0c8cd0657a73f3ffff99e9546ea8a95">cutlass::TileCoord::TileCoord</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE TileCoord()</div><div class="ttdoc">Default ctor. </div><div class="ttdef"><b>Definition:</b> tile_coord.h:66</div></div>
<div class="ttc" id="structcutlass_1_1TileCoord_html_a8f83026751c83f57c1854c8544e75bd0"><div class="ttname"><a href="structcutlass_1_1TileCoord.html#a8f83026751c83f57c1854c8544e75bd0">cutlass::TileCoord::w</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE Index &amp; w()</div><div class="ttdoc">Returns the W element of the coordinate. </div><div class="ttdef"><b>Definition:</b> tile_coord.h:107</div></div>
<div class="ttc" id="structcutlass_1_1TileCoord_html_a0927c4ba212d00f3687034afe6bb8daf"><div class="ttname"><a href="structcutlass_1_1TileCoord.html#a0927c4ba212d00f3687034afe6bb8daf">cutlass::TileCoord::hw</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE Coord&lt; 2 &gt; hw() const</div><div class="ttdoc">Gets H and W dimensions as a Coord&lt;2&gt; </div><div class="ttdef"><b>Definition:</b> tile_coord.h:119</div></div>
<div class="ttc" id="structcutlass_1_1Coord_html_a304334cbcad636d7b058fdc6310f0e6b"><div class="ttname"><a href="structcutlass_1_1Coord.html#a304334cbcad636d7b058fdc6310f0e6b">cutlass::Coord::operator-=</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE Coord &amp; operator-=(Coord const &amp;b)</div><div class="ttdoc">In-place subtraction. </div><div class="ttdef"><b>Definition:</b> coord.h:188</div></div>
<div class="ttc" id="structcutlass_1_1TileCoord_html_a5d2cc915343a3b90fb530348ddd329d2"><div class="ttname"><a href="structcutlass_1_1TileCoord.html#a5d2cc915343a3b90fb530348ddd329d2">cutlass::TileCoord::operator/</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE TileCoord operator/(Base const &amp;b) const</div><div class="ttdoc">Element-wise division. </div><div class="ttdef"><b>Definition:</b> tile_coord.h:159</div></div>
<div class="ttc" id="structcutlass_1_1Coord_html_ae4f2cb12b84411118cb93e7c4cb88b20"><div class="ttname"><a href="structcutlass_1_1Coord.html#ae4f2cb12b84411118cb93e7c4cb88b20">cutlass::Coord::operator+=</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE Coord &amp; operator+=(Coord const &amp;b)</div><div class="ttdoc">In-place addition. </div><div class="ttdef"><b>Definition:</b> coord.h:179</div></div>
<div class="ttc" id="structcutlass_1_1TileCoord_html_ab40c6bb58967d6be5a349bf6276c2eca"><div class="ttname"><a href="structcutlass_1_1TileCoord.html#ab40c6bb58967d6be5a349bf6276c2eca">cutlass::TileCoord::Base</a></div><div class="ttdeci">Coord&lt; 4, Index &gt; Base</div><div class="ttdoc">Underlying Coord&lt;4&gt; </div><div class="ttdef"><b>Definition:</b> tile_coord.h:46</div></div>
<div class="ttc" id="cutlass_8h_html_a28c2443a142676d3d71effdae1a986b1"><div class="ttname"><a href="cutlass_8h.html#a28c2443a142676d3d71effdae1a986b1">CUTLASS_HOST_DEVICE</a></div><div class="ttdeci">#define CUTLASS_HOST_DEVICE</div><div class="ttdef"><b>Definition:</b> cutlass.h:46</div></div>
<div class="ttc" id="structcutlass_1_1Coord_html_a9eff24a3b74b68d11839b92324613c93"><div class="ttname"><a href="structcutlass_1_1Coord.html#a9eff24a3b74b68d11839b92324613c93">cutlass::Coord&lt; 4, Index_ &gt;::at</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE Index &amp; at()</div><div class="ttdoc">Gets the index of a given Coord element. </div><div class="ttdef"><b>Definition:</b> coord.h:240</div></div>
<div class="ttc" id="structcutlass_1_1TileCoord_html_ac3207d8aa879c86a907cdcc93ccb2eb5"><div class="ttname"><a href="structcutlass_1_1TileCoord.html#ac3207d8aa879c86a907cdcc93ccb2eb5">cutlass::TileCoord::operator/=</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE TileCoord &amp; operator/=(Base const &amp;b)</div><div class="ttdoc">In-place division. </div><div class="ttdef"><b>Definition:</b> tile_coord.h:186</div></div>
<div class="ttc" id="structcutlass_1_1Coord_html_ac87199c4c9a4e20aac4eb6e3b9a68f28"><div class="ttname"><a href="structcutlass_1_1Coord.html#ac87199c4c9a4e20aac4eb6e3b9a68f28">cutlass::Coord::operator/=</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE Coord &amp; operator/=(Coord const &amp;b)</div><div class="ttdoc">In-place division. </div><div class="ttdef"><b>Definition:</b> coord.h:206</div></div>
<div class="ttc" id="structcutlass_1_1TileCoord_html_a2ff6ac0ad18cff304ee7f79597fdc274"><div class="ttname"><a href="structcutlass_1_1TileCoord.html#a2ff6ac0ad18cff304ee7f79597fdc274">cutlass::TileCoord::TileCoord</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE TileCoord(Index coord[4])</div><div class="ttdoc">Constructs from an array of coordinate elements. </div><div class="ttdef"><b>Definition:</b> tile_coord.h:79</div></div>
<div class="ttc" id="structcutlass_1_1TileCoord_html_ac2c14af3ceffd5ef8f17c9e0efb4e5ec"><div class="ttname"><a href="structcutlass_1_1TileCoord.html#ac2c14af3ceffd5ef8f17c9e0efb4e5ec">cutlass::TileCoord::kW</a></div><div class="ttdeci">static int kW</div><div class="ttdoc">W dimension. </div><div class="ttdef"><b>Definition:</b> tile_coord.h:55</div></div>
<div class="ttc" id="structcutlass_1_1Coord_html"><div class="ttname"><a href="structcutlass_1_1Coord.html">cutlass::Coord</a></div><div class="ttdoc">Statically-sized array specifying Coords within a tensor. </div><div class="ttdef"><b>Definition:</b> coord.h:49</div></div>
<div class="ttc" id="structcutlass_1_1TileCoord_html_a1d91ffa0a63ad03431ff79185526f92f"><div class="ttname"><a href="structcutlass_1_1TileCoord.html#a1d91ffa0a63ad03431ff79185526f92f">cutlass::TileCoord::h</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE Index &amp; h()</div><div class="ttdoc">Returns the H element of the coordinate. </div><div class="ttdef"><b>Definition:</b> tile_coord.h:99</div></div>
<div class="ttc" id="structcutlass_1_1TileCoord_html_a812760c633ea813db8a2bc24826c68df"><div class="ttname"><a href="structcutlass_1_1TileCoord.html#a812760c633ea813db8a2bc24826c68df">cutlass::TileCoord::operator+=</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE TileCoord &amp; operator+=(Base const &amp;b)</div><div class="ttdoc">In-place addition. </div><div class="ttdef"><b>Definition:</b> tile_coord.h:165</div></div>
<div class="ttc" id="structcutlass_1_1TileCoord_html_a3bfa2daa0e63144c1e8510ba336f185b"><div class="ttname"><a href="structcutlass_1_1TileCoord.html#a3bfa2daa0e63144c1e8510ba336f185b">cutlass::TileCoord::operator+</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE TileCoord operator+(Base const &amp;b) const</div><div class="ttdoc">Element-wise addition. </div><div class="ttdef"><b>Definition:</b> tile_coord.h:141</div></div>
<div class="ttc" id="structcutlass_1_1TileCoord_html_aec4ffcdc8fbf57a8b649fff38af55007"><div class="ttname"><a href="structcutlass_1_1TileCoord.html#aec4ffcdc8fbf57a8b649fff38af55007">cutlass::TileCoord::d</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE Index &amp; d()</div><div class="ttdoc">Returns the D element of the coordinate. </div><div class="ttdef"><b>Definition:</b> tile_coord.h:91</div></div>
</div><!-- fragment --></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:33 for Cutlass by &#160;<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>