Fix for dangling references in the MHA example (#918)
This commit is contained in:
parent
9a83bd3381
commit
e36912f961
@ -175,7 +175,7 @@ class PredicatedTileAccessIteratorResidualLast<
|
|||||||
Mask residual_tile_mask;
|
Mask residual_tile_mask;
|
||||||
|
|
||||||
/// Parameters object with precomputed internal state
|
/// Parameters object with precomputed internal state
|
||||||
Params const& params_;
|
Params params_;
|
||||||
|
|
||||||
/// Internal pointer to first access of tile
|
/// Internal pointer to first access of tile
|
||||||
BytePointer pointer_;
|
BytePointer pointer_;
|
||||||
@ -1018,7 +1018,7 @@ class PredicatedTileAccessIteratorResidualLast<
|
|||||||
//
|
//
|
||||||
|
|
||||||
/// Parameters object with precomputed internal state
|
/// Parameters object with precomputed internal state
|
||||||
Params const& params_;
|
Params params_;
|
||||||
|
|
||||||
/// Internal pointer to first access of tile
|
/// Internal pointer to first access of tile
|
||||||
BytePointer pointer_;
|
BytePointer pointer_;
|
||||||
|
Loading…
Reference in New Issue
Block a user