119 lines
51 KiB
HTML
119 lines
51 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: 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&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> </ul>
|
||
|
</div>
|
||
|
</div><!-- top -->
|
||
|
<div class="header">
|
||
|
<div class="headertitle">
|
||
|
<div class="title">load_store.h</div> </div>
|
||
|
</div><!--header-->
|
||
|
<div class="contents">
|
||
|
<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> <span class="comment">/***************************************************************************************************</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <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> <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 name="l00022"></a><
|
||
|
<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:42</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_1Store_3_01Scalar___00_01Lanes___00_01Memory___00_01true_00_018_01_4_html_a027980b8456243974b0c442866a66e3a"><div class="ttname"><a href="structcutlass_1_1Store_3_01Scalar___00_01Lanes___00_01Memory___00_01true_00_018_01_4.html#a027980b8456243974b0c442866a66e3a">cutlass::Store< Scalar_, Lanes_, Memory_, true, 8 >::store</a></div><div class="ttdeci">static CUTLASS_DEVICE void store(AccessType const &src, Scalar_ *pointer, int offset)</div><div class="ttdoc">The store function. </div><div class="ttdef"><b>Definition:</b> load_store.h:163</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:39</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:43</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1Load_html_ad033ebc1452d96b18913333bf7068140"><div class="ttname"><a href="structcutlass_1_1Load.html#ad033ebc1452d96b18913333bf7068140">cutlass::Load::load</a></div><div class="ttdeci">static CUTLASS_DEVICE void load(AccessType &dst, Scalar_ const *pointer, int offset)</div><div class="ttdoc">The load function. </div><div class="ttdef"><b>Definition:</b> load_store.h:59</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1Load_3_01Scalar___00_01Lanes___00_01Memory___00_01true_00_0116_01_4_html_a942970f88e13c88f496a9da67ed47a6f"><div class="ttname"><a href="structcutlass_1_1Load_3_01Scalar___00_01Lanes___00_01Memory___00_01true_00_0116_01_4.html#a942970f88e13c88f496a9da67ed47a6f">cutlass::Load< Scalar_, Lanes_, Memory_, true, 16 >::AccessType</a></div><div class="ttdeci">Vectorize< Scalar_, Lanes_ >::Type AccessType</div><div class="ttdoc">The output type. </div><div class="ttdef"><b>Definition:</b> load_store.h:112</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1Store_3_01Scalar___00_01Lanes___00_01Memory___00_01true_00_014_01_4_html_a89f329ba11f96ee3ce4428cbc792ac3d"><div class="ttname"><a href="structcutlass_1_1Store_3_01Scalar___00_01Lanes___00_01Memory___00_01true_00_014_01_4.html#a89f329ba11f96ee3ce4428cbc792ac3d">cutlass::Store< Scalar_, Lanes_, Memory_, true, 4 >::AccessType</a></div><div class="ttdeci">Vectorize< Scalar_, Lanes_ >::Type AccessType</div><div class="ttdoc">The output type. </div><div class="ttdef"><b>Definition:</b> load_store.h:146</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:40</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:131</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1Store_html_a1117fa7b7bdeeb3a7f2d647a1d340aaf"><div class="ttname"><a href="structcutlass_1_1Store.html#a1117fa7b7bdeeb3a7f2d647a1d340aaf">cutlass::Store::store</a></div><div class="ttdeci">static CUTLASS_DEVICE void store(AccessType const &src, Scalar_ *pointer, int offset)</div><div class="ttdoc">The store function. </div><div class="ttdef"><b>Definition:</b> load_store.h:136</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:80</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1Store_3_01double_00_012_00_01Memory___00_01true_00_0116_01_4_html_ad073f5e8252ad24b086f14bd2a109cf9"><div class="ttname"><a href="structcutlass_1_1Store_3_01double_00_012_00_01Memory___00_01true_00_0116_01_4.html#ad073f5e8252ad24b086f14bd2a109cf9">cutlass::Store< double, 2, Memory_, true, 16 >::AccessType</a></div><div class="ttdeci">Vectorize< double, 2 >::Type AccessType</div><div class="ttdoc">The output type. </div><div class="ttdef"><b>Definition:</b> load_store.h:174</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:41</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1Load_3_01Scalar___00_01Lanes___00_01Memory___00_01true_00_014_01_4_html_aa9d5e227ea20ad3c6952f296016ec167"><div class="ttname"><a href="structcutlass_1_1Load_3_01Scalar___00_01Lanes___00_01Memory___00_01true_00_014_01_4.html#aa9d5e227ea20ad3c6952f296016ec167">cutlass::Load< Scalar_, Lanes_, Memory_, true, 4 >::load</a></div><div class="ttdeci">static CUTLASS_DEVICE void load(AccessType &dst, Scalar_ const *pointer, int offset)</div><div class="ttdoc">The store function. </div><div class="ttdef"><b>Definition:</b> load_store.h:72</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1Store_html_a8d2f927b2b61987dcea40e84f4575942"><div class="ttname"><a href="structcutlass_1_1Store.html#a8d2f927b2b61987dcea40e84f4575942">cutlass::Store::AccessType</a></div><div class="ttdeci">Vectorize< Scalar_, Lanes_ >::Type AccessType</div><div class="ttdoc">The output type. </div><div class="ttdef"><b>Definition:</b> load_store.h:133</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:61</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1Load_3_01Scalar___00_01Lanes___00_01Memory___00_01true_00_018_01_4_html_a0e58d26dd68aabb6cb9678f5656c7e6f"><div class="ttname"><a href="structcutlass_1_1Load_3_01Scalar___00_01Lanes___00_01Memory___00_01true_00_018_01_4.html#a0e58d26dd68aabb6cb9678f5656c7e6f">cutlass::Load< Scalar_, Lanes_, Memory_, true, 8 >::load</a></div><div class="ttdeci">static CUTLASS_DEVICE void load(AccessType &dst, Scalar_ const *pointer, int offset)</div><div class="ttdoc">The store function. </div><div class="ttdef"><b>Definition:</b> load_store.h:85</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:54</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1Load_3_01Scalar___00_01Lanes___00_01Memory___00_01true_00_018_01_4_html_a2b9faed8d92f55a46e313d79d214316d"><div class="ttname"><a href="structcutlass_1_1Load_3_01Scalar___00_01Lanes___00_01Memory___00_01true_00_018_01_4.html#a2b9faed8d92f55a46e313d79d214316d">cutlass::Load< Scalar_, Lanes_, Memory_, true, 8 >::AccessType</a></div><div class="ttdeci">Vectorize< Scalar_, Lanes_ >::Type AccessType</div><div class="ttdoc">The output type. </div><div class="ttdef"><b>Definition:</b> load_store.h:82</div></div>
|
||
|
<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>
|
||
|
<div class="ttc" id="structcutlass_1_1Store_3_01Scalar___00_01Lanes___00_01Memory___00_01true_00_018_01_4_html_ac0af6ae18137156abe24d6479232b955"><div class="ttname"><a href="structcutlass_1_1Store_3_01Scalar___00_01Lanes___00_01Memory___00_01true_00_018_01_4.html#ac0af6ae18137156abe24d6479232b955">cutlass::Store< Scalar_, Lanes_, Memory_, true, 8 >::AccessType</a></div><div class="ttdeci">Vectorize< Scalar_, Lanes_ >::Type AccessType</div><div class="ttdoc">The output type. </div><div class="ttdef"><b>Definition:</b> load_store.h:160</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1Load_3_01Scalar___00_01Lanes___00_01Memory___00_01true_00_0116_01_4_html_a4ee00178c441bdf4d4a1f8cf984bc03f"><div class="ttname"><a href="structcutlass_1_1Load_3_01Scalar___00_01Lanes___00_01Memory___00_01true_00_0116_01_4.html#a4ee00178c441bdf4d4a1f8cf984bc03f">cutlass::Load< Scalar_, Lanes_, Memory_, true, 16 >::load</a></div><div class="ttdeci">static CUTLASS_DEVICE void load(AccessType &dst, Scalar_ const *pointer, int offset)</div><div class="ttdoc">The store function. </div><div class="ttdef"><b>Definition:</b> load_store.h:115</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1Load_3_01Scalar___00_01Lanes___00_01Memory___00_01true_00_014_01_4_html_a5d7ed0abaeea99ec3399f8eea930f761"><div class="ttname"><a href="structcutlass_1_1Load_3_01Scalar___00_01Lanes___00_01Memory___00_01true_00_014_01_4.html#a5d7ed0abaeea99ec3399f8eea930f761">cutlass::Load< Scalar_, Lanes_, Memory_, true, 4 >::AccessType</a></div><div class="ttdeci">Vectorize< Scalar_, Lanes_ >::Type AccessType</div><div class="ttdoc">The output type. </div><div class="ttdef"><b>Definition:</b> load_store.h:69</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1Load_3_01double_00_012_00_01Memory___00_01true_00_0116_01_4_html_a7ba77016bee8e941f7831cc9fbfa994d"><div class="ttname"><a href="structcutlass_1_1Load_3_01double_00_012_00_01Memory___00_01true_00_0116_01_4.html#a7ba77016bee8e941f7831cc9fbfa994d">cutlass::Load< double, 2, Memory_, true, 16 >::load</a></div><div class="ttdeci">static CUTLASS_DEVICE void load(AccessType &dst, double const *pointer, int offset)</div><div class="ttdoc">The store function. </div><div class="ttdef"><b>Definition:</b> load_store.h:100</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1Load_3_01double_00_012_00_01Memory___00_01true_00_0116_01_4_html_a8611550c045d6def964d9dafb2be80c6"><div class="ttname"><a href="structcutlass_1_1Load_3_01double_00_012_00_01Memory___00_01true_00_0116_01_4.html#a8611550c045d6def964d9dafb2be80c6">cutlass::Load< double, 2, Memory_, true, 16 >::AccessType</a></div><div class="ttdeci">Vectorize< double, 2 >::Type AccessType</div><div class="ttdoc">The output type. </div><div class="ttdef"><b>Definition:</b> load_store.h:97</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1Load_html_ad0bf2da0c240f3a2a3f4c92162d347ae"><div class="ttname"><a href="structcutlass_1_1Load.html#ad0bf2da0c240f3a2a3f4c92162d347ae">cutlass::Load::AccessType</a></div><div class="ttdeci">Vectorize< Scalar_, Lanes_ >::Type AccessType</div><div class="ttdoc">The output type. </div><div class="ttdef"><b>Definition:</b> load_store.h:56</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1Store_3_01Scalar___00_01Lanes___00_01Memory___00_01true_00_0116_01_4_html_aa130564bb2eba7b07e1f183c98f1d9e2"><div class="ttname"><a href="structcutlass_1_1Store_3_01Scalar___00_01Lanes___00_01Memory___00_01true_00_0116_01_4.html#aa130564bb2eba7b07e1f183c98f1d9e2">cutlass::Store< Scalar_, Lanes_, Memory_, true, 16 >::store</a></div><div class="ttdeci">static CUTLASS_DEVICE void store(AccessType const &src, Scalar_ *pointer, int offset)</div><div class="ttdoc">The store function. </div><div class="ttdef"><b>Definition:</b> load_store.h:191</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1Store_3_01Scalar___00_01Lanes___00_01Memory___00_01true_00_014_01_4_html_a00f6bb93d318bf4cff35c9dabc630167"><div class="ttname"><a href="structcutlass_1_1Store_3_01Scalar___00_01Lanes___00_01Memory___00_01true_00_014_01_4.html#a00f6bb93d318bf4cff35c9dabc630167">cutlass::Store< Scalar_, Lanes_, Memory_, true, 4 >::store</a></div><div class="ttdeci">static CUTLASS_DEVICE void store(AccessType const &src, Scalar_ *pointer, int offset)</div><div class="ttdoc">The store function. </div><div class="ttdef"><b>Definition:</b> load_store.h:149</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1Store_3_01double_00_012_00_01Memory___00_01true_00_0116_01_4_html_ab70d04589637f285f861902f649f834e"><div class="ttname"><a href="structcutlass_1_1Store_3_01double_00_012_00_01Memory___00_01true_00_0116_01_4.html#ab70d04589637f285f861902f649f834e">cutlass::Store< double, 2, Memory_, true, 16 >::store</a></div><div class="ttdeci">static CUTLASS_DEVICE void store(AccessType const &src, double *pointer, int offset)</div><div class="ttdoc">The store function. </div><div class="ttdef"><b>Definition:</b> load_store.h:177</div></div>
|
||
|
</div><!-- fragment --></div><!-- contents -->
|
||
|
<!-- start footer part -->
|
||
|
<hr class="footer"/><address class="footer"><small>
|
||
|
Generated on Thu May 3 2018 16:36:12 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>
|