Fix typos 2 (#842)
Co-authored-by: Haicheng Wu <57973641+hwu36@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
c4f6b8c6bc
commit
7e370c9637
@@ -399,7 +399,7 @@ class PredicatedTileAccessIterator<Shape_, Element_, layout::PitchLinear,
|
||||
bool is_residue_tile_;
|
||||
|
||||
/// Below is used when Gather is turned on. We need to record strided_offset
|
||||
/// and contiguous_offset seperated to compute the offset by using
|
||||
/// and contiguous_offset separated to compute the offset by using
|
||||
///
|
||||
/// offset = contiguous_offset + indices[strided_offset]
|
||||
///
|
||||
|
||||
@@ -1079,7 +1079,7 @@ class RegularTileIterator<
|
||||
//
|
||||
|
||||
/// The crosswised elements will be stored in a line.
|
||||
/// line_size is size of crosswised dimention plus padding.
|
||||
/// line_size is size of crosswised dimension plus padding.
|
||||
/// in units of AccessType
|
||||
Index line_size;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user