Resolve ambiguous include order for files of the same names for differen Gens

Change-Id: I26cfc73819884e967d47ef4cb95e2f3f4835ad4d
This commit is contained in:
Zdanowicz, Zbigniew
2018-01-17 17:26:49 +01:00
committed by sys_ocldev
parent e923c2211b
commit fa43e42887
7 changed files with 14 additions and 14 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, Intel Corporation
* Copyright (c) 2017 - 2018, Intel Corporation
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@ -31,7 +31,7 @@
struct BdwParse;
namespace OCLRT {
struct GEN8 {
#include "hw_cmds_generated.h"
#include "runtime/gen8/hw_cmds_generated.h"
typedef struct tagMEDIA_SURFACE_STATE {
union tagTheStructure {
struct tagCommon {

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, Intel Corporation
* Copyright (c) 2017 - 2018, Intel Corporation
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@ -32,8 +32,8 @@ struct SklParse;
namespace OCLRT {
struct GEN9 {
#include "hw_cmds_generated_patched.h"
#include "hw_cmds_generated.h"
#include "runtime/gen9/hw_cmds_generated_patched.h"
#include "runtime/gen9/hw_cmds_generated.h"
};
struct SKLFamily : public GEN9 {

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, Intel Corporation
* Copyright (c) 2017 - 2018, Intel Corporation
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@ -21,7 +21,7 @@
*/
#pragma once
#include "hw_cmds_base.h"
#include "runtime/gen9/hw_cmds_base.h"
namespace OCLRT {

View File

@ -21,7 +21,7 @@
*/
#pragma once
#include "hw_cmds_base.h"
#include "runtime/gen9/hw_cmds_base.h"
namespace OCLRT {

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, Intel Corporation
* Copyright (c) 2017 - 2018, Intel Corporation
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@ -21,7 +21,7 @@
*/
#pragma once
#include "hw_cmds_base.h"
#include "runtime/gen9/hw_cmds_base.h"
namespace OCLRT {

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, Intel Corporation
* Copyright (c) 2017 - 2018, Intel Corporation
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@ -21,7 +21,7 @@
*/
#pragma once
#include "hw_cmds_base.h"
#include "runtime/gen9/hw_cmds_base.h"
namespace OCLRT {

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, Intel Corporation
* Copyright (c) 2017 - 2018, Intel Corporation
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@ -21,7 +21,7 @@
*/
#pragma once
#include "hw_cmds_base.h"
#include "runtime/gen9/hw_cmds_base.h"
namespace OCLRT {