Revert "Feature(OCL) Use tag nodes for root device synchronization"

This reverts commit 547d1c37b3.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2022-12-24 18:25:41 +01:00
committed by Compute-Runtime-Automation
parent 9968857c29
commit 876de37b92
61 changed files with 209 additions and 994 deletions

View File

@@ -14,13 +14,16 @@
#include "command_queue_helpers_gen12lp.inl"
namespace NEO {
typedef Gen12LpFamily Family;
#include "opencl/source/command_queue/command_queue_process_dispatch_for_kernels_instance.inl"
static auto gfxCore = IGFX_GEN12LP_CORE;
template <>
void populateFactoryTable<CommandQueueHw<Family>>() {
extern CommandQueueCreateFunc commandQueueFactory[IGFX_MAX_CORE];
commandQueueFactory[gfxCore] = CommandQueueHw<Family>::create;
}
template class CommandQueueHw<Family>;
} // namespace NEO