hw_cmds.h usage cleanup

Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
Artur Harasimiuk
2022-06-28 22:23:39 +00:00
committed by Compute-Runtime-Automation
parent 3ed8b4319f
commit a8e2bd3f98
23 changed files with 15 additions and 49 deletions

View File

@@ -7,8 +7,6 @@
#include "shared/source/helpers/hw_info.h"
#include "hw_cmds.h"
namespace NEO {
template <typename GfxFamily>

View File

@@ -21,7 +21,6 @@
#include "shared/test/common/test_macros/test.h"
#include "gtest/gtest.h"
#include "hw_cmds.h"
#include <memory>

View File

@@ -22,8 +22,6 @@
#include "shared/test/unit_test/device_binary_format/patchtokens_tests.h"
#include "shared/test/unit_test/helpers/gtest_helpers.h"
#include "hw_cmds.h"
using namespace NEO;
using CommandEncodeStatesTest = Test<CommandEncodeStatesFixture>;

View File

@@ -15,7 +15,6 @@
#include "shared/test/common/mocks/mock_dispatch_kernel_encoder_interface.h"
#include "shared/test/common/test_macros/test.h"
#include "hw_cmds.h"
#include "test_traits_common.h"
using namespace NEO;

View File

@@ -15,8 +15,6 @@
#include "shared/test/common/test_macros/test.h"
#include "shared/test/unit_test/encoders/test_encode_dispatch_kernel_dg2_and_later.h"
#include "hw_cmds.h"
using namespace NEO;
using CommandEncodeStatesTestPvcAndLater = Test<CommandEncodeStatesFixture>;

View File

@@ -23,8 +23,6 @@
#include "shared/test/common/mocks/mock_dispatch_kernel_encoder_interface.h"
#include "shared/test/common/test_macros/test.h"
#include "hw_cmds.h"
#include <memory>
using namespace NEO;