mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-07 21:27:04 +08:00
Feature(OCL) Use tag nodes for root device synchronization
With this commit events created on multi root device contexts will synchronize using signaled TagNodes instead of using taskCounts. Signed-off-by: Maciej Plewka <maciej.plewka@intel.com> Related-To: NEO-7105
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
6fac234655
commit
547d1c37b3
@@ -16,8 +16,8 @@
|
||||
namespace NEO {
|
||||
|
||||
typedef Gen8Family Family;
|
||||
#include "opencl/source/command_queue/command_queue_process_dispatch_for_kernels_instance.inl"
|
||||
static auto gfxCore = IGFX_GEN8_CORE;
|
||||
|
||||
template class CommandQueueHw<Family>;
|
||||
|
||||
template <>
|
||||
|
||||
Reference in New Issue
Block a user