Skip to content

Commit b78c9ec

Browse files
moving auto-generated files to dedicated folders
Related-To: NEO-126 Change-Id: I18e3ebac769fb5a8866392eb627625cace6597dd Signed-off-by: Artur Harasimiuk <[email protected]>
1 parent edc326b commit b78c9ec

14 files changed

+14
-13
lines changed

core/gen11/hw_cmds_base.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ struct CmdParse;
1818
namespace NEO {
1919

2020
struct GEN11 {
21-
#include "core/gen11/hw_cmds_generated.inl"
22-
#include "core/gen11/hw_cmds_generated_patched.inl"
21+
#include "core/generated/gen11/hw_cmds_generated.inl"
22+
#include "core/generated/gen11/hw_cmds_generated_patched.inl"
2323
};
2424
struct ICLFamily : public GEN11 {
2525
using PARSE = CmdParse<ICLFamily>;

core/gen12lp/hw_cmds_base.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ struct CmdParse;
2020
namespace NEO {
2121

2222
struct GEN12LP {
23-
#include "core/gen12lp/hw_cmds_generated.inl"
24-
#include "core/gen12lp/hw_cmds_generated_patched.inl"
23+
#include "core/generated/gen12lp/hw_cmds_generated.inl"
24+
#include "core/generated/gen12lp/hw_cmds_generated_patched.inl"
2525
static constexpr uint32_t stateComputeModeForceNonCoherentMask = (((1 << 0) | (1 << 1)) << 3);
2626
};
2727
struct TGLLPFamily : public GEN12LP {

core/gen8/hw_cmds_base.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ struct CmdParse;
2020
namespace NEO {
2121

2222
struct GEN8 {
23-
#include "core/gen8/hw_cmds_generated.inl"
24-
#include "core/gen8/hw_cmds_generated_patched.inl"
23+
#include "core/generated/gen8/hw_cmds_generated.inl"
24+
#include "core/generated/gen8/hw_cmds_generated_patched.inl"
2525
};
2626
struct BDWFamily : public GEN8 {
2727
using PARSE = CmdParse<BDWFamily>;

core/gen9/hw_cmds_base.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ struct CmdParse;
2020
namespace NEO {
2121

2222
struct GEN9 {
23-
#include "core/gen9/hw_cmds_generated.inl"
24-
#include "core/gen9/hw_cmds_generated_patched.inl"
23+
#include "core/generated/gen9/hw_cmds_generated.inl"
24+
#include "core/generated/gen9/hw_cmds_generated_patched.inl"
2525
};
2626

2727
struct SKLFamily : public GEN9 {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)