2018-09-20 05:02:08 +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::ZipConvert< First_, Second_ > 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_1ZipConvert.html" > ZipConvert< / a > < / li > < / ul >
< / div >
< / div > <!-- top -->
< div class = "header" >
< div class = "summary" >
< a href = "#pub-types" > Public Types< / a > |
< a href = "#pub-methods" > Public Member Functions< / a > |
< a href = "#pub-attribs" > Public Attributes< / a > |
< a href = "structcutlass_1_1ZipConvert-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > cutlass::ZipConvert< First_, Second_ > Struct Template Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< p > Zips two convert operations.
< / p >
< p > < code > #include < < a class = "el" href = "zip__fragment_8h_source.html" > zip_fragment.h< / a > > < / code > < / p >
< 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:a215173f8ac00f67848cae872db94c2f4" > < td class = "memItemLeft" align = "right" valign = "top" > typedef First_  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1ZipConvert.html#a215173f8ac00f67848cae872db94c2f4" > First< / a > < / td > < / tr >
< tr class = "memdesc:a215173f8ac00f67848cae872db94c2f4" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > First convert operator. < a href = "#a215173f8ac00f67848cae872db94c2f4" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a215173f8ac00f67848cae872db94c2f4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a525a08b41696d53d6e542aea9c8e2f10" > < td class = "memItemLeft" align = "right" valign = "top" > typedef Second_  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1ZipConvert.html#a525a08b41696d53d6e542aea9c8e2f10" > Second< / a > < / td > < / tr >
< tr class = "memdesc:a525a08b41696d53d6e542aea9c8e2f10" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Second convert operator. < a href = "#a525a08b41696d53d6e542aea9c8e2f10" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a525a08b41696d53d6e542aea9c8e2f10" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a20d8f64fce1ad330969323f6959209d3" > < td class = "memItemLeft" align = "right" valign = "top" > typedef < a class = "el" href = "structcutlass_1_1ZipFragment.html" > ZipFragment< / a > < typename First::InputFragment, typename Second::InputFragment >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1ZipConvert.html#a20d8f64fce1ad330969323f6959209d3" > InputFragment< / a > < / td > < / tr >
< tr class = "memdesc:a20d8f64fce1ad330969323f6959209d3" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Defines the input zip fragment. < a href = "#a20d8f64fce1ad330969323f6959209d3" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a20d8f64fce1ad330969323f6959209d3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae0276951ad92b253de673c63ec88c584" > < td class = "memItemLeft" align = "right" valign = "top" > typedef < a class = "el" href = "structcutlass_1_1ZipFragment.html" > ZipFragment< / a > < typename First::OutputFragment, typename Second::OutputFragment >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1ZipConvert.html#ae0276951ad92b253de673c63ec88c584" > OutputFragment< / a > < / td > < / tr >
< tr class = "memdesc:ae0276951ad92b253de673c63ec88c584" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Defines the output zip fragment. < a href = "#ae0276951ad92b253de673c63ec88c584" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ae0276951ad92b253de673c63ec88c584" > < 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:a7aa56d3ea300ebc58493c4d66339fff5" > < td class = "memItemLeft" align = "right" valign = "top" > CUTLASS_DEVICE  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1ZipConvert.html#a7aa56d3ea300ebc58493c4d66339fff5" > ZipConvert< / a > ()< / td > < / tr >
< tr class = "memdesc:a7aa56d3ea300ebc58493c4d66339fff5" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Ctor. < a href = "#a7aa56d3ea300ebc58493c4d66339fff5" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a7aa56d3ea300ebc58493c4d66339fff5" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3322c88b418c365423480a481e29df29" > < td class = "memItemLeft" align = "right" valign = "top" > CUTLASS_DEVICE  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1ZipConvert.html#a3322c88b418c365423480a481e29df29" > ZipConvert< / a > (< a class = "el" href = "structcutlass_1_1ZipConvert.html#a215173f8ac00f67848cae872db94c2f4" > First< / a > const & _first, < a class = "el" href = "structcutlass_1_1ZipConvert.html#a525a08b41696d53d6e542aea9c8e2f10" > Second< / a > const & _second)< / td > < / tr >
< tr class = "memdesc:a3322c88b418c365423480a481e29df29" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Ctor. < a href = "#a3322c88b418c365423480a481e29df29" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a3322c88b418c365423480a481e29df29" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7e6398ad8ecd8757744a42f3ab8ef955" > < td class = "memItemLeft" align = "right" valign = "top" > CUTLASS_DEVICE void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1ZipConvert.html#a7e6398ad8ecd8757744a42f3ab8ef955" > transform< / a > (< a class = "el" href = "structcutlass_1_1ZipConvert.html#a20d8f64fce1ad330969323f6959209d3" > InputFragment< / a > const & src, < a class = "el" href = "structcutlass_1_1ZipConvert.html#ae0276951ad92b253de673c63ec88c584" > OutputFragment< / a > & dst)< / td > < / tr >
< tr class = "memdesc:a7e6398ad8ecd8757744a42f3ab8ef955" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Transform a fragment. < a href = "#a7e6398ad8ecd8757744a42f3ab8ef955" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a7e6398ad8ecd8757744a42f3ab8ef955" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-attribs" > < / a >
Public Attributes< / h2 > < / td > < / tr >
< tr class = "memitem:a6c59c5bda43da84da92f244103dfab6f" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "structcutlass_1_1ZipConvert.html#a215173f8ac00f67848cae872db94c2f4" > First< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1ZipConvert.html#a6c59c5bda43da84da92f244103dfab6f" > first< / a > < / td > < / tr >
< tr class = "memdesc:a6c59c5bda43da84da92f244103dfab6f" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > First transformer. < a href = "#a6c59c5bda43da84da92f244103dfab6f" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a6c59c5bda43da84da92f244103dfab6f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad0daa6c3b89db0a058958a6eba72c6b9" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "structcutlass_1_1ZipConvert.html#a525a08b41696d53d6e542aea9c8e2f10" > Second< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcutlass_1_1ZipConvert.html#ad0daa6c3b89db0a058958a6eba72c6b9" > second< / a > < / td > < / tr >
< tr class = "memdesc:ad0daa6c3b89db0a058958a6eba72c6b9" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Second transformer. < a href = "#ad0daa6c3b89db0a058958a6eba72c6b9" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ad0daa6c3b89db0a058958a6eba72c6b9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< h2 class = "groupheader" > Member Typedef Documentation< / h2 >
< a id = "a215173f8ac00f67848cae872db94c2f4" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a215173f8ac00f67848cae872db94c2f4" > ◆ < / a > < / span > First< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename First_, typename Second_> < / div >
< table class = "memname" >
< tr >
< td class = "memname" > typedef First_ < a class = "el" href = "structcutlass_1_1ZipConvert.html" > cutlass::ZipConvert< / a > < First_, Second_ > ::< a class = "el" href = "structcutlass_1_1ZipConvert.html#a215173f8ac00f67848cae872db94c2f4" > First< / a > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a20d8f64fce1ad330969323f6959209d3" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a20d8f64fce1ad330969323f6959209d3" > ◆ < / a > < / span > InputFragment< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename First_, typename Second_> < / div >
< table class = "memname" >
< tr >
< td class = "memname" > typedef < a class = "el" href = "structcutlass_1_1ZipFragment.html" > ZipFragment< / a > < typename First::InputFragment, typename Second::InputFragment> < a class = "el" href = "structcutlass_1_1ZipConvert.html" > cutlass::ZipConvert< / a > < First_, Second_ > ::< a class = "el" href = "structcutlass_1_1ZipConvert.html#a20d8f64fce1ad330969323f6959209d3" > InputFragment< / a > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "ae0276951ad92b253de673c63ec88c584" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae0276951ad92b253de673c63ec88c584" > ◆ < / a > < / span > OutputFragment< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename First_, typename Second_> < / div >
< table class = "memname" >
< tr >
< td class = "memname" > typedef < a class = "el" href = "structcutlass_1_1ZipFragment.html" > ZipFragment< / a > < typename First::OutputFragment, typename Second::OutputFragment> < a class = "el" href = "structcutlass_1_1ZipConvert.html" > cutlass::ZipConvert< / a > < First_, Second_ > ::< a class = "el" href = "structcutlass_1_1ZipConvert.html#ae0276951ad92b253de673c63ec88c584" > OutputFragment< / a > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a525a08b41696d53d6e542aea9c8e2f10" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a525a08b41696d53d6e542aea9c8e2f10" > ◆ < / a > < / span > Second< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename First_, typename Second_> < / div >
< table class = "memname" >
< tr >
< td class = "memname" > typedef Second_ < a class = "el" href = "structcutlass_1_1ZipConvert.html" > cutlass::ZipConvert< / a > < First_, Second_ > ::< a class = "el" href = "structcutlass_1_1ZipConvert.html#a525a08b41696d53d6e542aea9c8e2f10" > Second< / a > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
< a id = "a7aa56d3ea300ebc58493c4d66339fff5" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7aa56d3ea300ebc58493c4d66339fff5" > ◆ < / a > < / span > ZipConvert() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename First_, typename Second_> < / div >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > CUTLASS_DEVICE < a class = "el" href = "structcutlass_1_1ZipConvert.html" > cutlass::ZipConvert< / a > < First_, Second_ > ::< a class = "el" href = "structcutlass_1_1ZipConvert.html" > ZipConvert< / a > < / 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 = "a3322c88b418c365423480a481e29df29" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3322c88b418c365423480a481e29df29" > ◆ < / a > < / span > ZipConvert() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename First_, typename Second_> < / div >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > CUTLASS_DEVICE < a class = "el" href = "structcutlass_1_1ZipConvert.html" > cutlass::ZipConvert< / a > < First_, Second_ > ::< a class = "el" href = "structcutlass_1_1ZipConvert.html" > ZipConvert< / a > < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "structcutlass_1_1ZipConvert.html#a215173f8ac00f67848cae872db94c2f4" > First< / a > const &   < / td >
< td class = "paramname" > < em > _first< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "structcutlass_1_1ZipConvert.html#a525a08b41696d53d6e542aea9c8e2f10" > Second< / a > const &   < / td >
< td class = "paramname" > < em > _second< / em >   < / 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 Function Documentation< / h2 >
< a id = "a7e6398ad8ecd8757744a42f3ab8ef955" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7e6398ad8ecd8757744a42f3ab8ef955" > ◆ < / a > < / span > transform()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename First_, typename Second_> < / div >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > CUTLASS_DEVICE void < a class = "el" href = "structcutlass_1_1ZipConvert.html" > cutlass::ZipConvert< / a > < First_, Second_ > ::transform < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "structcutlass_1_1ZipConvert.html#a20d8f64fce1ad330969323f6959209d3" > InputFragment< / a > const &   < / td >
< td class = "paramname" > < em > src< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "structcutlass_1_1ZipConvert.html#ae0276951ad92b253de673c63ec88c584" > OutputFragment< / a > &   < / td >
< td class = "paramname" > < em > dst< / em >   < / 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 = "a6c59c5bda43da84da92f244103dfab6f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6c59c5bda43da84da92f244103dfab6f" > ◆ < / a > < / span > first< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename First_, typename Second_> < / div >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "structcutlass_1_1ZipConvert.html#a215173f8ac00f67848cae872db94c2f4" > First< / a > < a class = "el" href = "structcutlass_1_1ZipConvert.html" > cutlass::ZipConvert< / a > < First_, Second_ > ::first< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "ad0daa6c3b89db0a058958a6eba72c6b9" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad0daa6c3b89db0a058958a6eba72c6b9" > ◆ < / a > < / span > second< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename First_, typename Second_> < / div >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "structcutlass_1_1ZipConvert.html#a525a08b41696d53d6e542aea9c8e2f10" > Second< / a > < a class = "el" href = "structcutlass_1_1ZipConvert.html" > cutlass::ZipConvert< / a > < First_, Second_ > ::second< / 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 = "zip__fragment_8h_source.html" > zip_fragment.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:35 for Cutlass by   < a href = "http://www.doxygen.org/index.html" >
2018-09-20 05:02:08 +08:00
< img class = "footer" src = "doxygen.png" alt = "doxygen" / >
< / a > 1.8.14
< / small > < / address >
< / body >
< / html >