mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
Adding initial PreemptionMode::Initial
- account for initial setting (when set mode was equal to initial(Disabled)) estimate size in cmdStreamCS, program MMIO Change-Id: Ice218ae986583c8f3bab4f4f6979e38f03e30d7e
This commit is contained in:
committed by
sys_ocldev
parent
4db1e3af6a
commit
012b8bd73c
@@ -31,10 +31,11 @@ namespace OCLRT {
|
||||
|
||||
enum class PreemptionMode : uint32_t {
|
||||
// Keep in sync with ForcePreemptionMode debug variable
|
||||
Initial = 0,
|
||||
Disabled = 1,
|
||||
MidBatch,
|
||||
ThreadGroup,
|
||||
MidThread
|
||||
MidThread,
|
||||
};
|
||||
|
||||
struct WhitelistedRegisters {
|
||||
|
||||
Reference in New Issue
Block a user