Fix for dangling pointers (#885)

This commit is contained in:
Alexander Zinoviev 2023-03-24 22:15:14 -07:00 committed by GitHub
parent 209faf7b94
commit 42290f5d1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -527,7 +527,7 @@ protected:
//
/// GEMM problem parameters
Params const &params;
Params params;
/// Shared storage reference
SharedStorage &shared_storage;

View File

@ -104,7 +104,7 @@ struct BaseGroupedProblemVisitor {
};
Params const &params;
Params params;
int32_t tile_idx;
int32_t problem_tile_start;
int32_t problem_idx;