mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 07:14:10 +08:00
hw_cmds.h usage refactor
create header with include for DEFAULT_PLATFORM what can be used in some places Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
70b41cf3ce
commit
0e65d3e667
@@ -9,7 +9,7 @@
|
||||
#include "shared/source/execution_environment/execution_environment.h"
|
||||
#include "shared/source/execution_environment/root_device_environment.h"
|
||||
|
||||
#include "hw_cmds.h"
|
||||
#include "hw_cmds_default.h"
|
||||
|
||||
namespace NEO {
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2021 Intel Corporation
|
||||
* Copyright (C) 2021-2022 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -7,5 +7,5 @@
|
||||
|
||||
#pragma once
|
||||
#ifdef SUPPORT_XE_HP_SDV
|
||||
#include "hw_cmds_xehp.h"
|
||||
#include "hw_cmds_xe_hp_sdv.h"
|
||||
#endif
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
#include "shared/test/common/mocks/mock_builtins.h"
|
||||
#include "shared/test/common/mocks/mock_device.h"
|
||||
|
||||
#include "hw_cmds.h"
|
||||
#include "hw_cmds_default.h"
|
||||
|
||||
namespace NEO {
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
#include "shared/test/unit_test/tests_configuration.h"
|
||||
|
||||
#include "gmock/gmock.h"
|
||||
#include "hw_cmds.h"
|
||||
#include "hw_cmds_default.h"
|
||||
#include "test_files_setup.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
Reference in New Issue
Block a user