Skip to content

Commit 3d0c065

Browse files
Remove device enqueue part 16
-delete old unused flags Related-To: NEO-6559 Signed-off-by: Katarzyna Cencelewska <[email protected]>
1 parent 5847881 commit 3d0c065

File tree

4 files changed

+1
-13
lines changed

4 files changed

+1
-13
lines changed

opencl/source/api/cl_types.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ struct _cl_accelerator_intel : public ClDispatch {
2222
struct _cl_command_queue : public ClDispatch {
2323
};
2424

25-
// device_queue is a type used internally
26-
struct _device_queue : public _cl_command_queue {
27-
};
28-
2925
struct _cl_context : public ClDispatch {
3026
bool isSharedContext = false;
3127
};

opencl/test/unit_test/command_queue/enqueue_kernel_2_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ HWTEST_P(EnqueueKernelPrintfTest, GivenKernelWithPrintfBlockedByEventWhenEventUn
666666
EXPECT_STREQ("test", output.c_str());
667667
}
668668

669-
HWTEST_P(EnqueueKernelPrintfTest, GivenKernelWithImplicitArgsWithoutPrintfInParentKernelBlockedByEventWhenEventUnblockedThenOutputPrinted) {
669+
HWTEST_P(EnqueueKernelPrintfTest, GivenKernelWithImplicitArgsWhenEventUnblockedThenOutputPrinted) {
670670
auto userEvent = make_releaseable<UserEvent>(context);
671671

672672
MockKernelWithInternals mockKernel(*pClDevice);

opencl/test/unit_test/test_files/igdrcl.config

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ InjectInternalBuildOptions = unk
3939
OverrideCsrAllocationSize = -1
4040
ForceL1Caching = -1
4141
UseKmdMigration = -1
42-
SchedulerSimulationReturnInstance = 0
43-
SchedulerGWS = 0
4442
EnableExperimentalCommandBuffer = 0
4543
OverrideStatelessMocsIndex = -1
4644
OverrideMocsIndexForScratchSpace = -1
@@ -56,7 +54,6 @@ EnableDebugBreak = 1
5654
FlushAllCaches = 0
5755
MakeEachEnqueueBlocking = 0
5856
DisableResourceRecycling = 0
59-
ForceDispatchScheduler = 0
6057
TrackParentEvents = 0
6158
RebuildPrecompiledKernels = 0
6259
LoopAtDriverInit = 0
@@ -79,7 +76,6 @@ LogMemoryObject = 0
7976
ResidencyDebugEnable = 0
8077
EventsDebugEnable = 0
8178
EventsTrackerEnable = 0
82-
PrintEMDebugInformation = 0
8379
PrintLWSSizes = 0
8480
PrintDispatchParameters = 0
8581
PrintProgramBinaryProcessingTime = 0

shared/source/debug_settings/debug_variables_base.inl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ DECLARE_DEBUG_VARIABLE(bool, FlushAllCaches, false, "pipe controls between enque
4848
DECLARE_DEBUG_VARIABLE(bool, DoNotFlushCaches, false, "clear all possible cache flush flags from pipe controls between enqueue flush")
4949
DECLARE_DEBUG_VARIABLE(bool, MakeEachEnqueueBlocking, false, "equivalent of finish after each enqueue")
5050
DECLARE_DEBUG_VARIABLE(bool, DisableResourceRecycling, false, "when set to true disables resource recycling optimization")
51-
DECLARE_DEBUG_VARIABLE(bool, ForceDispatchScheduler, false, "dispatches scheduler kernel instead of kernel enqueued")
5251
DECLARE_DEBUG_VARIABLE(bool, TrackParentEvents, false, "events track their parents")
5352
DECLARE_DEBUG_VARIABLE(bool, RebuildPrecompiledKernels, false, "forces driver to recompile precompiled kernels from sources")
5453
DECLARE_DEBUG_VARIABLE(bool, LoopAtDriverInit, false, "Adds endless loop in DebugSettingsManager constructor, useful for debugging.")
@@ -83,8 +82,6 @@ DECLARE_DEBUG_VARIABLE(int64_t, OverrideMultiStoragePlacement, -1, "-1: disable,
8382
DECLARE_DEBUG_VARIABLE(int64_t, ForceCompressionDisabledForCompressedBlitCopies, -1, "-1: default, 0: disabled, 1: enabled. If compression is required, set AUX_CCS_E, but force CompressionEnable filed. 0 should result in uncompressed read/write")
8483
DECLARE_DEBUG_VARIABLE(int32_t, ForceL1Caching, -1, "-1: default, 0: disable, 1: enable, When set to true driver will program L1 cache policy for surface state and stateless accessess")
8584
DECLARE_DEBUG_VARIABLE(int32_t, ForceAuxTranslationEnabled, -1, "-1: default, 0: disabled, 1: enabled")
86-
DECLARE_DEBUG_VARIABLE(int32_t, SchedulerSimulationReturnInstance, 0, "prints execution model related debug information")
87-
DECLARE_DEBUG_VARIABLE(int32_t, SchedulerGWS, 0, "Forces gws of scheduler kernel, only multiple of 24 allowed or 0 - default selected")
8885
DECLARE_DEBUG_VARIABLE(int32_t, EnableExperimentalCommandBuffer, 0, "Enables injection of experimental command buffer")
8986
DECLARE_DEBUG_VARIABLE(int32_t, OverrideStatelessMocsIndex, -1, "-1: feature inactive, >=0 : following MOCS index will be programmed for stateless accesses in state base address (for regular buffers)")
9087
DECLARE_DEBUG_VARIABLE(int32_t, OverrideMocsIndexForScratchSpace, -1, "-1: feature inactive, >=0 : following MOCS index will be programmed for stateful accesses in surface state for scratch space")
@@ -203,7 +200,6 @@ DECLARE_DEBUG_VARIABLE(bool, LogWaitingForCompletion, false, "Logs waiting for c
203200
DECLARE_DEBUG_VARIABLE(bool, ResidencyDebugEnable, false, "enables debug messages and checks for Residency Model")
204201
DECLARE_DEBUG_VARIABLE(bool, EventsDebugEnable, false, "enables debug messages for events, virtual events, blocked enqueues, events trees etc.")
205202
DECLARE_DEBUG_VARIABLE(bool, EventsTrackerEnable, false, "enables event graphs dumping")
206-
DECLARE_DEBUG_VARIABLE(bool, PrintEMDebugInformation, false, "prints execution model related debug information")
207203
DECLARE_DEBUG_VARIABLE(bool, PrintLWSSizes, false, "prints driver choosen local workgroup sizes")
208204
DECLARE_DEBUG_VARIABLE(bool, PrintDispatchParameters, false, "prints dispatch paramters of kernels passed to clEnqueueNDRangeKernel")
209205
DECLARE_DEBUG_VARIABLE(bool, PrintProgramBinaryProcessingTime, false, "prints execution time of Program::processGenBinary() method during program building")

0 commit comments

Comments
 (0)