2018-10-27 05:54:58 +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" / >
2019-11-20 08:55:34 +08:00
< meta name = "generator" content = "Doxygen 1.8.11" / >
< title > CUTLASS: Member List< / title >
2018-10-27 05:54:58 +08:00
< 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 >
2019-11-20 08:55:34 +08:00
< script type = "text/javascript" >
$(document).ready(function() { init_search(); });
< / script >
2018-10-27 05:54:58 +08:00
< script type = "text/x-mathjax-config" >
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
2019-11-20 08:55:34 +08:00
< / script > < script type = "text/javascript" src = "http://cdn.mathjax.org/mathjax/latest/MathJax.js" > < / script >
2018-10-27 05:54:58 +08:00
< 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;" >
2019-11-20 08:55:34 +08:00
< td id = "projectlogo" > < img alt = "Logo" src = "cutlass-logo-small.png" / > < / td >
2018-10-27 05:54:58 +08:00
< td id = "projectalign" style = "padding-left: 0.5em;" >
2019-11-20 08:55:34 +08:00
< div id = "projectname" > CUTLASS
2018-10-27 05:54:58 +08:00
< / div >
< div id = "projectbrief" > CUDA Templates for Linear Algebra Subroutines and Solvers< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2019-11-20 08:55:34 +08:00
<!-- Generated by Doxygen 1.8.11 -->
2018-10-27 05:54:58 +08:00
< script type = "text/javascript" >
var searchBox = new SearchBox("searchBox", "search",false,'Search');
< / script >
2019-11-20 08:55:34 +08:00
< 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 > < a href = "functions.html" > < span > Class  Members< / span > < / a > < / li >
< / ul >
< / div >
2018-10-27 05:54:58 +08:00
<!-- 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 = "namespacecutlass.html" > cutlass< / a > < / li > < li class = "navelem" > < a class = "el" href = "namespacecutlass_1_1reduction.html" > reduction< / a > < / li > < li class = "navelem" > < a class = "el" href = "structcutlass_1_1reduction_1_1BatchedReductionTraits.html" > BatchedReductionTraits< / a > < / li > < / ul >
< / div >
< / div > <!-- top -->
< div class = "header" >
< div class = "headertitle" >
< div class = "title" > cutlass::reduction::BatchedReductionTraits< ScalarA_, ScalarC_, ScalarD_, ScalarAlphaBeta_, ScalarAccum_, ReductionSize_, OutputTile_, SubTile_, ThreadShape_, Index_, BlockSwizzle_, maxInReg_, maxOutReg_, Functor_ > Member List< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< p > This is the complete list of members for < a class = "el" href = "structcutlass_1_1reduction_1_1BatchedReductionTraits.html" > cutlass::reduction::BatchedReductionTraits< ScalarA_, ScalarC_, ScalarD_, ScalarAlphaBeta_, ScalarAccum_, ReductionSize_, OutputTile_, SubTile_, ThreadShape_, Index_, BlockSwizzle_, maxInReg_, maxOutReg_, Functor_ > < / a > , including all inherited members.< / p >
< table class = "directory" >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "structcutlass_1_1reduction_1_1BatchedReductionTraits.html#ae0c016bcbe687063774d8abd554939b6" > BlockSwizzle< / a > typedef< / td > < td class = "entry" > < a class = "el" href = "structcutlass_1_1reduction_1_1BatchedReductionTraits.html" > cutlass::reduction::BatchedReductionTraits< ScalarA_, ScalarC_, ScalarD_, ScalarAlphaBeta_, ScalarAccum_, ReductionSize_, OutputTile_, SubTile_, ThreadShape_, Index_, BlockSwizzle_, maxInReg_, maxOutReg_, Functor_ > < / a > < / td > < td class = "entry" > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "structcutlass_1_1reduction_1_1BatchedReductionTraits.html#af62fd99fae22a4e4d93cfa0560f1dcc5" > Functor< / a > typedef< / td > < td class = "entry" > < a class = "el" href = "structcutlass_1_1reduction_1_1BatchedReductionTraits.html" > cutlass::reduction::BatchedReductionTraits< ScalarA_, ScalarC_, ScalarD_, ScalarAlphaBeta_, ScalarAccum_, ReductionSize_, OutputTile_, SubTile_, ThreadShape_, Index_, BlockSwizzle_, maxInReg_, maxOutReg_, Functor_ > < / a > < / td > < td class = "entry" > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "structcutlass_1_1reduction_1_1BatchedReductionTraits.html#ab0c9e548f3ee62746e727127e387a8f4" > Index< / a > typedef< / td > < td class = "entry" > < a class = "el" href = "structcutlass_1_1reduction_1_1BatchedReductionTraits.html" > cutlass::reduction::BatchedReductionTraits< ScalarA_, ScalarC_, ScalarD_, ScalarAlphaBeta_, ScalarAccum_, ReductionSize_, OutputTile_, SubTile_, ThreadShape_, Index_, BlockSwizzle_, maxInReg_, maxOutReg_, Functor_ > < / a > < / td > < td class = "entry" > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "structcutlass_1_1reduction_1_1BatchedReductionTraits.html#a085c72d54426f5eb60f5bffa9c383229" > KernelClass< / a > typedef< / td > < td class = "entry" > < a class = "el" href = "structcutlass_1_1reduction_1_1BatchedReductionTraits.html" > cutlass::reduction::BatchedReductionTraits< ScalarA_, ScalarC_, ScalarD_, ScalarAlphaBeta_, ScalarAccum_, ReductionSize_, OutputTile_, SubTile_, ThreadShape_, Index_, BlockSwizzle_, maxInReg_, maxOutReg_, Functor_ > < / a > < / td > < td class = "entry" > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "structcutlass_1_1reduction_1_1BatchedReductionTraits.html#ab35edeae5cd8767bd376fad5f6680e25" > kThreads< / a > < / td > < td class = "entry" > < a class = "el" href = "structcutlass_1_1reduction_1_1BatchedReductionTraits.html" > cutlass::reduction::BatchedReductionTraits< ScalarA_, ScalarC_, ScalarD_, ScalarAlphaBeta_, ScalarAccum_, ReductionSize_, OutputTile_, SubTile_, ThreadShape_, Index_, BlockSwizzle_, maxInReg_, maxOutReg_, Functor_ > < / a > < / td > < td class = "entry" > < span class = "mlabel" > static< / span > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "structcutlass_1_1reduction_1_1BatchedReductionTraits.html#af11a3284195a24e580d2f379f179f05a" > maxInReg< / a > < / td > < td class = "entry" > < a class = "el" href = "structcutlass_1_1reduction_1_1BatchedReductionTraits.html" > cutlass::reduction::BatchedReductionTraits< ScalarA_, ScalarC_, ScalarD_, ScalarAlphaBeta_, ScalarAccum_, ReductionSize_, OutputTile_, SubTile_, ThreadShape_, Index_, BlockSwizzle_, maxInReg_, maxOutReg_, Functor_ > < / a > < / td > < td class = "entry" > < span class = "mlabel" > static< / span > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "structcutlass_1_1reduction_1_1BatchedReductionTraits.html#ac28e31791c5888bbe7b04abe6376a422" > maxOutReg< / a > < / td > < td class = "entry" > < a class = "el" href = "structcutlass_1_1reduction_1_1BatchedReductionTraits.html" > cutlass::reduction::BatchedReductionTraits< ScalarA_, ScalarC_, ScalarD_, ScalarAlphaBeta_, ScalarAccum_, ReductionSize_, OutputTile_, SubTile_, ThreadShape_, Index_, BlockSwizzle_, maxInReg_, maxOutReg_, Functor_ > < / a > < / td > < td class = "entry" > < span class = "mlabel" > static< / span > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "structcutlass_1_1reduction_1_1BatchedReductionTraits.html#a3b0e98519b7e551ef6adac69e7406d8f" > OutputTile< / a > typedef< / td > < td class = "entry" > < a class = "el" href = "structcutlass_1_1reduction_1_1BatchedReductionTraits.html" > cutlass::reduction::BatchedReductionTraits< ScalarA_, ScalarC_, ScalarD_, ScalarAlphaBeta_, ScalarAccum_, ReductionSize_, OutputTile_, SubTile_, ThreadShape_, Index_, BlockSwizzle_, maxInReg_, maxOutReg_, Functor_ > < / a > < / td > < td class = "entry" > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "structcutlass_1_1reduction_1_1BatchedReductionTraits.html#a00c71c9a18aaad84f4a48023dbbb454e" > ReductionSize< / a > < / td > < td class = "entry" > < a class = "el" href = "structcutlass_1_1reduction_1_1BatchedReductionTraits.html" > cutlass::reduction::BatchedReductionTraits< ScalarA_, ScalarC_, ScalarD_, ScalarAlphaBeta_, ScalarAccum_, ReductionSize_, OutputTile_, SubTile_, ThreadShape_, Index_, BlockSwizzle_, maxInReg_, maxOutReg_, Functor_ > < / a > < / td > < td class = "entry" > < span class = "mlabel" > static< / span > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "structcutlass_1_1reduction_1_1BatchedReductionTraits.html#a1c6cd0a76b2b2fc9cd021b016f30f459" > ScalarA< / a > typedef< / td > < td class = "entry" > < a class = "el" href = "structcutlass_1_1reduction_1_1BatchedReductionTraits.html" > cutlass::reduction::BatchedReductionTraits< ScalarA_, ScalarC_, ScalarD_, ScalarAlphaBeta_, ScalarAccum_, ReductionSize_, OutputTile_, SubTile_, ThreadShape_, Index_, BlockSwizzle_, maxInReg_, maxOutReg_, Functor_ > < / a > < / td > < td class = "entry" > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "structcutlass_1_1reduction_1_1BatchedReductionTraits.html#ae7e468b1d372b4b807e2e1089af885ec" > ScalarAccum< / a > typedef< / td > < td class = "entry" > < a class = "el" href = "structcutlass_1_1reduction_1_1BatchedReductionTraits.html" > cutlass::reduction::BatchedReductionTraits< ScalarA_, ScalarC_, ScalarD_, ScalarAlphaBeta_, ScalarAccum_, ReductionSize_, OutputTile_, SubTile_, ThreadShape_, Index_, BlockSwizzle_, maxInReg_, maxOutReg_, Functor_ > < / a > < / td > < td class = "entry" > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "structcutlass_1_1reduction_1_1BatchedReductionTraits.html#ab89c35cfce0017a47341a1e3b2894e0f" > ScalarAlphaBeta< / a > typedef< / td > < td class = "entry" > < a class = "el" href = "structcutlass_1_1reduction_1_1BatchedReductionTraits.html" > cutlass::reduction::BatchedReductionTraits< ScalarA_, ScalarC_, ScalarD_, ScalarAlphaBeta_, ScalarAccum_, ReductionSize_, OutputTile_, SubTile_, ThreadShape_, Index_, BlockSwizzle_, maxInReg_, maxOutReg_, Functor_ > < / a > < / td > < td class = "entry" > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "structcutlass_1_1reduction_1_1BatchedReductionTraits.html#adb39cf54a839bdb2e38fbc8a0bf304a8" > ScalarC< / a > typedef< / td > < td class = "entry" > < a class = "el" href = "structcutlass_1_1reduction_1_1BatchedReductionTraits.html" > cutlass::reduction::BatchedReductionTraits< ScalarA_, ScalarC_, ScalarD_, ScalarAlphaBeta_, ScalarAccum_, ReductionSize_, OutputTile_, SubTile_, ThreadShape_, Index_, BlockSwizzle_, maxInReg_, maxOutReg_, Functor_ > < / a > < / td > < td class = "entry" > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "structcutlass_1_1reduction_1_1BatchedReductionTraits.html#abb54e3addfee4097b37deb5cb30fb582" > ScalarD< / a > typedef< / td > < td class = "entry" > < a class = "el" href = "structcutlass_1_1reduction_1_1BatchedReductionTraits.html" > cutlass::reduction::BatchedReductionTraits< ScalarA_, ScalarC_, ScalarD_, ScalarAlphaBeta_, ScalarAccum_, ReductionSize_, OutputTile_, SubTile_, ThreadShape_, Index_, BlockSwizzle_, maxInReg_, maxOutReg_, Functor_ > < / a > < / td > < td class = "entry" > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "structcutlass_1_1reduction_1_1BatchedReductionTraits.html#ad9d4dcb20a69869ebda639747a16e647" > SubTile< / a > typedef< / td > < td class = "entry" > < a class = "el" href = "structcutlass_1_1reduction_1_1BatchedReductionTraits.html" > cutlass::reduction::BatchedReductionTraits< ScalarA_, ScalarC_, ScalarD_, ScalarAlphaBeta_, ScalarAccum_, ReductionSize_, OutputTile_, SubTile_, ThreadShape_, Index_, BlockSwizzle_, maxInReg_, maxOutReg_, Functor_ > < / a > < / td > < td class = "entry" > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "structcutlass_1_1reduction_1_1BatchedReductionTraits.html#acfeed4cb4e5eec9d8e1ae2b787cc88e2" > This_< / a > typedef< / td > < td class = "entry" > < a class = "el" href = "structcutlass_1_1reduction_1_1BatchedReductionTraits.html" > cutlass::reduction::BatchedReductionTraits< ScalarA_, ScalarC_, ScalarD_, ScalarAlphaBeta_, ScalarAccum_, ReductionSize_, OutputTile_, SubTile_, ThreadShape_, Index_, BlockSwizzle_, maxInReg_, maxOutReg_, Functor_ > < / a > < / td > < td class = "entry" > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "structcutlass_1_1reduction_1_1BatchedReductionTraits.html#a29e8adec50bc7e5c0a91f975dff4a7f3" > ThreadShape< / a > typedef< / td > < td class = "entry" > < a class = "el" href = "structcutlass_1_1reduction_1_1BatchedReductionTraits.html" > cutlass::reduction::BatchedReductionTraits< ScalarA_, ScalarC_, ScalarD_, ScalarAlphaBeta_, ScalarAccum_, ReductionSize_, OutputTile_, SubTile_, ThreadShape_, Index_, BlockSwizzle_, maxInReg_, maxOutReg_, Functor_ > < / a > < / td > < td class = "entry" > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "structcutlass_1_1reduction_1_1BatchedReductionTraits.html#ab4f5f457dbfa6bd250a4c34e1d573a85" > ThreadShapeMultiple2< / a > < / td > < td class = "entry" > < a class = "el" href = "structcutlass_1_1reduction_1_1BatchedReductionTraits.html" > cutlass::reduction::BatchedReductionTraits< ScalarA_, ScalarC_, ScalarD_, ScalarAlphaBeta_, ScalarAccum_, ReductionSize_, OutputTile_, SubTile_, ThreadShape_, Index_, BlockSwizzle_, maxInReg_, maxOutReg_, Functor_ > < / a > < / td > < td class = "entry" > < span class = "mlabel" > static< / span > < / td > < / tr >
< / table > < / div > <!-- contents -->
<!-- start footer part -->
< hr class = "footer" / > < address class = "footer" > < small >
2019-11-20 08:55:34 +08:00
Generated by   < a href = "http://www.doxygen.org/index.html" >
2018-10-27 05:54:58 +08:00
< img class = "footer" src = "doxygen.png" alt = "doxygen" / >
2019-11-20 08:55:34 +08:00
< / a > 1.8.11
2018-10-27 05:54:58 +08:00
< / small > < / address >
< / body >
< / html >