CUTLASS 2.0 (#62)
CUTLASS 2.0 Substantially refactored for - Better performance, particularly for native Turing Tensor Cores - Robust and durable templates spanning the design space - Encapsulated functionality embodying modern C++11 programming techniques - Optimized containers and data types for efficient, generic, portable device code Updates to: - Quick start guide - Documentation - Utilities - CUTLASS Profiler Native Turing Tensor Cores - Efficient GEMM kernels targeting Turing Tensor Cores - Mixed-precision floating point, 8-bit integer, 4-bit integer, and binarized operands Coverage of existing CUTLASS functionality: - GEMM kernels targeting CUDA and Tensor Cores in NVIDIA GPUs - Volta Tensor Cores through native mma.sync and through WMMA API - Optimizations such as parallel reductions, threadblock rasterization, and intra-threadblock reductions - Batched GEMM operations - Complex-valued GEMMs Note: this commit and all that follow require a host compiler supporting C++11 or greater.
This commit is contained in:
+102
-22
@@ -3,21 +3,23 @@
|
||||
<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: Class Members - Variables</title>
|
||||
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||
<title>CUTLASS: Class Members - Variables</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/javascript">
|
||||
$(document).ready(function() { init_search(); });
|
||||
</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>
|
||||
</script><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
@@ -26,8 +28,9 @@
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectlogo"><img alt="Logo" src="cutlass-logo-small.png"/></td>
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">Cutlass
|
||||
<div id="projectname">CUTLASS
|
||||
</div>
|
||||
<div id="projectbrief">CUDA Templates for Linear Algebra Subroutines and Solvers</div>
|
||||
</td>
|
||||
@@ -36,22 +39,78 @@
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.8.14 -->
|
||||
<!-- Generated by Doxygen 1.8.11 -->
|
||||
<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>
|
||||
<div id="navrow1" class="tabs">
|
||||
<ul class="tablist">
|
||||
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||
<li><a href="modules.html"><span>Modules</span></a></li>
|
||||
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
|
||||
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
|
||||
<li><a href="files.html"><span>Files</span></a></li>
|
||||
<li>
|
||||
<div id="MSearchBox" class="MSearchBoxInactive">
|
||||
<span class="left">
|
||||
<img id="MSearchSelect" src="search/mag_sel.png"
|
||||
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||
alt=""/>
|
||||
<input type="text" id="MSearchField" value="Search" accesskey="S"
|
||||
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||
</span><span class="right">
|
||||
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
|
||||
</span>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="navrow2" class="tabs2">
|
||||
<ul class="tablist">
|
||||
<li><a href="annotated.html"><span>Class List</span></a></li>
|
||||
<li><a href="classes.html"><span>Class Index</span></a></li>
|
||||
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
|
||||
<li class="current"><a href="functions.html"><span>Class Members</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="navrow3" class="tabs2">
|
||||
<ul class="tablist">
|
||||
<li><a href="functions.html"><span>All</span></a></li>
|
||||
<li><a href="functions_func.html"><span>Functions</span></a></li>
|
||||
<li class="current"><a href="functions_vars.html"><span>Variables</span></a></li>
|
||||
<li><a href="functions_type.html"><span>Typedefs</span></a></li>
|
||||
<li><a href="functions_enum.html"><span>Enumerations</span></a></li>
|
||||
<li><a href="functions_eval.html"><span>Enumerator</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="navrow4" class="tabs3">
|
||||
<ul class="tablist">
|
||||
<li><a href="functions_vars.html#index_a"><span>a</span></a></li>
|
||||
<li><a href="functions_vars_b.html#index_b"><span>b</span></a></li>
|
||||
<li><a href="functions_vars_c.html#index_c"><span>c</span></a></li>
|
||||
<li class="current"><a href="functions_vars_d.html#index_d"><span>d</span></a></li>
|
||||
<li><a href="functions_vars_e.html#index_e"><span>e</span></a></li>
|
||||
<li><a href="functions_vars_f.html#index_f"><span>f</span></a></li>
|
||||
<li><a href="functions_vars_g.html#index_g"><span>g</span></a></li>
|
||||
<li><a href="functions_vars_h.html#index_h"><span>h</span></a></li>
|
||||
<li><a href="functions_vars_i.html#index_i"><span>i</span></a></li>
|
||||
<li><a href="functions_vars_k.html#index_k"><span>k</span></a></li>
|
||||
<li><a href="functions_vars_l.html#index_l"><span>l</span></a></li>
|
||||
<li><a href="functions_vars_m.html#index_m"><span>m</span></a></li>
|
||||
<li><a href="functions_vars_n.html#index_n"><span>n</span></a></li>
|
||||
<li><a href="functions_vars_o.html#index_o"><span>o</span></a></li>
|
||||
<li><a href="functions_vars_p.html#index_p"><span>p</span></a></li>
|
||||
<li><a href="functions_vars_r.html#index_r"><span>r</span></a></li>
|
||||
<li><a href="functions_vars_s.html#index_s"><span>s</span></a></li>
|
||||
<li><a href="functions_vars_t.html#index_t"><span>t</span></a></li>
|
||||
<li><a href="functions_vars_u.html#index_u"><span>u</span></a></li>
|
||||
<li><a href="functions_vars_v.html#index_v"><span>v</span></a></li>
|
||||
<li><a href="functions_vars_w.html#index_w"><span>w</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div><!-- top -->
|
||||
<!-- window showing the filter options -->
|
||||
<div id="MSearchSelectWindow"
|
||||
@@ -70,9 +129,10 @@ $(function() {
|
||||
<div class="contents">
|
||||
 
|
||||
|
||||
<h3><a id="index_d"></a>- d -</h3><ul>
|
||||
<h3><a class="anchor" id="index_d"></a>- d -</h3><ul>
|
||||
<li>D
|
||||
: <a class="el" href="structcutlass_1_1gemm_1_1GemmDesc.html#adf95451422c529587d55aac0fecf0d9f">cutlass::gemm::GemmDesc< AType_, BType_, CType_, DType_, SType_, Index_ ></a>
|
||||
: <a class="el" href="structcutlass_1_1library_1_1GemmArguments.html#a2f4c0652e6632aebe6d9159c425ecc3f">cutlass::library::GemmArguments</a>
|
||||
, <a class="el" href="structcutlass_1_1library_1_1GemmArrayArguments.html#ae6ccc3b91e9a77ad170d276f70fe2c30">cutlass::library::GemmArrayArguments</a>
|
||||
</li>
|
||||
<li>d_a
|
||||
: <a class="el" href="structcutlass_1_1reduction_1_1BatchedReductionTraits_1_1Params.html#af1b12ba220602692e84616b420b00f1c">cutlass::reduction::BatchedReductionTraits< ScalarA_, ScalarC_, ScalarD_, ScalarAlphaBeta_, ScalarAccum_, ReductionSize_, OutputTile_, SubTile_, ThreadShape_, Index_, BlockSwizzle_, maxInReg_, maxOutReg_, Functor_ >::Params</a>
|
||||
@@ -83,6 +143,26 @@ $(function() {
|
||||
<li>d_d
|
||||
: <a class="el" href="structcutlass_1_1reduction_1_1BatchedReductionTraits_1_1Params.html#abf9744373a72f3819a616b5a5b3bff22">cutlass::reduction::BatchedReductionTraits< ScalarA_, ScalarC_, ScalarD_, ScalarAlphaBeta_, ScalarAccum_, ReductionSize_, OutputTile_, SubTile_, ThreadShape_, Index_, BlockSwizzle_, maxInReg_, maxOutReg_, Functor_ >::Params</a>
|
||||
</li>
|
||||
<li>delta
|
||||
: <a class="el" href="structcutlass_1_1Distribution.html#a77613df810c3f8f68b595599802cedb4">cutlass::Distribution</a>
|
||||
</li>
|
||||
<li>destination
|
||||
: <a class="el" href="structcutlass_1_1reduction_1_1kernel_1_1ReduceSplitK_1_1Params.html#a08089218798599f5f47184f8c94723cb">cutlass::reduction::kernel::ReduceSplitK< Shape_, OutputOp_, ReductionOp_, PartitionsPerStage >::Params</a>
|
||||
</li>
|
||||
<li>destination_ref
|
||||
: <a class="el" href="structcutlass_1_1epilogue_1_1threadblock_1_1DirectEpilogueTensorOp_1_1Params.html#a89d406e705b7817243e3aa9d4253bb14">cutlass::epilogue::threadblock::DirectEpilogueTensorOp< Shape_, Operator_, PartitionsK, Element_, OutputOp_, ConvertOp_ >::Params</a>
|
||||
</li>
|
||||
<li>diag
|
||||
: <a class="el" href="structcutlass_1_1reference_1_1device_1_1detail_1_1TensorFillDiagonalFunc_1_1Params.html#abcbca40684cd478a53c0cc80c8e418e1">cutlass::reference::device::detail::TensorFillDiagonalFunc< Element, Layout >::Params</a>
|
||||
, <a class="el" href="structcutlass_1_1reference_1_1device_1_1detail_1_1TensorUpdateDiagonalFunc_1_1Params.html#adc562519d503d235a49b11a8f2fc2bf6">cutlass::reference::device::detail::TensorUpdateDiagonalFunc< Element, Layout >::Params</a>
|
||||
, <a class="el" href="structcutlass_1_1reference_1_1host_1_1detail_1_1TensorFillDiagonalFunc.html#a027d9ae77e068454e8df798018276c18">cutlass::reference::host::detail::TensorFillDiagonalFunc< Element, Layout ></a>
|
||||
</li>
|
||||
<li>digits
|
||||
: <a class="el" href="structstd_1_1numeric__limits_3_01cutlass_1_1half__t_01_4.html#a92152311525685a53c6a0db4cb74f193">std::numeric_limits< cutlass::half_t ></a>
|
||||
</li>
|
||||
<li>dst
|
||||
: <a class="el" href="structcutlass_1_1reference_1_1host_1_1detail_1_1TensorCopyIf.html#a0d94963e36e238233ddb550845b37004">cutlass::reference::host::detail::TensorCopyIf< DstElement, DstLayout, SrcElement, SrcLayout, F ></a>
|
||||
</li>
|
||||
<li>dynamic_smem
|
||||
: <a class="el" href="structcutlass_1_1KernelLaunchConfiguration.html#a4a6ac693d4284c84301279219623e2bc">cutlass::KernelLaunchConfiguration</a>
|
||||
</li>
|
||||
@@ -90,9 +170,9 @@ $(function() {
|
||||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Fri Oct 26 2018 14:53:41 for Cutlass by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.14
|
||||
</a> 1.8.11
|
||||
</small></address>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user