From f3d672d5079e76986a29cd41a5cb68ea21f7d93f Mon Sep 17 00:00:00 2001 From: German Andryeyev <56892148+gandryey@users.noreply.github.com> Date: Thu, 18 Sep 2025 18:28:51 -0400 Subject: [PATCH] SWDEV-552741 - Exclude OCLGetQueueThreadID from ocl tests (#1024) The tests uses AMD OCL extension to check the queue thread id, but there is no queue thread with DD --- .../clr/opencl/tests/ocltst/module/runtime/oclruntime.exclude | 3 +++ 1 file changed, 3 insertions(+) diff --git a/projects/clr/opencl/tests/ocltst/module/runtime/oclruntime.exclude b/projects/clr/opencl/tests/ocltst/module/runtime/oclruntime.exclude index c39d8bb3cd..99e1a8cb9f 100644 --- a/projects/clr/opencl/tests/ocltst/module/runtime/oclruntime.exclude +++ b/projects/clr/opencl/tests/ocltst/module/runtime/oclruntime.exclude @@ -9,3 +9,6 @@ OCLRegionDeviceQueries OCLDynamicBLines OCLAtomicCounter + +OCLGetQueueThreadID + \ No newline at end of file