128 lines
90 KiB
HTML
128 lines
90 KiB
HTML
![]() |
<!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: threadblock_swizzle.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&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="dir_1417ee5ebebc309c36b7962f26a92c39.html">cutlass</a></li><li class="navelem"><a class="el" href="dir_18d6a367a3982a494d65599933fc67a3.html">gemm</a></li> </ul>
|
||
|
</div>
|
||
|
</div><!-- top -->
|
||
|
<div class="header">
|
||
|
<div class="headertitle">
|
||
|
<div class="title">gemm/threadblock_swizzle.h</div> </div>
|
||
|
</div><!--header-->
|
||
|
<div class="contents">
|
||
|
<a href="gemm_2threadblock__swizzle_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> <span class="comment">/***************************************************************************************************</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <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> <span class="comment"> *</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <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> <span class="comment"> * provided that the following conditions are met:</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <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> <span class="comment"> * conditions and the following disclaimer.</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <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> <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> <span class="comment"> * provided with the distribution.</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <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> <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> <span class="comment"> * permission.</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment"> *</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment"> * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <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> <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> <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> <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> <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> <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
|
||
|
<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_1gemm_1_1GemmCoord_html_a4062c040208868c75dbc6ba18910bffb"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmCoord.html#a4062c040208868c75dbc6ba18910bffb">cutlass::gemm::GemmCoord::knm</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE Coord< 3 > knm() const</div><div class="ttdoc">Obtains a Coord<3> from GemmCoord. </div><div class="ttdef"><b>Definition:</b> gemm_coord.h:121</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1gemm_1_1swizzleDirection_html_aba1528de966f236380c5f55942802fb8a7c9f735f930f7acf8a16ef43c5fadda5"><div class="ttname"><a href="structcutlass_1_1gemm_1_1swizzleDirection.html#aba1528de966f236380c5f55942802fb8a7c9f735f930f7acf8a16ef43c5fadda5">cutlass::gemm::swizzleDirection::OneDirection</a></div><div class="ttdef"><b>Definition:</b> gemm/threadblock_swizzle.h:37</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1gemm_1_1IdentityBlockSwizzle_html_a046a5dfd01164df2abd514e9a52987c3"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IdentityBlockSwizzle.html#a046a5dfd01164df2abd514e9a52987c3">cutlass::gemm::IdentityBlockSwizzle::IdentityBlockSwizzle</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE IdentityBlockSwizzle()</div><div class="ttdoc">Ctor. aka ColumnMajorBlockSwizzle<1> </div><div class="ttdef"><b>Definition:</b> gemm/threadblock_swizzle.h:67</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1gemm_1_1IdentityBlockSwizzle_html_a8f84a2b830caecff3edd052dc24635e6"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IdentityBlockSwizzle.html#a8f84a2b830caecff3edd052dc24635e6">cutlass::gemm::IdentityBlockSwizzle::get_batch_id</a></div><div class="ttdeci">CUTLASS_DEVICE int get_batch_id()</div><div class="ttdef"><b>Definition:</b> gemm/threadblock_swizzle.h:92</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1gemm_1_1ColumnMajorBlockSwizzle_html_a380fb7f905548c52933ea411166424b4"><div class="ttname"><a href="structcutlass_1_1gemm_1_1ColumnMajorBlockSwizzle.html#a380fb7f905548c52933ea411166424b4">cutlass::gemm::ColumnMajorBlockSwizzle::get_threadblock_offset</a></div><div class="ttdeci">CUTLASS_DEVICE Coord< 3 > get_threadblock_offset(Coord< 3 > const &OutputTile)</div><div class="ttdef"><b>Definition:</b> gemm/threadblock_swizzle.h:237</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_1gemm_1_1GemmCoord_html_a7c582518db6860e19286361b162c4fcd"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmCoord.html#a7c582518db6860e19286361b162c4fcd">cutlass::gemm::GemmCoord::n</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE Index const & n() const</div><div class="ttdoc">Returns the GEMM N coordinate. </div><div class="ttdef"><b>Definition:</b> gemm_coord.h:97</div></div>
|
||
|
<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< 1 > 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>
|
||
|
<div class="ttc" id="structcutlass_1_1gemm_1_1RowMajorBlockSwizzle_html_aba2c62f525e46ba1e4e55bd60868b505"><div class="ttname"><a href="structcutlass_1_1gemm_1_1RowMajorBlockSwizzle.html#aba2c62f525e46ba1e4e55bd60868b505">cutlass::gemm::RowMajorBlockSwizzle::is_last_partition</a></div><div class="ttdeci">CUTLASS_DEVICE bool is_last_partition()</div><div class="ttdoc">check if at the last partition </div><div class="ttdef"><b>Definition:</b> gemm/threadblock_swizzle.h:424</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmCoord_html"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmCoord.html">cutlass::gemm::GemmCoord</a></div><div class="ttdef"><b>Definition:</b> gemm_coord.h:43</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1gemm_1_1IdentityBlockSwizzle_html_a4afd3f4a5c5af95d33767d7fb9cf1232"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IdentityBlockSwizzle.html#a4afd3f4a5c5af95d33767d7fb9cf1232">cutlass::gemm::IdentityBlockSwizzle::get_threadblock_bounds</a></div><div class="ttdeci">CUTLASS_DEVICE Coord< 3 > get_threadblock_bounds(GemmCoord const &problem_size, int partitionK_range)</div><div class="ttdef"><b>Definition:</b> gemm/threadblock_swizzle.h:106</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1gemm_1_1ColumnMajorBlockSwizzle_html"><div class="ttname"><a href="structcutlass_1_1gemm_1_1ColumnMajorBlockSwizzle.html">cutlass::gemm::ColumnMajorBlockSwizzle</a></div><div class="ttdef"><b>Definition:</b> gemm/threadblock_swizzle.h:201</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1gemm_1_1RowMajorBlockSwizzle_html_af7c1b4e0afb08e893cd14a169a0b47cd"><div class="ttname"><a href="structcutlass_1_1gemm_1_1RowMajorBlockSwizzle.html#af7c1b4e0afb08e893cd14a169a0b47cd">cutlass::gemm::RowMajorBlockSwizzle::get_threadblock_offset</a></div><div class="ttdeci">CUTLASS_DEVICE Coord< 3 > get_threadblock_offset(Coord< 3 > const &OutputTile)</div><div class="ttdef"><b>Definition:</b> gemm/threadblock_swizzle.h:410</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1gemm_1_1RowMajorBlockSwizzle_html_a4ed7847f8ddad11a6765d914b6f32fcd"><div class="ttname"><a href="structcutlass_1_1gemm_1_1RowMajorBlockSwizzle.html#a4ed7847f8ddad11a6765d914b6f32fcd">cutlass::gemm::RowMajorBlockSwizzle::RowMajorBlockSwizzle</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE RowMajorBlockSwizzle()</div><div class="ttdoc">Ctor. </div><div class="ttdef"><b>Definition:</b> gemm/threadblock_swizzle.h:376</div></div>
|
||
|
<div class="ttc" id="namespacecutlass_1_1gemm_html_a2336880c866ef4e73bbe0c3dbcb6c40e"><div class="ttname"><a href="namespacecutlass_1_1gemm.html#a2336880c866ef4e73bbe0c3dbcb6c40e">cutlass::gemm::getLinearIdx</a></div><div class="ttdeci">CUTLASS_DEVICE int getLinearIdx(int groups)</div><div class="ttdef"><b>Definition:</b> gemm/threadblock_swizzle.h:41</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1gemm_1_1IdentityBlockSwizzle_html_afb0d53bc4c077c787f01e17931e06564"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IdentityBlockSwizzle.html#afb0d53bc4c077c787f01e17931e06564">cutlass::gemm::IdentityBlockSwizzle::is_last_partition</a></div><div class="ttdeci">CUTLASS_DEVICE bool is_last_partition()</div><div class="ttdoc">check if at the last partition </div><div class="ttdef"><b>Definition:</b> gemm/threadblock_swizzle.h:98</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1gemm_1_1ColumnMajorBlockSwizzle_html_a927ce3eed4cd22554f9e6fe20a1ccc6e"><div class="ttname"><a href="structcutlass_1_1gemm_1_1ColumnMajorBlockSwizzle.html#a927ce3eed4cd22554f9e6fe20a1ccc6e">cutlass::gemm::ColumnMajorBlockSwizzle::get_grid_layout</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE dim3 get_grid_layout(GemmCoord const &problem_size, Coord< 3 > const &OutputTile)</div><div class="ttdef"><b>Definition:</b> gemm/threadblock_swizzle.h:227</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1gemm_1_1ColumnMajorBlockSwizzle_html_a5ae6e14979379e5c917309896bd6d483"><div class="ttname"><a href="structcutlass_1_1gemm_1_1ColumnMajorBlockSwizzle.html#a5ae6e14979379e5c917309896bd6d483">cutlass::gemm::ColumnMajorBlockSwizzle::is_last_partition</a></div><div class="ttdeci">CUTLASS_DEVICE bool is_last_partition()</div><div class="ttdoc">check if at the last partition </div><div class="ttdef"><b>Definition:</b> gemm/threadblock_swizzle.h:251</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1gemm_1_1RowMajorBlockSwizzle_html_aa9fc825e19404ff527cb3d2dcc55ae1c"><div class="ttname"><a href="structcutlass_1_1gemm_1_1RowMajorBlockSwizzle.html#aa9fc825e19404ff527cb3d2dcc55ae1c">cutlass::gemm::RowMajorBlockSwizzle::get_grid_layout</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE dim3 get_grid_layout(GemmCoord const &problem_size, Coord< 3 > const &OutputTile)</div><div class="ttdef"><b>Definition:</b> gemm/threadblock_swizzle.h:400</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1gemm_1_1IdentityBlockSwizzle_html_a0a366c072ee66bbcb390acd7b8bbe5f8"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IdentityBlockSwizzle.html#a0a366c072ee66bbcb390acd7b8bbe5f8">cutlass::gemm::IdentityBlockSwizzle::swizzle</a></div><div class="ttdeci">CUTLASS_DEVICE dim3 swizzle()</div><div class="ttdoc">Swizzle the block index. </div><div class="ttdef"><b>Definition:</b> gemm/threadblock_swizzle.h:70</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1gemm_1_1ColumnMajorBlockSwizzle_html_abb21a72e2cef3217f446f70758c59c1e"><div class="ttname"><a href="structcutlass_1_1gemm_1_1ColumnMajorBlockSwizzle.html#abb21a72e2cef3217f446f70758c59c1e">cutlass::gemm::ColumnMajorBlockSwizzle::get_batch_id</a></div><div class="ttdeci">CUTLASS_DEVICE int get_batch_id()</div><div class="ttdef"><b>Definition:</b> gemm/threadblock_swizzle.h:245</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1gemm_1_1IdentityBlockSwizzle_html"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IdentityBlockSwizzle.html">cutlass::gemm::IdentityBlockSwizzle</a></div><div class="ttdef"><b>Definition:</b> gemm/threadblock_swizzle.h:65</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_1gemm_1_1IdentityBlockSwizzle_html_a386e5cf702b0dcc3d57f9fdb4ab5d236"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IdentityBlockSwizzle.html#a386e5cf702b0dcc3d57f9fdb4ab5d236">cutlass::gemm::IdentityBlockSwizzle::get_threadblock_offset</a></div><div class="ttdeci">CUTLASS_DEVICE Coord< 3 > get_threadblock_offset(Coord< 3 > const &OutputTile)</div><div class="ttdoc">get threadblock offset, without considering tha batch dim </div><div class="ttdef"><b>Definition:</b> gemm/threadblock_swizzle.h:84</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1gemm_1_1RowMajorBlockSwizzle_html_a9be74716c0e3dc6a7f4cdd64cbb16211"><div class="ttname"><a href="structcutlass_1_1gemm_1_1RowMajorBlockSwizzle.html#a9be74716c0e3dc6a7f4cdd64cbb16211">cutlass::gemm::RowMajorBlockSwizzle::get_batch_id</a></div><div class="ttdeci">CUTLASS_DEVICE int get_batch_id()</div><div class="ttdef"><b>Definition:</b> gemm/threadblock_swizzle.h:418</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1Coord_html"><div class="ttname"><a href="structcutlass_1_1Coord.html">cutlass::Coord< 3 ></a></div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1gemm_1_1ColumnMajorBlockSwizzle_html_a6d0ee4e76371af26030ab4922e6c915a"><div class="ttname"><a href="structcutlass_1_1gemm_1_1ColumnMajorBlockSwizzle.html#a6d0ee4e76371af26030ab4922e6c915a">cutlass::gemm::ColumnMajorBlockSwizzle::ColumnMajorBlockSwizzle</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE ColumnMajorBlockSwizzle()</div><div class="ttdoc">Ctor. </div><div class="ttdef"><b>Definition:</b> gemm/threadblock_swizzle.h:203</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1gemm_1_1ColumnMajorBlockSwizzle_html_aaeb1e1167144352521651547815e003b"><div class="ttname"><a href="structcutlass_1_1gemm_1_1ColumnMajorBlockSwizzle.html#aaeb1e1167144352521651547815e003b">cutlass::gemm::ColumnMajorBlockSwizzle::swizzle</a></div><div class="ttdeci">CUTLASS_DEVICE dim3 swizzle()</div><div class="ttdoc">Swizzle the block index. </div><div class="ttdef"><b>Definition:</b> gemm/threadblock_swizzle.h:206</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmCoord_html_a9167769a2b915eb92fb4ca37b9212793"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmCoord.html#a9167769a2b915eb92fb4ca37b9212793">cutlass::gemm::GemmCoord::m</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE Index const & m() const</div><div class="ttdoc">Returns the GEMM M coordinate. </div><div class="ttdef"><b>Definition:</b> gemm_coord.h:89</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1gemm_1_1RowMajorBlockSwizzle_html_a668d220ad1f163b72e40106b719e0c8d"><div class="ttname"><a href="structcutlass_1_1gemm_1_1RowMajorBlockSwizzle.html#a668d220ad1f163b72e40106b719e0c8d">cutlass::gemm::RowMajorBlockSwizzle::swizzle</a></div><div class="ttdeci">CUTLASS_DEVICE dim3 swizzle()</div><div class="ttdoc">Swizzle the block index. </div><div class="ttdef"><b>Definition:</b> gemm/threadblock_swizzle.h:379</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1gemm_1_1swizzleDirection_html_aba1528de966f236380c5f55942802fb8a3172f5122c4348fdf4eb2480601249fa"><div class="ttname"><a href="structcutlass_1_1gemm_1_1swizzleDirection.html#aba1528de966f236380c5f55942802fb8a3172f5122c4348fdf4eb2480601249fa">cutlass::gemm::swizzleDirection::Boustrophedon</a></div><div class="ttdef"><b>Definition:</b> gemm/threadblock_swizzle.h:37</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1gemm_1_1ColumnMajorBlockSwizzle_html_aa6839013e363a88eae3300fdb85d11bd"><div class="ttname"><a href="structcutlass_1_1gemm_1_1ColumnMajorBlockSwizzle.html#aa6839013e363a88eae3300fdb85d11bd">cutlass::gemm::ColumnMajorBlockSwizzle::get_threadblock_bounds</a></div><div class="ttdeci">CUTLASS_DEVICE Coord< 3 > get_threadblock_bounds(GemmCoord const &problem_size, int partitionK_range)</div><div class="ttdef"><b>Definition:</b> gemm/threadblock_swizzle.h:259</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1gemm_1_1GemmCoord_html_ac441e93411ed6954a93ab36f0c747d26"><div class="ttname"><a href="structcutlass_1_1gemm_1_1GemmCoord.html#ac441e93411ed6954a93ab36f0c747d26">cutlass::gemm::GemmCoord::batch</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE Index const & batch() const</div><div class="ttdoc">Returns the GEMM batch coordinate. </div><div class="ttdef"><b>Definition:</b> gemm_coord.h:113</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1gemm_1_1swizzleDirection_html_aba1528de966f236380c5f55942802fb8"><div class="ttname"><a href="structcutlass_1_1gemm_1_1swizzleDirection.html#aba1528de966f236380c5f55942802fb8">cutlass::gemm::swizzleDirection::Kind</a></div><div class="ttdeci">Kind</div><div class="ttdef"><b>Definition:</b> gemm/threadblock_swizzle.h:37</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1gemm_1_1swizzleDirection_html"><div class="ttname"><a href="structcutlass_1_1gemm_1_1swizzleDirection.html">cutlass::gemm::swizzleDirection</a></div><div class="ttdef"><b>Definition:</b> gemm/threadblock_swizzle.h:36</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1gemm_1_1RowMajorBlockSwizzle_html"><div class="ttname"><a href="structcutlass_1_1gemm_1_1RowMajorBlockSwizzle.html">cutlass::gemm::RowMajorBlockSwizzle</a></div><div class="ttdef"><b>Definition:</b> gemm/threadblock_swizzle.h:374</div></div>
|
||
|
<div class="ttc" id="gemm__coord_8h_html"><div class="ttname"><a href="gemm__coord_8h.html">gemm_coord.h</a></div><div class="ttdoc">GemmCoord is a structure derived from Coord<4> that specifies a location within the coordinate system...</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1gemm_1_1IdentityBlockSwizzle_html_afc20f302a5cc5b736cfc1c91dfcaa57c"><div class="ttname"><a href="structcutlass_1_1gemm_1_1IdentityBlockSwizzle.html#afc20f302a5cc5b736cfc1c91dfcaa57c">cutlass::gemm::IdentityBlockSwizzle::get_grid_layout</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE dim3 get_grid_layout(GemmCoord const &problem_size, Coord< 3 > const &OutputTile)</div><div class="ttdef"><b>Definition:</b> gemm/threadblock_swizzle.h:73</div></div>
|
||
|
</div><!-- fragment --></div><!-- contents -->
|
||
|
<!-- start footer part -->
|
||
|
<hr class="footer"/><address class="footer"><small>
|
||
|
Generated on Fri Oct 26 2018 14:53:33 for Cutlass by  <a href="http://www.doxygen.org/index.html">
|
||
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||
|
</a> 1.8.14
|
||
|
</small></address>
|
||
|
</body>
|
||
|
</html>
|