You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[UR][L0] Fixed issue where L0 Adapters unused were not calling teardown (#20642)
- L0 Static Loader "requires" teardown to be called before the adapter
library exits otherwise the loader may call into the adapter during
teardown to an invalid address. The "skipping" of L0 adapters failed to
call the L0 teardown api required, which results in sporadic calls to
invalid memory during teardown.
- Added a function such that when an adapter is skipped, then the
adapter calls the Loader teardown given static loader compile.
Signed-off-by: Neil R. Spruit <[email protected]>
0 commit comments