mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 15:53:45 +08:00
fix: cleanup memory leaks in ocloc
- enable memory leaks detection in ocloc tests Related-To: NEO-7467 Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
bab299ee78
commit
97a8f15fbd
@@ -12,7 +12,7 @@
|
||||
#include "platforms.h"
|
||||
|
||||
ProductConfigHelper::ProductConfigHelper() : deviceAotInfo({
|
||||
#define DEVICE_CONFIG(productConfig, hwConfig, deviceIds, family, release) {{AOT::productConfig}, &NEO::hwConfig::hwInfo, &NEO::deviceIds, AOT::family, AOT::release},
|
||||
#define DEVICE_CONFIG(productConfig, hwConfig, deviceIds, family, release) {{AOT::productConfig}, &NEO::hwConfig::hwInfo, &NEO::deviceIds, AOT::family, AOT::release, {}, {}},
|
||||
#include "product_config.inl"
|
||||
#undef DEVICE_CONFIG
|
||||
}) {
|
||||
|
||||
Reference in New Issue
Block a user