Logo
Explore Help
Sign In
Media/compute-runtime
1
0
Fork 0
You've already forked compute-runtime
mirror of https://github.com/intel/compute-runtime.git synced 2025-09-15 13:01:45 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
3e1023fa1a249c84e56e084a1fdcc73046aacd6b
compute-runtime/shared/source/command_stream/preemption_mode.h

21 lines
336 B
C
Raw Normal View History

Refactor headers and reorder include order Change-Id: I6b341e2b37e569af7d741bfd7a63804c0b25a4c9
2019-02-12 17:27:13 +01:00
/*
Update copyright headers Change-Id: I05eaad34f5af15685c6ad6d5bb3078f21dd1e0af Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2020-02-22 22:21:06 +01:00
* Copyright (C) 2019-2020 Intel Corporation
Refactor headers and reorder include order Change-Id: I6b341e2b37e569af7d741bfd7a63804c0b25a4c9
2019-02-12 17:27:13 +01:00
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include <cstdint>
Change namespace from OCLRT to NEO Change-Id: If965c79d70392db26597aea4c2f3b7ae2820fe96 Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
2019-03-26 11:59:46 +01:00
namespace NEO {
Refactor headers and reorder include order Change-Id: I6b341e2b37e569af7d741bfd7a63804c0b25a4c9
2019-02-12 17:27:13 +01:00
enum PreemptionMode : uint32_t {
// Keep in sync with ForcePreemptionMode debug variable
Initial = 0,
Disabled = 1,
MidBatch,
ThreadGroup,
MidThread,
};
Change namespace from OCLRT to NEO Change-Id: If965c79d70392db26597aea4c2f3b7ae2820fe96 Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
2019-03-26 11:59:46 +01:00
} // namespace NEO
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.2 Page: 429ms Template: 21ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API