mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Improve including common reg_configs header
Change-Id: I7fa22c2caffd0004269eb0d4f4fcdfd7621572af
This commit is contained in:

committed by
sys_ocldev

parent
8d2df3c332
commit
82c9acddde
@ -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})
|
||||
|
@ -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"),
|
@ -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"
|
||||
|
Reference in New Issue
Block a user