mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-31 20:13:04 +08:00
Remove platformDevices from runtime
Related-To: NEO-4207 Change-Id: I70781b44e7d14360a581808049baf8b61fd1b4e4 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
2e6c9dbb80
commit
66754c4849
@@ -18,7 +18,7 @@
|
||||
|
||||
namespace NEO {
|
||||
ExecutionEnvironment::ExecutionEnvironment() {
|
||||
hwInfo = std::make_unique<HardwareInfo>(*platformDevices[0]);
|
||||
hwInfo = std::make_unique<HardwareInfo>();
|
||||
};
|
||||
|
||||
ExecutionEnvironment::~ExecutionEnvironment() {
|
||||
|
||||
Reference in New Issue
Block a user