Skip to content

Commit

Permalink
Fix for dangling references in the MHA example (NVIDIA#918)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-zinoviev authored Apr 20, 2023
1 parent 9a83bd3 commit e36912f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ class PredicatedTileAccessIteratorResidualLast<
Mask residual_tile_mask;

/// Parameters object with precomputed internal state
Params const& params_;
Params params_;

/// Internal pointer to first access of tile
BytePointer pointer_;
Expand Down Expand Up @@ -1018,7 +1018,7 @@ class PredicatedTileAccessIteratorResidualLast<
//

/// Parameters object with precomputed internal state
Params const& params_;
Params params_;

/// Internal pointer to first access of tile
BytePointer pointer_;
Expand Down

0 comments on commit e36912f

Please sign in to comment.