<trclass="memdesc:"><tdclass="mdescLeft"> </td><tdclass="mdescRight">An iterator implementing <aclass="el"href="group__tile__load__iterator__concept.html">Tile Load Iterator Concept</a> for loading a tile from memory. <ahref="structcutlass_1_1TileLoadIterator.html#details">More...</a><br/></td></tr>
<p><aclass="el"href="group__tile__load__iterator__concept.html">Tile Load Iterator Concept</a> enables loading a tile from addressable memory into a fragment</p>
<dlclass="section user"><dt>Tile Load 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>load_post_increment(fragment, pred_it)</b> - a method that loads 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>load_post_increment(fragment)</b> - a method that loads a fragment and increments the iterator to the next tile</li>
<li><b>load(fragment, pred_it)</b> - a const method that loads a fragment, guarded by a <aclass="el"href="group__predicate__iterator__concept.html">Predicate Iterator Concept</a></li>
<li><b>load(fragment)</b> - a method that loads a fragment </li>