Skip to content
Snippets Groups Projects
Commit 23183567 authored by Maxence Naud's avatar Maxence Naud
Browse files

Fix Scheduler::StaticSchedulingElement shared_ptr circular reference

- Change shared_ptr to raw ptr. It is possible without issue here as each pointer is stored and owned by Scheduler::mStaticSchedule and deleted with it
- Change Scheduler::resetScheduling() and Scheduler::~Scheduler() to delete raw pointers properly
parent 95b0cd6b
No related branches found
No related tags found
4 merge requests!280Fix Scheduler::StaticSchedulingElement shared_ptr circular reference,!248Draft: [Add] MulPTQ and ScalingMeta MetaOperators,!229Version 0.3.1,!227Fix Scheduler::StaticSchedulingElement shared_ptr circular reference
Pipeline #57369 passed