<trclass="memdesc:"><tdclass="mdescLeft"> </td><tdclass="mdescRight">An iterator implementing <aclass="el"href="group__tile__store__iterator__concept.html">Tile Store Iterator Concept</a> for storing a tile to memory. <ahref="structcutlass_1_1TileStoreIterator.html#details">More...</a><br/></td></tr>
<p><aclass="el"href="group__tile__store__iterator__concept.html">Tile Store Iterator Concept</a> enables storing a tile to addressable memory</p>
<dlclass="section user"><dt>Tile Store Iterator Concept</dt><dd>Types satisfying <aclass="el"href="group__tile__load__iterator__concept.html">Tile Load Iterator Concept</a> define the following members<ul>
<li><b><aclass="el"href="structcutlass_1_1PredicateVector.html"title="Statically sized array of bits implementing. ">PredicateVector</a></b> - a <aclass="el"href="group__predicate__vector__concept.html">Predicate Vector Concept</a> with sufficient predicate storage for each access implied by the tile traits</li>
<li><b><aclass="el"href="structcutlass_1_1Fragment.html"title="A template defining Fragment Concept. ">Fragment</a></b> - the destination fragment type satisfying <aclass="el"href="group__fragment__concept.html">Fragment Concept</a></li>
<li><b>initialize_predicates(pred_it, bounds, block_offset)</b> - function initializing a predicate vector according to externally specified bounds</li>
<li><b>store_post_increment(fragment, pred_it)</b> - a method that stores a fragment and increments the iterator to the next tile, guarded by a <aclass="el"href="group__predicate__iterator__concept.html">Predicate Iterator Concept</a></li>
<li><b>store_post_increment(fragment)</b> - a method that stores a fragment and increments the iterator to the next tile</li>
<li><b>store(fragment, pred_it)</b> - a const method that stores a fragment, guarded by a <aclass="el"href="group__predicate__iterator__concept.html">Predicate Iterator Concept</a></li>
<li><b>store(fragment)</b> - a method that loads a fragment </li>