mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 18:06:32 +08:00
Cleanup headers
Make TUs and headers self-contained, remove unused headers Signed-off-by: Daniel Chabrowski <daniel.chabrowski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
ac3005a463
commit
7463e1970b
@@ -7,16 +7,15 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
namespace NEO {
|
||||
namespace ThreadArbitrationPolicy {
|
||||
#include <cstdint>
|
||||
|
||||
enum : int32_t {
|
||||
namespace NEO {
|
||||
|
||||
enum ThreadArbitrationPolicy : int32_t {
|
||||
AgeBased = 0,
|
||||
RoundRobin = 1,
|
||||
RoundRobinAfterDependency = 2,
|
||||
NotPresent = -1
|
||||
};
|
||||
|
||||
} // namespace ThreadArbitrationPolicy
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user