mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 23:33:20 +08:00
Add concurrent kernel execution type
Related-To: NEO-4940 Signed-off-by: Sebastian Luzynski <sebastian.jozef.luzynski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
85ce7a5866
commit
556b6cd457
@@ -10,6 +10,7 @@
|
||||
namespace NEO {
|
||||
enum class KernelExecutionType {
|
||||
Default = 0x0u,
|
||||
Concurrent = 0x1u
|
||||
Concurrent = 0x1u,
|
||||
NotApplicable = 0x2u
|
||||
};
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user