mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-10 12:53:42 +08:00
Fix include order dependency
Change-Id: I65fe4f51040f57fd074f61b5917872d69f441998
This commit is contained in:

committed by
sys_ocldev

parent
4dee2c789a
commit
0aea0b6fca
@ -30,6 +30,9 @@
|
|||||||
#ifdef SUPPORT_GEN10
|
#ifdef SUPPORT_GEN10
|
||||||
#include "runtime/gen10/reg_configs.h"
|
#include "runtime/gen10/reg_configs.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <cstdint>
|
||||||
|
|
||||||
namespace OCLRT {
|
namespace OCLRT {
|
||||||
namespace ThreadArbitrationPolicy {
|
namespace ThreadArbitrationPolicy {
|
||||||
const uint32_t RoundRobinAfterDependency = 2;
|
const uint32_t RoundRobinAfterDependency = 2;
|
||||||
|
Reference in New Issue
Block a user