Update predicated_tile_iterator.h
This commit is contained in:
parent
4647c57243
commit
e3c56b0d6b
@ -150,7 +150,7 @@ class PredicatedTileIterator<Shape_, Element_, layout::PitchLinear, AdvanceRank,
|
||||
public:
|
||||
static_assert(
|
||||
AdvanceRank == 0 || AdvanceRank == 1,
|
||||
"Specialization for pitch-linear iterator may along advance along the "
|
||||
"Specialization for pitch-linear iterator may advance along the "
|
||||
"contiguous(rank=0) or strided(rank=1) dimension.");
|
||||
|
||||
using Shape = Shape_;
|
||||
|
Loading…
Reference in New Issue
Block a user