cutlass/docs/load__store_8h_source.html

142 lines
102 KiB
HTML
Raw Normal View History

2018-05-17 02:44:56 +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: load_store.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">load_store.h</div> </div>
</div><!--header-->
<div class="contents">
2018-09-20 05:02:08 +08:00
<a href="load__store_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, 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"></a><
<div class="ttc" id="structcutlass_1_1Load_3_01Scalar___00_01kAccessSize_00_01Memory___00_01FragmentElementType_1_1kS3de71ba9ef724a37fb1cf315da8bf9b5_html_a379269fb6baf7f5e5a1c3173ed048064"><div class="ttname"><a href="structcutlass_1_1Load_3_01Scalar___00_01kAccessSize_00_01Memory___00_01FragmentElementType_1_1kS3de71ba9ef724a37fb1cf315da8bf9b5.html#a379269fb6baf7f5e5a1c3173ed048064">cutlass::Load&lt; Scalar_, kAccessSize, Memory_, FragmentElementType::kScalar, Scalar_, kStride, 16 &gt;::AccessType</a></div><div class="ttdeci">Vectorize&lt; Scalar_, kAccessSize &gt;::Type AccessType</div><div class="ttdoc">The output type. </div><div class="ttdef"><b>Definition:</b> load_store.h:157</div></div>
<div class="ttc" id="structcutlass_1_1Load_3_01Scalar___00_01kAccessSize_00_01Memory___00_01FragmentElementType_1_1kSf1f63874ddc1302ed9e60e0478e1a8ad_html_a33f5160c8c038680ba2fe4c98cf036b0"><div class="ttname"><a href="structcutlass_1_1Load_3_01Scalar___00_01kAccessSize_00_01Memory___00_01FragmentElementType_1_1kSf1f63874ddc1302ed9e60e0478e1a8ad.html#a33f5160c8c038680ba2fe4c98cf036b0">cutlass::Load&lt; Scalar_, kAccessSize, Memory_, FragmentElementType::kScalar, Scalar_, 1, 2 &gt;::AccessType</a></div><div class="ttdeci">Vectorize&lt; Scalar_, kAccessSize &gt;::Type AccessType</div><div class="ttdoc">The output type. </div><div class="ttdef"><b>Definition:</b> load_store.h:77</div></div>
<div class="ttc" id="structcutlass_1_1Store_3_01double_00_012_00_01Memory___00_01FragmentElementType_1_1kScalar_00_0160391c6be5cb1d3f99e012a6a18e486d_html_a174ed368f1c702b4c958887f0b895eee"><div class="ttname"><a href="structcutlass_1_1Store_3_01double_00_012_00_01Memory___00_01FragmentElementType_1_1kScalar_00_0160391c6be5cb1d3f99e012a6a18e486d.html#a174ed368f1c702b4c958887f0b895eee">cutlass::Store&lt; double, 2, Memory_, FragmentElementType::kScalar, double, kStride, 16 &gt;::store</a></div><div class="ttdeci">static CUTLASS_HOST_DEVICE void store(AccessType const &amp;src, double *pointer, int offset)</div><div class="ttdoc">The store function. </div><div class="ttdef"><b>Definition:</b> load_store.h:238</div></div>
<div class="ttc" id="structcutlass_1_1Load_3_01Vector_3_01int4__t_00_018_01_4_00_01kAccessSize_00_01Memory___00_01Fra934529165fa8fecdd392b5302d25ef26_html_abc4f879290c847a6e73dc9e68a340f74"><div class="ttname"><a href="structcutlass_1_1Load_3_01Vector_3_01int4__t_00_018_01_4_00_01kAccessSize_00_01Memory___00_01Fra934529165fa8fecdd392b5302d25ef26.html#abc4f879290c847a6e73dc9e68a340f74">cutlass::Load&lt; Vector&lt; int4_t, 8 &gt;, kAccessSize, Memory_, FragmentElementType::kWmmaMatrix, FragmentElement_, kStride, size &gt;::load</a></div><div class="ttdeci">static CUTLASS_HOST_DEVICE void load(AccessType &amp;value, Vector&lt; int4_t, 8 &gt; const *pointer, int offset)</div><div class="ttdoc">The load function. </div><div class="ttdef"><b>Definition:</b> load_store.h:324</div></div>
<div class="ttc" id="structcutlass_1_1MemorySpace_html_a1e031ec41668015a8fe4ba2c1145d03ca2804339b2be64ff68ae3042073aaa7cc"><div class="ttname"><a href="structcutlass_1_1MemorySpace.html#a1e031ec41668015a8fe4ba2c1145d03ca2804339b2be64ff68ae3042073aaa7cc">cutlass::MemorySpace::kShared</a></div><div class="ttdef"><b>Definition:</b> load_store.h:41</div></div>
2018-05-17 02:44:56 +08:00
<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>
2018-09-20 05:02:08 +08:00
<div class="ttc" id="structcutlass_1_1Load_3_01Vector_3_01int4__t_00_018_01_4_00_01kAccessSize_00_01Memory___00_01Fra934529165fa8fecdd392b5302d25ef26_html_a2265e1ad87bc6fd227f0a83e7043c87a"><div class="ttname"><a href="structcutlass_1_1Load_3_01Vector_3_01int4__t_00_018_01_4_00_01kAccessSize_00_01Memory___00_01Fra934529165fa8fecdd392b5302d25ef26.html#a2265e1ad87bc6fd227f0a83e7043c87a">cutlass::Load&lt; Vector&lt; int4_t, 8 &gt;, kAccessSize, Memory_, FragmentElementType::kWmmaMatrix, FragmentElement_, kStride, size &gt;::AccessType</a></div><div class="ttdeci">FragmentElement_ AccessType</div><div class="ttdoc">The output type. </div><div class="ttdef"><b>Definition:</b> load_store.h:321</div></div>
<div class="ttc" id="structcutlass_1_1bin1__t_html"><div class="ttname"><a href="structcutlass_1_1bin1__t.html">cutlass::bin1_t</a></div><div class="ttdef"><b>Definition:</b> numeric_types.h:39</div></div>
<div class="ttc" id="structcutlass_1_1MemorySpace_html"><div class="ttname"><a href="structcutlass_1_1MemorySpace.html">cutlass::MemorySpace</a></div><div class="ttdoc">Enum to specify which memory space data resides in. </div><div class="ttdef"><b>Definition:</b> load_store.h:38</div></div>
<div class="ttc" id="structcutlass_1_1Store_3_01Scalar___00_01kAccessSize_00_01Memory___00_01FragmentElementType_1_1k28cc0b88a16efca73d258128312d2a7e_html_a535b4356c9bc21352fc2459b3c2246d1"><div class="ttname"><a href="structcutlass_1_1Store_3_01Scalar___00_01kAccessSize_00_01Memory___00_01FragmentElementType_1_1k28cc0b88a16efca73d258128312d2a7e.html#a535b4356c9bc21352fc2459b3c2246d1">cutlass::Store&lt; Scalar_, kAccessSize, Memory_, FragmentElementType::kScalar, Scalar_, 1, 2 &gt;::store</a></div><div class="ttdeci">static CUTLASS_HOST_DEVICE void store(AccessType const &amp;src, Scalar_ *pointer, int offset)</div><div class="ttdoc">The store function. </div><div class="ttdef"><b>Definition:</b> load_store.h:196</div></div>
<div class="ttc" id="structcutlass_1_1Store_3_01Scalar___00_01kAccessSize_00_01Memory___00_01FragmentElementType_1_1k220d5790f803f10840e2a92fb9a51dac_html_ae16a5d6d7a42ffeba0f0ebe2d252ec28"><div class="ttname"><a href="structcutlass_1_1Store_3_01Scalar___00_01kAccessSize_00_01Memory___00_01FragmentElementType_1_1k220d5790f803f10840e2a92fb9a51dac.html#ae16a5d6d7a42ffeba0f0ebe2d252ec28">cutlass::Store&lt; Scalar_, kAccessSize, Memory_, FragmentElementType::kScalar, Scalar_, kStride, 16 &gt;::store</a></div><div class="ttdeci">static CUTLASS_HOST_DEVICE void store(AccessType const &amp;src, Scalar_ *pointer, int offset)</div><div class="ttdoc">The store function. </div><div class="ttdef"><b>Definition:</b> load_store.h:252</div></div>
<div class="ttc" id="structcutlass_1_1Load_3_01Vector_3_01bin1__t_00_0132_01_4_00_01kAccessSize_00_01Memory___00_01Fra240d9c28383cd3945277ec3a927c538_html_ae5df4a17f7f946534cfe7cdbd325e301"><div class="ttname"><a href="structcutlass_1_1Load_3_01Vector_3_01bin1__t_00_0132_01_4_00_01kAccessSize_00_01Memory___00_01Fra240d9c28383cd3945277ec3a927c538.html#ae5df4a17f7f946534cfe7cdbd325e301">cutlass::Load&lt; Vector&lt; bin1_t, 32 &gt;, kAccessSize, Memory_, FragmentElementType::kWmmaMatrix, FragmentElement_, kStride, size &gt;::AccessType</a></div><div class="ttdeci">FragmentElement_ AccessType</div><div class="ttdoc">The output type. </div><div class="ttdef"><b>Definition:</b> load_store.h:297</div></div>
<div class="ttc" id="structcutlass_1_1FragmentElementType_html"><div class="ttname"><a href="structcutlass_1_1FragmentElementType.html">cutlass::FragmentElementType</a></div><div class="ttdoc">Specifies whether iterator storage fragment consists of Scalar values or WMMA matrix. </div><div class="ttdef"><b>Definition:</b> load_store.h:47</div></div>
<div class="ttc" id="structcutlass_1_1MemorySpace_html_a1e031ec41668015a8fe4ba2c1145d03cac4bd4070cc396d698beb7ca2e3bbff37"><div class="ttname"><a href="structcutlass_1_1MemorySpace.html#a1e031ec41668015a8fe4ba2c1145d03cac4bd4070cc396d698beb7ca2e3bbff37">cutlass::MemorySpace::kGlobal</a></div><div class="ttdef"><b>Definition:</b> load_store.h:42</div></div>
<div class="ttc" id="structcutlass_1_1FragmentElementType_html_a62883b0695dc3a7ff82916ff9d75df0ba6b5ad4d12e12461f93ccab8edb6cd0bd"><div class="ttname"><a href="structcutlass_1_1FragmentElementType.html#a62883b0695dc3a7ff82916ff9d75df0ba6b5ad4d12e12461f93ccab8edb6cd0bd">cutlass::FragmentElementType::kWmmaMatrix</a></div><div class="ttdef"><b>Definition:</b> load_store.h:48</div></div>
<div class="ttc" id="structcutlass_1_1Load_3_01Vector_3_01uint4__t_00_018_01_4_00_01kAccessSize_00_01Memory___00_01Fr23088b868c6eeec9377c46892553686f_html_ae82bca88b6dcca352bfb45d5789d9ce9"><div class="ttname"><a href="structcutlass_1_1Load_3_01Vector_3_01uint4__t_00_018_01_4_00_01kAccessSize_00_01Memory___00_01Fr23088b868c6eeec9377c46892553686f.html#ae82bca88b6dcca352bfb45d5789d9ce9">cutlass::Load&lt; Vector&lt; uint4_t, 8 &gt;, kAccessSize, Memory_, FragmentElementType::kWmmaMatrix, FragmentElement_, kStride, size &gt;::AccessType</a></div><div class="ttdeci">FragmentElement_ AccessType</div><div class="ttdoc">The output type. </div><div class="ttdef"><b>Definition:</b> load_store.h:345</div></div>
<div class="ttc" id="structcutlass_1_1Load_3_01double_00_012_00_01Memory___00_01FragmentElementType_1_1kScalar_00_01double_00_01kStride_00_0116_01_4_html_a925ca73bca88c8a1835061cc1391ae57"><div class="ttname"><a href="structcutlass_1_1Load_3_01double_00_012_00_01Memory___00_01FragmentElementType_1_1kScalar_00_01double_00_01kStride_00_0116_01_4.html#a925ca73bca88c8a1835061cc1391ae57">cutlass::Load&lt; double, 2, Memory_, FragmentElementType::kScalar, double, kStride, 16 &gt;::AccessType</a></div><div class="ttdeci">Vectorize&lt; double, 2 &gt;::Type AccessType</div><div class="ttdoc">The output type. </div><div class="ttdef"><b>Definition:</b> load_store.h:119</div></div>
<div class="ttc" id="structcutlass_1_1Store_html_a82acff2a97f8e08d040b4e603419c2c7"><div class="ttname"><a href="structcutlass_1_1Store.html#a82acff2a97f8e08d040b4e603419c2c7">cutlass::Store::AccessType</a></div><div class="ttdeci">Vectorize&lt; FragmentElement_, kAccessSize &gt;::Type AccessType</div><div class="ttdoc">The output type. </div><div class="ttdef"><b>Definition:</b> load_store.h:180</div></div>
<div class="ttc" id="structcutlass_1_1MemorySpace_html_a1e031ec41668015a8fe4ba2c1145d03c"><div class="ttname"><a href="structcutlass_1_1MemorySpace.html#a1e031ec41668015a8fe4ba2c1145d03c">cutlass::MemorySpace::Kind</a></div><div class="ttdeci">Kind</div><div class="ttdef"><b>Definition:</b> load_store.h:39</div></div>
<div class="ttc" id="structcutlass_1_1Store_html"><div class="ttname"><a href="structcutlass_1_1Store.html">cutlass::Store</a></div><div class="ttdef"><b>Definition:</b> load_store.h:178</div></div>
<div class="ttc" id="structcutlass_1_1Load_3_01Scalar___00_01kAccessSize_00_01Memory___00_01FragmentElementType_1_1kS3de71ba9ef724a37fb1cf315da8bf9b5_html_a7d3d3e156dc527f9c00acc7a66d21326"><div class="ttname"><a href="structcutlass_1_1Load_3_01Scalar___00_01kAccessSize_00_01Memory___00_01FragmentElementType_1_1kS3de71ba9ef724a37fb1cf315da8bf9b5.html#a7d3d3e156dc527f9c00acc7a66d21326">cutlass::Load&lt; Scalar_, kAccessSize, Memory_, FragmentElementType::kScalar, Scalar_, kStride, 16 &gt;::load</a></div><div class="ttdeci">static CUTLASS_HOST_DEVICE void load(AccessType &amp;dst, Scalar_ const *pointer, int offset)</div><div class="ttdoc">The load function. </div><div class="ttdef"><b>Definition:</b> load_store.h:160</div></div>
<div class="ttc" id="unioncutlass_1_1Vector_html_a29dab07949206cc1609543ffcefd1e5a"><div class="ttname"><a href="unioncutlass_1_1Vector.html#a29dab07949206cc1609543ffcefd1e5a">cutlass::Vector::registers</a></div><div class="ttdeci">uint32_t registers[kRegisters]</div><div class="ttdoc">The data in registers. </div><div class="ttdef"><b>Definition:</b> vector.h:81</div></div>
<div class="ttc" id="structcutlass_1_1Load_3_01Scalar___00_01kAccessSize_00_01Memory___00_01FragmentElementType_1_1kWe58d0048e24352beeec002fd483c53b2_html_a854c684b3f6c1a10b6e8fcf7967f6642"><div class="ttname"><a href="structcutlass_1_1Load_3_01Scalar___00_01kAccessSize_00_01Memory___00_01FragmentElementType_1_1kWe58d0048e24352beeec002fd483c53b2.html#a854c684b3f6c1a10b6e8fcf7967f6642">cutlass::Load&lt; Scalar_, kAccessSize, Memory_, FragmentElementType::kWmmaMatrix, FragmentElement_, kStride, size &gt;::load</a></div><div class="ttdeci">static CUTLASS_HOST_DEVICE void load(AccessType &amp;value, Scalar_ const *pointer, int offset)</div><div class="ttdoc">The load function. </div><div class="ttdef"><b>Definition:</b> load_store.h:277</div></div>
<div class="ttc" id="structcutlass_1_1Store_3_01Scalar___00_01kAccessSize_00_01Memory___00_01FragmentElementType_1_1k28cc0b88a16efca73d258128312d2a7e_html_ab4e4ac8a34b08fe38676f9fe7efe4c4f"><div class="ttname"><a href="structcutlass_1_1Store_3_01Scalar___00_01kAccessSize_00_01Memory___00_01FragmentElementType_1_1k28cc0b88a16efca73d258128312d2a7e.html#ab4e4ac8a34b08fe38676f9fe7efe4c4f">cutlass::Store&lt; Scalar_, kAccessSize, Memory_, FragmentElementType::kScalar, Scalar_, 1, 2 &gt;::AccessType</a></div><div class="ttdeci">Vectorize&lt; Scalar_, kAccessSize &gt;::Type AccessType</div><div class="ttdoc">The output type. </div><div class="ttdef"><b>Definition:</b> load_store.h:193</div></div>
<div class="ttc" id="structcutlass_1_1Load_3_01Scalar___00_01kAccessSize_00_01Memory___00_01FragmentElementType_1_1kS91ff65dd36f118bca4542df6128d6d99_html_a7eab78b09f87ca0ee3646eec4fd91b78"><div class="ttname"><a href="structcutlass_1_1Load_3_01Scalar___00_01kAccessSize_00_01Memory___00_01FragmentElementType_1_1kS91ff65dd36f118bca4542df6128d6d99.html#a7eab78b09f87ca0ee3646eec4fd91b78">cutlass::Load&lt; Scalar_, kAccessSize, Memory_, FragmentElementType::kScalar, Scalar_, kStride, 8 &gt;::AccessType</a></div><div class="ttdeci">Vectorize&lt; Scalar_, kAccessSize &gt;::Type AccessType</div><div class="ttdoc">The output type. </div><div class="ttdef"><b>Definition:</b> load_store.h:104</div></div>
<div class="ttc" id="structcutlass_1_1FragmentElementType_html_a62883b0695dc3a7ff82916ff9d75df0b"><div class="ttname"><a href="structcutlass_1_1FragmentElementType.html#a62883b0695dc3a7ff82916ff9d75df0b">cutlass::FragmentElementType::Kind</a></div><div class="ttdeci">Kind</div><div class="ttdef"><b>Definition:</b> load_store.h:48</div></div>
<div class="ttc" id="structcutlass_1_1MemorySpace_html_a1e031ec41668015a8fe4ba2c1145d03ca21a44c0b78017acea0d1ffe223e5ca38"><div class="ttname"><a href="structcutlass_1_1MemorySpace.html#a1e031ec41668015a8fe4ba2c1145d03ca21a44c0b78017acea0d1ffe223e5ca38">cutlass::MemorySpace::kGeneric</a></div><div class="ttdef"><b>Definition:</b> load_store.h:40</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_1Load_html_ad34e83ea01c482100c0557e23bc688f8"><div class="ttname"><a href="structcutlass_1_1Load.html#ad34e83ea01c482100c0557e23bc688f8">cutlass::Load::AccessType</a></div><div class="ttdeci">Vectorize&lt; Scalar_, kAccessSize &gt;::Type AccessType</div><div class="ttdoc">The output type. </div><div class="ttdef"><b>Definition:</b> load_store.h:62</div></div>
<div class="ttc" id="structcutlass_1_1Load_3_01Scalar___00_01kAccessSize_00_01Memory___00_01FragmentElementType_1_1kS91ff65dd36f118bca4542df6128d6d99_html_afee69b86f070e3badc75ab00bcc5996b"><div class="ttname"><a href="structcutlass_1_1Load_3_01Scalar___00_01kAccessSize_00_01Memory___00_01FragmentElementType_1_1kS91ff65dd36f118bca4542df6128d6d99.html#afee69b86f070e3badc75ab00bcc5996b">cutlass::Load&lt; Scalar_, kAccessSize, Memory_, FragmentElementType::kScalar, Scalar_, kStride, 8 &gt;::load</a></div><div class="ttdeci">static CUTLASS_HOST_DEVICE void load(AccessType &amp;dst, Scalar_ const *pointer, int offset)</div><div class="ttdoc">The load function. </div><div class="ttdef"><b>Definition:</b> load_store.h:107</div></div>
<div class="ttc" id="unioncutlass_1_1Vector_html"><div class="ttname"><a href="unioncutlass_1_1Vector.html">cutlass::Vector</a></div><div class="ttdef"><b>Definition:</b> vector.h:62</div></div>
<div class="ttc" id="structcutlass_1_1Load_html"><div class="ttname"><a href="structcutlass_1_1Load.html">cutlass::Load</a></div><div class="ttdef"><b>Definition:</b> load_store.h:60</div></div>
<div class="ttc" id="structcutlass_1_1Store_3_01Scalar___00_01kAccessSize_00_01Memory___00_01FragmentElementType_1_1kd9a7e85f80a21c504388612a60462417_html_a5ca5fcd2d6d2ca350d4470b4a3e65385"><div class="ttname"><a href="structcutlass_1_1Store_3_01Scalar___00_01kAccessSize_00_01Memory___00_01FragmentElementType_1_1kd9a7e85f80a21c504388612a60462417.html#a5ca5fcd2d6d2ca350d4470b4a3e65385">cutlass::Store&lt; Scalar_, kAccessSize, Memory_, FragmentElementType::kWmmaMatrix, FragmentElement_, kStride, size &gt;::AccessType</a></div><div class="ttdeci">FragmentElement_ AccessType</div><div class="ttdoc">The input type. </div><div class="ttdef"><b>Definition:</b> load_store.h:369</div></div>
<div class="ttc" id="structcutlass_1_1Load_3_01Scalar___00_01kAccessSize_00_01Memory___00_01FragmentElementType_1_1kS1b28106546bd22002cd52e60197548ce_html_a2e906364a0631c2c9f97acd0ae4a1873"><div class="ttname"><a href="structcutlass_1_1Load_3_01Scalar___00_01kAccessSize_00_01Memory___00_01FragmentElementType_1_1kS1b28106546bd22002cd52e60197548ce.html#a2e906364a0631c2c9f97acd0ae4a1873">cutlass::Load&lt; Scalar_, kAccessSize, Memory_, FragmentElementType::kScalar, Scalar_, kStride, 4 &gt;::load</a></div><div class="ttdeci">static CUTLASS_HOST_DEVICE void load(AccessType &amp;dst, Scalar_ const *pointer, int offset)</div><div class="ttdoc">The load function. </div><div class="ttdef"><b>Definition:</b> load_store.h:93</div></div>
<div class="ttc" id="structcutlass_1_1FragmentElementType_html_a62883b0695dc3a7ff82916ff9d75df0babb4fa5d034035e4c751287dd9e366f3b"><div class="ttname"><a href="structcutlass_1_1FragmentElementType.html#a62883b0695dc3a7ff82916ff9d75df0babb4fa5d034035e4c751287dd9e366f3b">cutlass::FragmentElementType::kScalar</a></div><div class="ttdef"><b>Definition:</b> load_store.h:48</div></div>
<div class="ttc" id="structcutlass_1_1Vectorize_html_a070ec95f4297d769ee53a4d8a650c05e"><div class="ttname"><a href="structcutlass_1_1Vectorize.html#a070ec95f4297d769ee53a4d8a650c05e">cutlass::Vectorize::Type</a></div><div class="ttdeci">Vector&lt; Element_, kLanes_ &gt; Type</div><div class="ttdef"><b>Definition:</b> vector.h:271</div></div>
2018-05-17 02:44:56 +08:00
<div class="ttc" id="vector_8h_html"><div class="ttname"><a href="vector_8h.html">vector.h</a></div><div class="ttdoc">Defines a 1D vector of elements held in the registers of each thread. </div></div>
2018-09-20 05:02:08 +08:00
<div class="ttc" id="structcutlass_1_1Store_3_01Scalar___00_01kAccessSize_00_01Memory___00_01FragmentElementType_1_1k220d5790f803f10840e2a92fb9a51dac_html_affe0bee9dcc3d88c169472b421449900"><div class="ttname"><a href="structcutlass_1_1Store_3_01Scalar___00_01kAccessSize_00_01Memory___00_01FragmentElementType_1_1k220d5790f803f10840e2a92fb9a51dac.html#affe0bee9dcc3d88c169472b421449900">cutlass::Store&lt; Scalar_, kAccessSize, Memory_, FragmentElementType::kScalar, Scalar_, kStride, 16 &gt;::AccessType</a></div><div class="ttdeci">Vectorize&lt; Scalar_, kAccessSize &gt;::Type AccessType</div><div class="ttdoc">The output type. </div><div class="ttdef"><b>Definition:</b> load_store.h:249</div></div>
<div class="ttc" id="structcutlass_1_1Load_3_01Vector_3_01uint4__t_00_018_01_4_00_01kAccessSize_00_01Memory___00_01Fr23088b868c6eeec9377c46892553686f_html_af587adae1103b4242e0d56eb902f9302"><div class="ttname"><a href="structcutlass_1_1Load_3_01Vector_3_01uint4__t_00_018_01_4_00_01kAccessSize_00_01Memory___00_01Fr23088b868c6eeec9377c46892553686f.html#af587adae1103b4242e0d56eb902f9302">cutlass::Load&lt; Vector&lt; uint4_t, 8 &gt;, kAccessSize, Memory_, FragmentElementType::kWmmaMatrix, FragmentElement_, kStride, size &gt;::load</a></div><div class="ttdeci">static CUTLASS_HOST_DEVICE void load(AccessType &amp;value, Vector&lt; uint4_t, 8 &gt; const *pointer, int offset)</div><div class="ttdoc">The load function. </div><div class="ttdef"><b>Definition:</b> load_store.h:348</div></div>
<div class="ttc" id="structcutlass_1_1uint4__t_html"><div class="ttname"><a href="structcutlass_1_1uint4__t.html">cutlass::uint4_t</a></div><div class="ttdef"><b>Definition:</b> numeric_types.h:43</div></div>
<div class="ttc" id="structcutlass_1_1Load_3_01Scalar___00_01kAccessSize_00_01Memory___00_01FragmentElementType_1_1kS1b28106546bd22002cd52e60197548ce_html_ab3f1d2f24c3aaec7690aae184b57bc59"><div class="ttname"><a href="structcutlass_1_1Load_3_01Scalar___00_01kAccessSize_00_01Memory___00_01FragmentElementType_1_1kS1b28106546bd22002cd52e60197548ce.html#ab3f1d2f24c3aaec7690aae184b57bc59">cutlass::Load&lt; Scalar_, kAccessSize, Memory_, FragmentElementType::kScalar, Scalar_, kStride, 4 &gt;::AccessType</a></div><div class="ttdeci">Vectorize&lt; Scalar_, kAccessSize &gt;::Type AccessType</div><div class="ttdoc">The output type. </div><div class="ttdef"><b>Definition:</b> load_store.h:90</div></div>
<div class="ttc" id="structcutlass_1_1Store_html_a187b63f682f7f00f8bf9ed3ee59d602f"><div class="ttname"><a href="structcutlass_1_1Store.html#a187b63f682f7f00f8bf9ed3ee59d602f">cutlass::Store::store</a></div><div class="ttdeci">static CUTLASS_HOST_DEVICE void store(AccessType const &amp;src, Scalar_ *pointer, int offset)</div><div class="ttdoc">The store function. </div><div class="ttdef"><b>Definition:</b> load_store.h:183</div></div>
<div class="ttc" id="structcutlass_1_1Store_3_01Scalar___00_01kAccessSize_00_01Memory___00_01FragmentElementType_1_1ke6d73d34fa7b5254cf828804a19842e1_html_a1fcdc328d4b2deb1c50be5d31ef9e55f"><div class="ttname"><a href="structcutlass_1_1Store_3_01Scalar___00_01kAccessSize_00_01Memory___00_01FragmentElementType_1_1ke6d73d34fa7b5254cf828804a19842e1.html#a1fcdc328d4b2deb1c50be5d31ef9e55f">cutlass::Store&lt; Scalar_, kAccessSize, Memory_, FragmentElementType::kScalar, Scalar_, kStride, 8 &gt;::store</a></div><div class="ttdeci">static CUTLASS_HOST_DEVICE void store(AccessType const &amp;src, Scalar_ *pointer, int offset)</div><div class="ttdoc">The store function. </div><div class="ttdef"><b>Definition:</b> load_store.h:224</div></div>
<div class="ttc" id="structcutlass_1_1Store_3_01Scalar___00_01kAccessSize_00_01Memory___00_01FragmentElementType_1_1ke6d73d34fa7b5254cf828804a19842e1_html_a3fe2c0be6113ecb0ae4535cccb87680b"><div class="ttname"><a href="structcutlass_1_1Store_3_01Scalar___00_01kAccessSize_00_01Memory___00_01FragmentElementType_1_1ke6d73d34fa7b5254cf828804a19842e1.html#a3fe2c0be6113ecb0ae4535cccb87680b">cutlass::Store&lt; Scalar_, kAccessSize, Memory_, FragmentElementType::kScalar, Scalar_, kStride, 8 &gt;::AccessType</a></div><div class="ttdeci">Vectorize&lt; Scalar_, kAccessSize &gt;::Type AccessType</div><div class="ttdoc">The output type. </div><div class="ttdef"><b>Definition:</b> load_store.h:221</div></div>
<div class="ttc" id="structcutlass_1_1Store_3_01Scalar___00_01kAccessSize_00_01Memory___00_01FragmentElementType_1_1k40d038d4bce377843c21a56ebf97d011_html_a996c9a38e018d250ce8f0a7a474bc6e6"><div class="ttname"><a href="structcutlass_1_1Store_3_01Scalar___00_01kAccessSize_00_01Memory___00_01FragmentElementType_1_1k40d038d4bce377843c21a56ebf97d011.html#a996c9a38e018d250ce8f0a7a474bc6e6">cutlass::Store&lt; Scalar_, kAccessSize, Memory_, FragmentElementType::kScalar, Scalar_, kStride, 4 &gt;::AccessType</a></div><div class="ttdeci">Vectorize&lt; Scalar_, kAccessSize &gt;::Type AccessType</div><div class="ttdoc">The output type. </div><div class="ttdef"><b>Definition:</b> load_store.h:207</div></div>
<div class="ttc" id="structcutlass_1_1Store_3_01Scalar___00_01kAccessSize_00_01Memory___00_01FragmentElementType_1_1kd9a7e85f80a21c504388612a60462417_html_a298a08c8c4c1ea871e92e2491b2cb549"><div class="ttname"><a href="structcutlass_1_1Store_3_01Scalar___00_01kAccessSize_00_01Memory___00_01FragmentElementType_1_1kd9a7e85f80a21c504388612a60462417.html#a298a08c8c4c1ea871e92e2491b2cb549">cutlass::Store&lt; Scalar_, kAccessSize, Memory_, FragmentElementType::kWmmaMatrix, FragmentElement_, kStride, size &gt;::store</a></div><div class="ttdeci">static CUTLASS_HOST_DEVICE void store(AccessType const &amp;value, Scalar_ *pointer, int offset)</div><div class="ttdoc">The store function. </div><div class="ttdef"><b>Definition:</b> load_store.h:372</div></div>
<div class="ttc" id="structcutlass_1_1int4__t_html"><div class="ttname"><a href="structcutlass_1_1int4__t.html">cutlass::int4_t</a></div><div class="ttdef"><b>Definition:</b> numeric_types.h:41</div></div>
<div class="ttc" id="structcutlass_1_1Load_3_01Scalar___00_01kAccessSize_00_01Memory___00_01FragmentElementType_1_1kWe58d0048e24352beeec002fd483c53b2_html_a1aa08c9c7424ba4f998d7445ba83eaab"><div class="ttname"><a href="structcutlass_1_1Load_3_01Scalar___00_01kAccessSize_00_01Memory___00_01FragmentElementType_1_1kWe58d0048e24352beeec002fd483c53b2.html#a1aa08c9c7424ba4f998d7445ba83eaab">cutlass::Load&lt; Scalar_, kAccessSize, Memory_, FragmentElementType::kWmmaMatrix, FragmentElement_, kStride, size &gt;::AccessType</a></div><div class="ttdeci">FragmentElement_ AccessType</div><div class="ttdoc">The output type. </div><div class="ttdef"><b>Definition:</b> load_store.h:274</div></div>
<div class="ttc" id="structcutlass_1_1Store_3_01Scalar___00_01kAccessSize_00_01Memory___00_01FragmentElementType_1_1k40d038d4bce377843c21a56ebf97d011_html_a453a2eed81a86d6637778a50bed06b59"><div class="ttname"><a href="structcutlass_1_1Store_3_01Scalar___00_01kAccessSize_00_01Memory___00_01FragmentElementType_1_1k40d038d4bce377843c21a56ebf97d011.html#a453a2eed81a86d6637778a50bed06b59">cutlass::Store&lt; Scalar_, kAccessSize, Memory_, FragmentElementType::kScalar, Scalar_, kStride, 4 &gt;::store</a></div><div class="ttdeci">static CUTLASS_HOST_DEVICE void store(AccessType const &amp;src, Scalar_ *pointer, int offset)</div><div class="ttdoc">The store function. </div><div class="ttdef"><b>Definition:</b> load_store.h:210</div></div>
<div class="ttc" id="structcutlass_1_1Store_3_01double_00_012_00_01Memory___00_01FragmentElementType_1_1kScalar_00_0160391c6be5cb1d3f99e012a6a18e486d_html_a6c7ee589e65cf77578402a5ae01afe44"><div class="ttname"><a href="structcutlass_1_1Store_3_01double_00_012_00_01Memory___00_01FragmentElementType_1_1kScalar_00_0160391c6be5cb1d3f99e012a6a18e486d.html#a6c7ee589e65cf77578402a5ae01afe44">cutlass::Store&lt; double, 2, Memory_, FragmentElementType::kScalar, double, kStride, 16 &gt;::AccessType</a></div><div class="ttdeci">Vectorize&lt; double, 2 &gt;::Type AccessType</div><div class="ttdoc">The output type. </div><div class="ttdef"><b>Definition:</b> load_store.h:235</div></div>
<div class="ttc" id="structcutlass_1_1Load_html_a0d13c39fdb813c3f043cdfaf0f1221a7"><div class="ttname"><a href="structcutlass_1_1Load.html#a0d13c39fdb813c3f043cdfaf0f1221a7">cutlass::Load::load</a></div><div class="ttdeci">static CUTLASS_HOST_DEVICE void load(AccessType &amp;dst, Scalar_ const *pointer, int offset)</div><div class="ttdoc">The load function. </div><div class="ttdef"><b>Definition:</b> load_store.h:65</div></div>
<div class="ttc" id="structcutlass_1_1Load_3_01Scalar___00_01kAccessSize_00_01Memory___00_01FragmentElementType_1_1kSf1f63874ddc1302ed9e60e0478e1a8ad_html_a4bab8959d29ee868fb6b3e1f9abc04fc"><div class="ttname"><a href="structcutlass_1_1Load_3_01Scalar___00_01kAccessSize_00_01Memory___00_01FragmentElementType_1_1kSf1f63874ddc1302ed9e60e0478e1a8ad.html#a4bab8959d29ee868fb6b3e1f9abc04fc">cutlass::Load&lt; Scalar_, kAccessSize, Memory_, FragmentElementType::kScalar, Scalar_, 1, 2 &gt;::load</a></div><div class="ttdeci">static CUTLASS_HOST_DEVICE void load(AccessType &amp;dst, Scalar_ const *pointer, int offset)</div><div class="ttdoc">The load function. </div><div class="ttdef"><b>Definition:</b> load_store.h:80</div></div>
<div class="ttc" id="structcutlass_1_1Load_3_01double_00_012_00_01Memory___00_01FragmentElementType_1_1kScalar_00_01double_00_01kStride_00_0116_01_4_html_a7d9027453aa78d4448d70dc44307791e"><div class="ttname"><a href="structcutlass_1_1Load_3_01double_00_012_00_01Memory___00_01FragmentElementType_1_1kScalar_00_01double_00_01kStride_00_0116_01_4.html#a7d9027453aa78d4448d70dc44307791e">cutlass::Load&lt; double, 2, Memory_, FragmentElementType::kScalar, double, kStride, 16 &gt;::load</a></div><div class="ttdeci">static CUTLASS_HOST_DEVICE void load(AccessType &amp;dst, double const *pointer, int offset)</div><div class="ttdoc">The load function. </div><div class="ttdef"><b>Definition:</b> load_store.h:122</div></div>
2018-05-17 02:44:56 +08:00
</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-05-17 02:44:56 +08:00
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
</body>
</html>