From a3fe0fafe2f892e78d43ee6b7a0c8d8a4e18ee3b Mon Sep 17 00:00:00 2001 From: Jason Tang Date: Wed, 20 Apr 2022 16:38:41 -0400 Subject: [PATCH] SWDEV-1 - Disable OCLAtomicCounter for now OCLAtomicCounter should only be run when the compiler is HSAIL. Change-Id: I862e23b22157d2c25bc5697fa58079c78040f5f5 --- opencl/tests/ocltst/module/runtime/oclruntime.exclude | 2 ++ 1 file changed, 2 insertions(+) diff --git a/opencl/tests/ocltst/module/runtime/oclruntime.exclude b/opencl/tests/ocltst/module/runtime/oclruntime.exclude index 5c68713e99..4690dc0574 100644 --- a/opencl/tests/ocltst/module/runtime/oclruntime.exclude +++ b/opencl/tests/ocltst/module/runtime/oclruntime.exclude @@ -8,3 +8,5 @@ OCLRegionDeviceQueries OCLDynamic OCLDynamicBLines + +OCLAtomicCounter