128 lines
66 KiB
HTML
128 lines
66 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: 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&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">coord.h</div> </div>
|
||
|
</div><!--header-->
|
||
|
<div class="contents">
|
||
|
<a href="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> <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 name="l00022"></a><s
|
||
|
<div class="ttc" id="structcutlass_1_1Coord_html_a40429a9154f7a142ad7e9eb35282d196"><div class="ttname"><a href="structcutlass_1_1Coord.html#a40429a9154f7a142ad7e9eb35282d196">cutlass::Coord::count</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE int count() const</div><div class="ttdoc">Returns the product of all elements. </div><div class="ttdef"><b>Definition:</b> coord.h:228</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1Identity_html"><div class="ttname"><a href="structcutlass_1_1Identity.html">cutlass::Identity</a></div><div class="ttdoc">Describes identity elements. </div><div class="ttdef"><b>Definition:</b> coord.h:38</div></div>
|
||
|
<div class="ttc" id="namespacecutlass_1_1platform_html_af6a9a165e53d7e85ae121d5789aa03e0"><div class="ttname"><a href="namespacecutlass_1_1platform.html#af6a9a165e53d7e85ae121d5789aa03e0">cutlass::platform::max</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE constexpr const T & max(const T &a, const T &b)</div><div class="ttdoc">std::max </div><div class="ttdef"><b>Definition:</b> platform.h:207</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_1Coord_html_acfa94aabd0c9a71ee994ca479d5f515f"><div class="ttname"><a href="structcutlass_1_1Coord.html#acfa94aabd0c9a71ee994ca479d5f515f">cutlass::Coord::operator==</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE bool operator==(Coord< N > const &b) const</div><div class="ttdoc">Determines if two Coord<> objects are equal. </div><div class="ttdef"><b>Definition:</b> coord.h:205</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1Coord_html_aeb209486943fa9d42911325b16e49e09"><div class="ttname"><a href="structcutlass_1_1Coord.html#aeb209486943fa9d42911325b16e49e09">cutlass::Coord::operator+=</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE Coord & operator+=(Coord const &b)</div><div class="ttdoc">In-place addition. </div><div class="ttdef"><b>Definition:</b> coord.h:124</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1Coord_html_a7fb46873e8f3cf38212703d35bd36995"><div class="ttname"><a href="structcutlass_1_1Coord.html#a7fb46873e8f3cf38212703d35bd36995">cutlass::Coord::operator!=</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE bool operator!=(Coord< N > const &b) const</div><div class="ttdoc">Not equal. </div><div class="ttdef"><b>Definition:</b> coord.h:215</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:241</div></div>
|
||
|
<div class="ttc" id="namespacecutlass_html_a71f3e2a12b9e98be1fba082610fa9d4f"><div class="ttname"><a href="namespacecutlass.html#a71f3e2a12b9e98be1fba082610fa9d4f">cutlass::get_Coord_hwc</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE Coord< 3 > get_Coord_hwc(Coord< 4 > const &coord)</div><div class="ttdoc">Getter. </div><div class="ttdef"><b>Definition:</b> coord.h:279</div></div>
|
||
|
<div class="ttc" id="namespacecutlass_html_a4680709eeeb679ef0219938f85f7394e"><div class="ttname"><a href="namespacecutlass.html#a4680709eeeb679ef0219938f85f7394e">cutlass::get_Coord_dhw</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE Coord< 3 > get_Coord_dhw(Coord< 4 > const &coord)</div><div class="ttdoc">Getter. </div><div class="ttdef"><b>Definition:</b> coord.h:283</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1Coord_html_a482ada6da62f427987c22098796fcf7e"><div class="ttname"><a href="structcutlass_1_1Coord.html#a482ada6da62f427987c22098796fcf7e">cutlass::Coord::clamp</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE Coord & clamp(Coord< N > const &max, Coord< N > const &min=Coord< N >())</div><div class="ttdoc">Clamps a coordinate to a range specified by maximum and minimum values. </div><div class="ttdef"><b>Definition:</b> coord.h:219</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1Coord_html_af9cc7ab2088544d1240ac51c4c6e685d"><div class="ttname"><a href="structcutlass_1_1Coord.html#af9cc7ab2088544d1240ac51c4c6e685d">cutlass::Coord::at</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE int const & at() const</div><div class="ttdoc">Gets the index of a given Coord element. </div><div class="ttdef"><b>Definition:</b> coord.h:195</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1Coord_html_a87f485be079fa68bcf576da4d56f0ece"><div class="ttname"><a href="structcutlass_1_1Coord.html#a87f485be079fa68bcf576da4d56f0ece">cutlass::Coord::operator/</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE Coord operator/(Coord const &b) const</div><div class="ttdoc">Element-wise division. </div><div class="ttdef"><b>Definition:</b> coord.h:114</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1Identity_html_a37966282c824c6d0e32b432275ea8375"><div class="ttname"><a href="structcutlass_1_1Identity.html#a37966282c824c6d0e32b432275ea8375">cutlass::Identity::Kind</a></div><div class="ttdeci">Kind</div><div class="ttdef"><b>Definition:</b> coord.h:41</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1Coord_html_ad4b3704d14057c043f972827671115cf"><div class="ttname"><a href="structcutlass_1_1Coord.html#ad4b3704d14057c043f972827671115cf">cutlass::Coord::dot</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE T dot(Coord const &b, T sum) const</div><div class="ttdoc">Computes the dot product of two Coord instances. </div><div class="ttdef"><b>Definition:</b> coord.h:166</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1Coord_html_a53a3d88a884f6cb7fda8aedfe2cec2c5"><div class="ttname"><a href="structcutlass_1_1Coord.html#a53a3d88a884f6cb7fda8aedfe2cec2c5">cutlass::Coord::Coord</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE Coord(int _idx[])</div><div class="ttdoc">Constructs from an array of integers. </div><div class="ttdef"><b>Definition:</b> coord.h:76</div></div>
|
||
|
<div class="ttc" id="platform_8h_html_abd31f291635329bc15292954f1f01d38"><div class="ttname"><a href="platform_8h.html#abd31f291635329bc15292954f1f01d38">__NV_STD_MAX</a></div><div class="ttdeci">#define __NV_STD_MAX(a, b)</div><div class="ttdoc">Select maximum(a, b) </div><div class="ttdef"><b>Definition:</b> platform.h:155</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1Coord_html_ab511a16210d1b94449f5bc6476f6a266"><div class="ttname"><a href="structcutlass_1_1Coord.html#ab511a16210d1b94449f5bc6476f6a266">cutlass::Coord::at</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE int & at(int dim)</div><div class="ttdoc">Access via index; may limit unrolling potential. </div><div class="ttdef"><b>Definition:</b> coord.h:191</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1Coord_html_ab7fc89de3ccd7096ab275fb5dd40104c"><div class="ttname"><a href="structcutlass_1_1Coord.html#ab7fc89de3ccd7096ab275fb5dd40104c">cutlass::Coord::operator[]</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE int & operator[](int dim)</div><div class="ttdoc">Member access operator. </div><div class="ttdef"><b>Definition:</b> coord.h:159</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1Coord_html_ac1795ec2a5890d8a39840567a4bea88e"><div class="ttname"><a href="structcutlass_1_1Coord.html#ac1795ec2a5890d8a39840567a4bea88e">cutlass::Coord::operator-=</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE Coord & operator-=(Coord const &b)</div><div class="ttdoc">In-place subtraction. </div><div class="ttdef"><b>Definition:</b> coord.h:133</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1Coord_html_a8e4f7df55a75d040cf50cf9984c04c8a"><div class="ttname"><a href="structcutlass_1_1Coord.html#a8e4f7df55a75d040cf50cf9984c04c8a">cutlass::Coord::operator*</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE Coord operator*(Coord const &b) const</div><div class="ttdoc">Element-wise multiplication. </div><div class="ttdef"><b>Definition:</b> coord.h:104</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1Coord_html_a9cbfff91f0b0d0a149534c97e3d6e69b"><div class="ttname"><a href="structcutlass_1_1Coord.html#a9cbfff91f0b0d0a149534c97e3d6e69b">cutlass::Coord::Coord</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE Coord(int value=0)</div><div class="ttdoc">Default ctor initializes uniformly. </div><div class="ttdef"><b>Definition:</b> coord.h:68</div></div>
|
||
|
<div class="ttc" id="namespacecutlass_html_a7d2ab683e29b47d245e183ad5aeb962e"><div class="ttname"><a href="namespacecutlass.html#a7d2ab683e29b47d245e183ad5aeb962e">cutlass::get_Coord_hw</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE Coord< 2 > get_Coord_hw(Coord< 3 > const &coord)</div><div class="ttdoc">Getter. </div><div class="ttdef"><b>Definition:</b> coord.h:271</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1Coord_html_a3f2f5a9d7ef2063456c4d9f7e57e71ca"><div class="ttname"><a href="structcutlass_1_1Coord.html#a3f2f5a9d7ef2063456c4d9f7e57e71ca">cutlass::Coord::N</a></div><div class="ttdeci">static int const N</div><div class="ttdef"><b>Definition:</b> coord.h:53</div></div>
|
||
|
<div class="ttc" id="platform_8h_html_a39e234a3e3b0018b58df720bcb143420"><div class="ttname"><a href="platform_8h.html#a39e234a3e3b0018b58df720bcb143420">__NV_STD_MIN</a></div><div class="ttdeci">#define __NV_STD_MIN(a, b)</div><div class="ttdoc">Select minimum(a, b) </div><div class="ttdef"><b>Definition:</b> platform.h:160</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1Coord_html_ae023c0c664c22a978e9b9ce5e063aae4"><div class="ttname"><a href="structcutlass_1_1Coord.html#ae023c0c664c22a978e9b9ce5e063aae4">cutlass::Coord::dot</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE T dot(Coord const &b) const</div><div class="ttdoc">Computes the dot product of two Coord instances. </div><div class="ttdef"><b>Definition:</b> coord.h:175</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1Coord_html_acc510511ffb52bed7f6a52f14b99750d"><div class="ttname"><a href="structcutlass_1_1Coord.html#acc510511ffb52bed7f6a52f14b99750d">cutlass::Coord::operator-</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE Coord operator-(Coord const &b) const</div><div class="ttdoc">Element-wise subtraction. </div><div class="ttdef"><b>Definition:</b> coord.h:94</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="namespacecutlass_1_1platform_html_a57c071d2a7305dd4ec60542e66b0c81c"><div class="ttname"><a href="namespacecutlass_1_1platform.html#a57c071d2a7305dd4ec60542e66b0c81c">cutlass::platform::min</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE constexpr const T & min(const T &a, const T &b)</div><div class="ttdoc">std::min </div><div class="ttdef"><b>Definition:</b> platform.h:201</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1Identity_html_a37966282c824c6d0e32b432275ea8375af0cc1d8a713958a86af1063595604597"><div class="ttname"><a href="structcutlass_1_1Identity.html#a37966282c824c6d0e32b432275ea8375af0cc1d8a713958a86af1063595604597">cutlass::Identity::Multiplicative</a></div><div class="ttdef"><b>Definition:</b> coord.h:41</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:48</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1Coord_html_ad10b59430927a354fcd874d2d32f1bd8"><div class="ttname"><a href="structcutlass_1_1Coord.html#ad10b59430927a354fcd874d2d32f1bd8">cutlass::Coord::at</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE int & at()</div><div class="ttdoc">Gets the index of a given Coord element. </div><div class="ttdef"><b>Definition:</b> coord.h:185</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1Coord_html_a50de265129f1db7bdf2f0aefbc6a46bc"><div class="ttname"><a href="structcutlass_1_1Coord.html#a50de265129f1db7bdf2f0aefbc6a46bc">cutlass::Coord::idx</a></div><div class="ttdeci">int idx[N]</div><div class="ttdoc">Indices. </div><div class="ttdef"><b>Definition:</b> coord.h:60</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1Identity_html_a37966282c824c6d0e32b432275ea8375a77d7cc80ec0c3ff42ca9b2aff98a1646"><div class="ttname"><a href="structcutlass_1_1Identity.html#a37966282c824c6d0e32b432275ea8375a77d7cc80ec0c3ff42ca9b2aff98a1646">cutlass::Identity::Additive</a></div><div class="ttdef"><b>Definition:</b> coord.h:41</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1Coord_html_aed4f4d1c7c0749fe72736d7a1213b6e9"><div class="ttname"><a href="structcutlass_1_1Coord.html#aed4f4d1c7c0749fe72736d7a1213b6e9">cutlass::Coord::at</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE int const & at(int dim) const</div><div class="ttdoc">Access via index; may limit unrolling potential. </div><div class="ttdef"><b>Definition:</b> coord.h:201</div></div>
|
||
|
<div class="ttc" id="cutlass_8h_html"><div class="ttname"><a href="cutlass_8h.html">cutlass.h</a></div><div class="ttdoc">Basic include for CUTLASS macros. </div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1Coord_html_a282b6cc9ac8b2f72720c252791155aad"><div class="ttname"><a href="structcutlass_1_1Coord.html#a282b6cc9ac8b2f72720c252791155aad">cutlass::Coord::operator*=</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE Coord & operator*=(Coord const &b)</div><div class="ttdoc">In-place multiplication. </div><div class="ttdef"><b>Definition:</b> coord.h:142</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1Coord_html_a3dfc4ce4191097b6c3268696f2a45ef5"><div class="ttname"><a href="structcutlass_1_1Coord.html#a3dfc4ce4191097b6c3268696f2a45ef5">cutlass::Coord::operator+</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE Coord operator+(Coord const &b) const</div><div class="ttdoc">Element-wise addition. </div><div class="ttdef"><b>Definition:</b> coord.h:84</div></div>
|
||
|
<div class="ttc" id="structcutlass_1_1Coord_html_abe91e59962ef0d73aec9c14824f64ecc"><div class="ttname"><a href="structcutlass_1_1Coord.html#abe91e59962ef0d73aec9c14824f64ecc">cutlass::Coord::operator/=</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE Coord & operator/=(Coord const &b)</div><div class="ttdoc">In-place division. </div><div class="ttdef"><b>Definition:</b> coord.h:151</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>
|