Add concurrent kernel execution type

Related-To: NEO-4940
Signed-off-by: Sebastian Luzynski <sebastian.jozef.luzynski@intel.com>
This commit is contained in:
Sebastian Luzynski
2020-11-17 11:42:29 +01:00
committed by Compute-Runtime-Automation
parent 85ce7a5866
commit 556b6cd457
19 changed files with 124 additions and 17 deletions

View File

@@ -10,6 +10,7 @@
namespace NEO {
enum class KernelExecutionType {
Default = 0x0u,
Concurrent = 0x1u
Concurrent = 0x1u,
NotApplicable = 0x2u
};
} // namespace NEO