Files
compute-runtime/shared/source/built_ins
Fabian Zwolinski 91019afa4b Fix perContextSipKernels map in BuiltIns
Previously std::once_flag was assigned per map:
std::unordered_map<ContextId, std::unique_ptr<SipKernel>> which was
incorrect and caused the situation in which SipKernel is allocated only
on 1 context and was skipped for other contexts, so we ended up with
only one allocation regardless of the number of contexts.

This change assigns std::once_flag for each allocated SipKernel.

Related-To: NEO-7630
Signed-off-by: Fabian Zwolinski <fabian.zwolinski@intel.com>
2023-04-11 17:24:57 +02:00
..
2022-12-08 16:14:38 +01:00
2023-01-11 16:10:28 +01:00
2022-12-08 16:14:38 +01:00
2023-02-10 17:23:02 +01:00
2023-01-11 16:10:28 +01:00
2021-10-19 11:45:24 +02:00