mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
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:
committed by
Compute-Runtime-Automation
parent
9968857c29
commit
876de37b92
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user