mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 15:53:45 +08:00
refactor: use proper include pattern
Related-To: NEO-8043 Signed-off-by: Naklicki, Mateusz <mateusz.naklicki@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
e96dd344c3
commit
054d4d04fa
@@ -6,9 +6,9 @@
|
||||
*/
|
||||
|
||||
#include "shared/test/common/helpers/mock_product_helper_hw.h"
|
||||
namespace NEO {
|
||||
|
||||
constexpr static auto gfxProduct = IGFX_ELKHARTLAKE;
|
||||
|
||||
#include "shared/test/common/helpers/mock_product_helper_hw.inl"
|
||||
template struct MockProductHelperHw<gfxProduct>;
|
||||
} // namespace NEO
|
||||
|
||||
template struct NEO::MockProductHelperHw<gfxProduct>;
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
*/
|
||||
|
||||
#include "shared/test/common/helpers/mock_product_helper_hw.h"
|
||||
namespace NEO {
|
||||
|
||||
constexpr static auto gfxProduct = IGFX_ICELAKE_LP;
|
||||
|
||||
#include "shared/test/common/helpers/mock_product_helper_hw.inl"
|
||||
template struct MockProductHelperHw<gfxProduct>;
|
||||
} // namespace NEO
|
||||
|
||||
template struct NEO::MockProductHelperHw<gfxProduct>;
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
*/
|
||||
|
||||
#include "shared/test/common/helpers/mock_product_helper_hw.h"
|
||||
namespace NEO {
|
||||
|
||||
constexpr static auto gfxProduct = IGFX_LAKEFIELD;
|
||||
|
||||
#include "shared/test/common/helpers/mock_product_helper_hw.inl"
|
||||
template struct MockProductHelperHw<gfxProduct>;
|
||||
} // namespace NEO
|
||||
|
||||
template struct NEO::MockProductHelperHw<gfxProduct>;
|
||||
|
||||
Reference in New Issue
Block a user