Fix for dangling pointers (#885)
This commit is contained in:
parent
209faf7b94
commit
42290f5d1c
@ -527,7 +527,7 @@ protected:
|
|||||||
//
|
//
|
||||||
|
|
||||||
/// GEMM problem parameters
|
/// GEMM problem parameters
|
||||||
Params const ¶ms;
|
Params params;
|
||||||
|
|
||||||
/// Shared storage reference
|
/// Shared storage reference
|
||||||
SharedStorage &shared_storage;
|
SharedStorage &shared_storage;
|
||||||
|
@ -104,7 +104,7 @@ struct BaseGroupedProblemVisitor {
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
Params const ¶ms;
|
Params params;
|
||||||
int32_t tile_idx;
|
int32_t tile_idx;
|
||||||
int32_t problem_tile_start;
|
int32_t problem_tile_start;
|
||||||
int32_t problem_idx;
|
int32_t problem_idx;
|
||||||
|
Loading…
Reference in New Issue
Block a user