Improve including common reg_configs header

Change-Id: I7fa22c2caffd0004269eb0d4f4fcdfd7621572af
This commit is contained in:
Dunajski, Bartosz
2018-04-26 12:55:22 +02:00
committed by sys_ocldev
parent 8d2df3c332
commit 82c9acddde
21 changed files with 22 additions and 21 deletions

View File

@ -23,7 +23,7 @@ set(RUNTIME_SRCS_GEN_COMMON
${CMAKE_CURRENT_SOURCE_DIR}/aub_mapper.h
${CMAKE_CURRENT_SOURCE_DIR}/aub_mapper_base.h
${CMAKE_CURRENT_SOURCE_DIR}/hw_cmds.h
${CMAKE_CURRENT_SOURCE_DIR}/reg_configs.h
${CMAKE_CURRENT_SOURCE_DIR}/reg_configs${BRANCH_DIR_SUFFIX}/reg_configs_common.h
)
target_sources(${NEO_STATIC_LIB_NAME} PRIVATE ${RUNTIME_SRCS_GEN_COMMON})

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"),

View File

@ -24,7 +24,7 @@
#include "runtime/command_stream/linear_stream.h"
#include "runtime/command_stream/preemption.h"
#include "hw_cmds.h"
#include "reg_configs.h"
#include "reg_configs_common.h"
#include "runtime/device/device.h"
#include "runtime/kernel/kernel.h"
#include "runtime/helpers/aligned_memory.h"