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: cutlass::PredicateVector< kPredicates_, kPredicatesPerByte_, kPredicateStart_ > Struct Template Reference< / 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 = "namespacecutlass.html" > cutlass< / a > < / li > < li class = "navelem" > < a class = "el" href = "structcutlass_1_1PredicateVector.html" > PredicateVector< / a > < / li > < / ul >
< / div >
< / div > <!-- top -->
< div class = "header" >
< div class = "summary" >
< a href = "#nested-classes" > Classes< / a > |
< a href = "#pub-types" > Public Types< / a > |
< a href = "#pub-methods" > Public Member Functions< / a > |
< a href = "#pub-static-attribs" > Static Public Attributes< / a > |
< a href = "structcutlass_1_1PredicateVector-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > cutlass::PredicateVector< kPredicates_, kPredicatesPerByte_, kPredicateStart_ > Struct Template Reference< div class = "ingroups" > < a class = "el" href = "group__predicate__vector__concept.html" > Predicate Vector Concept< / a > < / div > < / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< p > Statically sized array of bits implementing.
< / p >
< p > < code > #include < < a class = "el" href = "predicate__vector_8h_source.html" > predicate_vector.h< / a > > < / code > < / p >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "nested-classes" > < / a >
Classes< / h2 > < / td > < / tr >
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classcutlass_1_1PredicateVector_1_1ConstIterator.html" > ConstIterator< / a > < / td > < / tr >
< tr class = "memdesc:" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > A const iterator implementing < a class = "el" href = "group__predicate__iterator__concept.html" > Predicate Iterator Concept< / a > enabling sequential read-only access to prediactes. < a href = "classcutlass_1_1PredicateVector_1_1ConstIterator.html#details" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classcutlass_1_1PredicateVector_1_1Iterator.html" > Iterator< / a > < / td > < / tr >
< tr class = "memdesc:" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > An iterator implementing < a class = "el" href = "group__predicate__iterator__concept.html" > Predicate Iterator Concept< / a > enabling sequential read and write access to predicates. < a href = "classcutlass_1_1PredicateVector_1_1Iterator.html#details" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > struct   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1PredicateVector_1_1TrivialIterator.html" > TrivialIterator< / a > < / td > < / tr >
< tr class = "memdesc:" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > < a class = "el" href = "classcutlass_1_1PredicateVector_1_1Iterator.html" title = "An iterator implementing Predicate Iterator Concept enabling sequential read and write access to pred..." > Iterator< / a > that always returns true. < a href = "structcutlass_1_1PredicateVector_1_1TrivialIterator.html#details" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-types" > < / a >
Public Types< / h2 > < / td > < / tr >
< tr class = "memitem:afe85a07b9f311327c6bf04e3a5f94e5a" > < td class = "memItemLeft" align = "right" valign = "top" > typedef uint32_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1PredicateVector.html#afe85a07b9f311327c6bf04e3a5f94e5a" > Storage< / a > < / td > < / tr >
< tr class = "memdesc:afe85a07b9f311327c6bf04e3a5f94e5a" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Storage type of individual elements. < a href = "#afe85a07b9f311327c6bf04e3a5f94e5a" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:afe85a07b9f311327c6bf04e3a5f94e5a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:aec1201df19c0ed0516810a3f19353c21" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "cutlass_8h.html#a28c2443a142676d3d71effdae1a986b1" > CUTLASS_HOST_DEVICE< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1PredicateVector.html#aec1201df19c0ed0516810a3f19353c21" > PredicateVector< / a > (bool value=true)< / td > < / tr >
< tr class = "memdesc:aec1201df19c0ed0516810a3f19353c21" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Initialize the predicate vector. < a href = "#aec1201df19c0ed0516810a3f19353c21" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:aec1201df19c0ed0516810a3f19353c21" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a236bd1a822479750a809452fd58dd917" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "cutlass_8h.html#a28c2443a142676d3d71effdae1a986b1" > CUTLASS_HOST_DEVICE< / a > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1PredicateVector.html#a236bd1a822479750a809452fd58dd917" > fill< / a > (bool value=true)< / td > < / tr >
< tr class = "memdesc:a236bd1a822479750a809452fd58dd917" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Fills all predicates with a given value. < a href = "#a236bd1a822479750a809452fd58dd917" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a236bd1a822479750a809452fd58dd917" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a840985438ac8306ec680eb20edd4e5c5" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "cutlass_8h.html#a28c2443a142676d3d71effdae1a986b1" > CUTLASS_HOST_DEVICE< / a > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1PredicateVector.html#a840985438ac8306ec680eb20edd4e5c5" > operator[]< / a > (int idx) const< / td > < / tr >
< tr class = "memdesc:a840985438ac8306ec680eb20edd4e5c5" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Accesses a bit within the predicate vector. < a href = "#a840985438ac8306ec680eb20edd4e5c5" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a840985438ac8306ec680eb20edd4e5c5" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac8eca7087d1f7575b0c6beeb5f907bfd" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "cutlass_8h.html#a28c2443a142676d3d71effdae1a986b1" > CUTLASS_HOST_DEVICE< / a > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1PredicateVector.html#ac8eca7087d1f7575b0c6beeb5f907bfd" > at< / a > (int idx) const< / td > < / tr >
< tr class = "memdesc:ac8eca7087d1f7575b0c6beeb5f907bfd" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Accesses a bit within the predicate vector. < a href = "#ac8eca7087d1f7575b0c6beeb5f907bfd" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ac8eca7087d1f7575b0c6beeb5f907bfd" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a062fa8a8df725ef08ced2ffcca8336af" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "cutlass_8h.html#a28c2443a142676d3d71effdae1a986b1" > CUTLASS_HOST_DEVICE< / a > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1PredicateVector.html#a062fa8a8df725ef08ced2ffcca8336af" > set< / a > (int idx, bool value=true)< / td > < / tr >
< tr class = "memdesc:a062fa8a8df725ef08ced2ffcca8336af" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Set a bit within the predicate vector. < a href = "#a062fa8a8df725ef08ced2ffcca8336af" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a062fa8a8df725ef08ced2ffcca8336af" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3dd9aeba8f3cbe7a8198d68d91a0bbb9" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "cutlass_8h.html#a28c2443a142676d3d71effdae1a986b1" > CUTLASS_HOST_DEVICE< / a > < a class = "el" href = "structcutlass_1_1PredicateVector.html" > PredicateVector< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1PredicateVector.html#a3dd9aeba8f3cbe7a8198d68d91a0bbb9" > operator & =< / a > (< a class = "el" href = "structcutlass_1_1PredicateVector.html" > PredicateVector< / a > const & predicates)< / td > < / tr >
< tr class = "memdesc:a3dd9aeba8f3cbe7a8198d68d91a0bbb9" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Computes the intersection of two identical predicate vectors. < a href = "#a3dd9aeba8f3cbe7a8198d68d91a0bbb9" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a3dd9aeba8f3cbe7a8198d68d91a0bbb9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aab9de134132c62de1c062ca57582cdbc" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "cutlass_8h.html#a28c2443a142676d3d71effdae1a986b1" > CUTLASS_HOST_DEVICE< / a > < a class = "el" href = "structcutlass_1_1PredicateVector.html" > PredicateVector< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1PredicateVector.html#aab9de134132c62de1c062ca57582cdbc" > operator|=< / a > (< a class = "el" href = "structcutlass_1_1PredicateVector.html" > PredicateVector< / a > const & predicates)< / td > < / tr >
< tr class = "memdesc:aab9de134132c62de1c062ca57582cdbc" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Computes the union of two identical predicate vectors. < a href = "#aab9de134132c62de1c062ca57582cdbc" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:aab9de134132c62de1c062ca57582cdbc" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1c4fe2bec906cd7937428ed6561ac79a" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "cutlass_8h.html#a28c2443a142676d3d71effdae1a986b1" > CUTLASS_HOST_DEVICE< / a > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1PredicateVector.html#a1c4fe2bec906cd7937428ed6561ac79a" > is_zero< / a > () const< / td > < / tr >
< tr class = "memdesc:a1c4fe2bec906cd7937428ed6561ac79a" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns true if entire predicate array is zero. < a href = "#a1c4fe2bec906cd7937428ed6561ac79a" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a1c4fe2bec906cd7937428ed6561ac79a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a649045d8224514a4c28bcaf4b247b4a5" > < td class = "memItemLeft" align = "right" valign = "top" > CUTLASS_DEVICE < a class = "el" href = "classcutlass_1_1PredicateVector_1_1Iterator.html" > Iterator< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1PredicateVector.html#a649045d8224514a4c28bcaf4b247b4a5" > begin< / a > ()< / td > < / tr >
< tr class = "memdesc:a649045d8224514a4c28bcaf4b247b4a5" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns an iterator to the start of the bit vector. < a href = "#a649045d8224514a4c28bcaf4b247b4a5" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a649045d8224514a4c28bcaf4b247b4a5" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad9493fc80fdc33330cc15641779cc275" > < td class = "memItemLeft" align = "right" valign = "top" > CUTLASS_DEVICE < a class = "el" href = "classcutlass_1_1PredicateVector_1_1Iterator.html" > Iterator< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1PredicateVector.html#ad9493fc80fdc33330cc15641779cc275" > end< / a > ()< / td > < / tr >
< tr class = "memdesc:ad9493fc80fdc33330cc15641779cc275" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns an iterator. < a href = "#ad9493fc80fdc33330cc15641779cc275" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ad9493fc80fdc33330cc15641779cc275" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aeb7f9226a4fa49d06500c3c83958dc41" > < td class = "memItemLeft" align = "right" valign = "top" > CUTLASS_DEVICE < a class = "el" href = "classcutlass_1_1PredicateVector_1_1ConstIterator.html" > ConstIterator< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1PredicateVector.html#aeb7f9226a4fa49d06500c3c83958dc41" > const_begin< / a > () const< / td > < / tr >
< tr class = "memdesc:aeb7f9226a4fa49d06500c3c83958dc41" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns a < a class = "el" href = "classcutlass_1_1PredicateVector_1_1ConstIterator.html" title = "A const iterator implementing Predicate Iterator Concept enabling sequential read-only access to pred..." > ConstIterator< / a > . < a href = "#aeb7f9226a4fa49d06500c3c83958dc41" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:aeb7f9226a4fa49d06500c3c83958dc41" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab931610bc07ee0e87bb4d9a4d53a2321" > < td class = "memItemLeft" align = "right" valign = "top" > CUTLASS_DEVICE < a class = "el" href = "classcutlass_1_1PredicateVector_1_1ConstIterator.html" > ConstIterator< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1PredicateVector.html#ab931610bc07ee0e87bb4d9a4d53a2321" > const_end< / a > () const< / td > < / tr >
< tr class = "memdesc:ab931610bc07ee0e87bb4d9a4d53a2321" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns a < a class = "el" href = "classcutlass_1_1PredicateVector_1_1ConstIterator.html" title = "A const iterator implementing Predicate Iterator Concept enabling sequential read-only access to pred..." > ConstIterator< / a > . < a href = "#ab931610bc07ee0e87bb4d9a4d53a2321" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ab931610bc07ee0e87bb4d9a4d53a2321" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-static-attribs" > < / a >
Static Public Attributes< / h2 > < / td > < / tr >
< tr class = "memitem:afff3a2142d9853606d6ad7c3a459f492" > < td class = "memItemLeft" align = "right" valign = "top" > static int const  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1PredicateVector.html#afff3a2142d9853606d6ad7c3a459f492" > kPredicates< / a > = kPredicates_< / td > < / tr >
< tr class = "memdesc:afff3a2142d9853606d6ad7c3a459f492" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Number of bits stored by the < a class = "el" href = "structcutlass_1_1PredicateVector.html" title = "Statically sized array of bits implementing. " > PredicateVector< / a > . < a href = "#afff3a2142d9853606d6ad7c3a459f492" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:afff3a2142d9853606d6ad7c3a459f492" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1387c4a964f971ed4611d750a09ec0b5" > < td class = "memItemLeft" align = "right" valign = "top" > static int const  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1PredicateVector.html#a1387c4a964f971ed4611d750a09ec0b5" > kPredicatesPerByte< / a > = kPredicatesPerByte_< / td > < / tr >
< tr class = "memdesc:a1387c4a964f971ed4611d750a09ec0b5" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Number of bits stored within each byte of the predicate bit vector. < a href = "#a1387c4a964f971ed4611d750a09ec0b5" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a1387c4a964f971ed4611d750a09ec0b5" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:acf848dce84c01453ab8a2d00c8d4f86e" > < td class = "memItemLeft" align = "right" valign = "top" > static int const  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1PredicateVector.html#acf848dce84c01453ab8a2d00c8d4f86e" > kPredicateStart< / a > = kPredicateStart_< / td > < / tr >
< tr class = "memdesc:acf848dce84c01453ab8a2d00c8d4f86e" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > First bit withing each byte containing predicates. < a href = "#acf848dce84c01453ab8a2d00c8d4f86e" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:acf848dce84c01453ab8a2d00c8d4f86e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab870e074b33c598f69fe11e104615c5a" > < td class = "memItemLeft" align = "right" valign = "top" > static int const  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1PredicateVector.html#ab870e074b33c598f69fe11e104615c5a" > kBytes< / a > = (< a class = "el" href = "structcutlass_1_1PredicateVector.html#afff3a2142d9853606d6ad7c3a459f492" > kPredicates< / a > + < a class = "el" href = "structcutlass_1_1PredicateVector.html#a1387c4a964f971ed4611d750a09ec0b5" > kPredicatesPerByte< / a > - 1) / < a class = "el" href = "structcutlass_1_1PredicateVector.html#a1387c4a964f971ed4611d750a09ec0b5" > kPredicatesPerByte< / a > < / td > < / tr >
< tr class = "memdesc:ab870e074b33c598f69fe11e104615c5a" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Number of bytes needed. < a href = "#ab870e074b33c598f69fe11e104615c5a" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ab870e074b33c598f69fe11e104615c5a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a734bbfaf3829f73ef0b44fa7db4ccd42" > < td class = "memItemLeft" align = "right" valign = "top" > static int const  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1PredicateVector.html#a734bbfaf3829f73ef0b44fa7db4ccd42" > kWordCount< / a > = (< a class = "el" href = "structcutlass_1_1PredicateVector.html#ab870e074b33c598f69fe11e104615c5a" > kBytes< / a > + sizeof(< a class = "el" href = "structcutlass_1_1PredicateVector.html#afe85a07b9f311327c6bf04e3a5f94e5a" > Storage< / a > ) - 1) / sizeof(< a class = "el" href = "structcutlass_1_1PredicateVector.html#afe85a07b9f311327c6bf04e3a5f94e5a" > Storage< / a > )< / td > < / tr >
< tr class = "memdesc:a734bbfaf3829f73ef0b44fa7db4ccd42" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Number of storage elements needed. < a href = "#a734bbfaf3829f73ef0b44fa7db4ccd42" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a734bbfaf3829f73ef0b44fa7db4ccd42" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< h2 class = "groupheader" > Member Typedef Documentation< / h2 >
< a id = "afe85a07b9f311327c6bf04e3a5f94e5a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afe85a07b9f311327c6bf04e3a5f94e5a" > ◆ < / a > < / span > Storage< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< int kPredicates_, int kPredicatesPerByte_ = 4, int kPredicateStart_ = 0> < / div >
< table class = "memname" >
< tr >
< td class = "memname" > typedef uint32_t < a class = "el" href = "structcutlass_1_1PredicateVector.html" > cutlass::PredicateVector< / a > < kPredicates_, kPredicatesPerByte_, kPredicateStart_ > ::< a class = "el" href = "structcutlass_1_1PredicateVector.html#afe85a07b9f311327c6bf04e3a5f94e5a" > Storage< / a > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
< a id = "aec1201df19c0ed0516810a3f19353c21" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aec1201df19c0ed0516810a3f19353c21" > ◆ < / a > < / span > PredicateVector()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< int kPredicates_, int kPredicatesPerByte_ = 4, int kPredicateStart_ = 0> < / div >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "cutlass_8h.html#a28c2443a142676d3d71effdae1a986b1" > CUTLASS_HOST_DEVICE< / a > < a class = "el" href = "structcutlass_1_1PredicateVector.html" > cutlass::PredicateVector< / a > < kPredicates_, kPredicatesPerByte_, kPredicateStart_ > ::< a class = "el" href = "structcutlass_1_1PredicateVector.html" > PredicateVector< / a > < / td >
< td > (< / td >
< td class = "paramtype" > bool  < / td >
< td class = "paramname" > < em > value< / em > = < code > true< / code > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
< a id = "ac8eca7087d1f7575b0c6beeb5f907bfd" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac8eca7087d1f7575b0c6beeb5f907bfd" > ◆ < / a > < / span > at()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< int kPredicates_, int kPredicatesPerByte_ = 4, int kPredicateStart_ = 0> < / div >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "cutlass_8h.html#a28c2443a142676d3d71effdae1a986b1" > CUTLASS_HOST_DEVICE< / a > bool < a class = "el" href = "structcutlass_1_1PredicateVector.html" > cutlass::PredicateVector< / a > < kPredicates_, kPredicatesPerByte_, kPredicateStart_ > ::at < / td >
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > idx< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a649045d8224514a4c28bcaf4b247b4a5" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a649045d8224514a4c28bcaf4b247b4a5" > ◆ < / a > < / span > begin()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< int kPredicates_, int kPredicatesPerByte_ = 4, int kPredicateStart_ = 0> < / div >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > CUTLASS_DEVICE < a class = "el" href = "classcutlass_1_1PredicateVector_1_1Iterator.html" > Iterator< / a > < a class = "el" href = "structcutlass_1_1PredicateVector.html" > cutlass::PredicateVector< / a > < kPredicates_, kPredicatesPerByte_, kPredicateStart_ > ::begin < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "aeb7f9226a4fa49d06500c3c83958dc41" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aeb7f9226a4fa49d06500c3c83958dc41" > ◆ < / a > < / span > const_begin()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< int kPredicates_, int kPredicatesPerByte_ = 4, int kPredicateStart_ = 0> < / div >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > CUTLASS_DEVICE < a class = "el" href = "classcutlass_1_1PredicateVector_1_1ConstIterator.html" > ConstIterator< / a > < a class = "el" href = "structcutlass_1_1PredicateVector.html" > cutlass::PredicateVector< / a > < kPredicates_, kPredicatesPerByte_, kPredicateStart_ > ::const_begin < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "ab931610bc07ee0e87bb4d9a4d53a2321" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab931610bc07ee0e87bb4d9a4d53a2321" > ◆ < / a > < / span > const_end()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< int kPredicates_, int kPredicatesPerByte_ = 4, int kPredicateStart_ = 0> < / div >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > CUTLASS_DEVICE < a class = "el" href = "classcutlass_1_1PredicateVector_1_1ConstIterator.html" > ConstIterator< / a > < a class = "el" href = "structcutlass_1_1PredicateVector.html" > cutlass::PredicateVector< / a > < kPredicates_, kPredicatesPerByte_, kPredicateStart_ > ::const_end < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "ad9493fc80fdc33330cc15641779cc275" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad9493fc80fdc33330cc15641779cc275" > ◆ < / a > < / span > end()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< int kPredicates_, int kPredicatesPerByte_ = 4, int kPredicateStart_ = 0> < / div >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > CUTLASS_DEVICE < a class = "el" href = "classcutlass_1_1PredicateVector_1_1Iterator.html" > Iterator< / a > < a class = "el" href = "structcutlass_1_1PredicateVector.html" > cutlass::PredicateVector< / a > < kPredicates_, kPredicatesPerByte_, kPredicateStart_ > ::end < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a236bd1a822479750a809452fd58dd917" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a236bd1a822479750a809452fd58dd917" > ◆ < / a > < / span > fill()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< int kPredicates_, int kPredicatesPerByte_ = 4, int kPredicateStart_ = 0> < / div >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "cutlass_8h.html#a28c2443a142676d3d71effdae1a986b1" > CUTLASS_HOST_DEVICE< / a > void < a class = "el" href = "structcutlass_1_1PredicateVector.html" > cutlass::PredicateVector< / a > < kPredicates_, kPredicatesPerByte_, kPredicateStart_ > ::fill < / td >
< td > (< / td >
< td class = "paramtype" > bool  < / td >
< td class = "paramname" > < em > value< / em > = < code > true< / code > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a1c4fe2bec906cd7937428ed6561ac79a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1c4fe2bec906cd7937428ed6561ac79a" > ◆ < / a > < / span > is_zero()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< int kPredicates_, int kPredicatesPerByte_ = 4, int kPredicateStart_ = 0> < / div >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "cutlass_8h.html#a28c2443a142676d3d71effdae1a986b1" > CUTLASS_HOST_DEVICE< / a > bool < a class = "el" href = "structcutlass_1_1PredicateVector.html" > cutlass::PredicateVector< / a > < kPredicates_, kPredicatesPerByte_, kPredicateStart_ > ::is_zero < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a3dd9aeba8f3cbe7a8198d68d91a0bbb9" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3dd9aeba8f3cbe7a8198d68d91a0bbb9" > ◆ < / a > < / span > operator & =()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< int kPredicates_, int kPredicatesPerByte_ = 4, int kPredicateStart_ = 0> < / div >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "cutlass_8h.html#a28c2443a142676d3d71effdae1a986b1" > CUTLASS_HOST_DEVICE< / a > < a class = "el" href = "structcutlass_1_1PredicateVector.html" > PredicateVector< / a > & < a class = "el" href = "structcutlass_1_1PredicateVector.html" > cutlass::PredicateVector< / a > < kPredicates_, kPredicatesPerByte_, kPredicateStart_ > ::operator& = < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "structcutlass_1_1PredicateVector.html" > PredicateVector< / a > < kPredicates_, kPredicatesPerByte_, kPredicateStart_ > const &   < / td >
< td class = "paramname" > < em > predicates< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a840985438ac8306ec680eb20edd4e5c5" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a840985438ac8306ec680eb20edd4e5c5" > ◆ < / a > < / span > operator[]()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< int kPredicates_, int kPredicatesPerByte_ = 4, int kPredicateStart_ = 0> < / div >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "cutlass_8h.html#a28c2443a142676d3d71effdae1a986b1" > CUTLASS_HOST_DEVICE< / a > bool < a class = "el" href = "structcutlass_1_1PredicateVector.html" > cutlass::PredicateVector< / a > < kPredicates_, kPredicatesPerByte_, kPredicateStart_ > ::operator[] < / td >
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > idx< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "aab9de134132c62de1c062ca57582cdbc" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aab9de134132c62de1c062ca57582cdbc" > ◆ < / a > < / span > operator|=()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< int kPredicates_, int kPredicatesPerByte_ = 4, int kPredicateStart_ = 0> < / div >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "cutlass_8h.html#a28c2443a142676d3d71effdae1a986b1" > CUTLASS_HOST_DEVICE< / a > < a class = "el" href = "structcutlass_1_1PredicateVector.html" > PredicateVector< / a > & < a class = "el" href = "structcutlass_1_1PredicateVector.html" > cutlass::PredicateVector< / a > < kPredicates_, kPredicatesPerByte_, kPredicateStart_ > ::operator|= < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "structcutlass_1_1PredicateVector.html" > PredicateVector< / a > < kPredicates_, kPredicatesPerByte_, kPredicateStart_ > const &   < / td >
< td class = "paramname" > < em > predicates< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a062fa8a8df725ef08ced2ffcca8336af" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a062fa8a8df725ef08ced2ffcca8336af" > ◆ < / a > < / span > set()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< int kPredicates_, int kPredicatesPerByte_ = 4, int kPredicateStart_ = 0> < / div >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "cutlass_8h.html#a28c2443a142676d3d71effdae1a986b1" > CUTLASS_HOST_DEVICE< / a > void < a class = "el" href = "structcutlass_1_1PredicateVector.html" > cutlass::PredicateVector< / a > < kPredicates_, kPredicatesPerByte_, kPredicateStart_ > ::set < / td >
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > idx< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > bool  < / td >
< td class = "paramname" > < em > value< / em > = < code > true< / code >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "ab870e074b33c598f69fe11e104615c5a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab870e074b33c598f69fe11e104615c5a" > ◆ < / a > < / span > kBytes< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< int kPredicates_, int kPredicatesPerByte_ = 4, int kPredicateStart_ = 0> < / div >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > int const < a class = "el" href = "structcutlass_1_1PredicateVector.html" > cutlass::PredicateVector< / a > < kPredicates_, kPredicatesPerByte_, kPredicateStart_ > ::kBytes = (< a class = "el" href = "structcutlass_1_1PredicateVector.html#afff3a2142d9853606d6ad7c3a459f492" > kPredicates< / a > + < a class = "el" href = "structcutlass_1_1PredicateVector.html#a1387c4a964f971ed4611d750a09ec0b5" > kPredicatesPerByte< / a > - 1) / < a class = "el" href = "structcutlass_1_1PredicateVector.html#a1387c4a964f971ed4611d750a09ec0b5" > kPredicatesPerByte< / a > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > static< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "afff3a2142d9853606d6ad7c3a459f492" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afff3a2142d9853606d6ad7c3a459f492" > ◆ < / a > < / span > kPredicates< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< int kPredicates_, int kPredicatesPerByte_ = 4, int kPredicateStart_ = 0> < / div >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > int const < a class = "el" href = "structcutlass_1_1PredicateVector.html" > cutlass::PredicateVector< / a > < kPredicates_, kPredicatesPerByte_, kPredicateStart_ > ::kPredicates = kPredicates_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > static< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a1387c4a964f971ed4611d750a09ec0b5" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1387c4a964f971ed4611d750a09ec0b5" > ◆ < / a > < / span > kPredicatesPerByte< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< int kPredicates_, int kPredicatesPerByte_ = 4, int kPredicateStart_ = 0> < / div >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > int const < a class = "el" href = "structcutlass_1_1PredicateVector.html" > cutlass::PredicateVector< / a > < kPredicates_, kPredicatesPerByte_, kPredicateStart_ > ::kPredicatesPerByte = kPredicatesPerByte_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > static< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "acf848dce84c01453ab8a2d00c8d4f86e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#acf848dce84c01453ab8a2d00c8d4f86e" > ◆ < / a > < / span > kPredicateStart< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< int kPredicates_, int kPredicatesPerByte_ = 4, int kPredicateStart_ = 0> < / div >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > int const < a class = "el" href = "structcutlass_1_1PredicateVector.html" > cutlass::PredicateVector< / a > < kPredicates_, kPredicatesPerByte_, kPredicateStart_ > ::kPredicateStart = kPredicateStart_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > static< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a734bbfaf3829f73ef0b44fa7db4ccd42" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a734bbfaf3829f73ef0b44fa7db4ccd42" > ◆ < / a > < / span > kWordCount< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< int kPredicates_, int kPredicatesPerByte_ = 4, int kPredicateStart_ = 0> < / div >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > int const < a class = "el" href = "structcutlass_1_1PredicateVector.html" > cutlass::PredicateVector< / a > < kPredicates_, kPredicatesPerByte_, kPredicateStart_ > ::kWordCount = (< a class = "el" href = "structcutlass_1_1PredicateVector.html#ab870e074b33c598f69fe11e104615c5a" > kBytes< / a > + sizeof(< a class = "el" href = "structcutlass_1_1PredicateVector.html#afe85a07b9f311327c6bf04e3a5f94e5a" > Storage< / a > ) - 1) / sizeof(< a class = "el" href = "structcutlass_1_1PredicateVector.html#afe85a07b9f311327c6bf04e3a5f94e5a" > Storage< / a > )< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > static< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< hr / > The documentation for this struct was generated from the following file:< ul >
< li > < a class = "el" href = "predicate__vector_8h_source.html" > predicate_vector.h< / a > < / li >
< / ul >
< / 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:34 for Cutlass by   < 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 >