From 2acbfbc8019f06647f865e689ad17da8d91f324e 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 [ROCm/clr commit: a3fe0fafe2f892e78d43ee6b7a0c8d8a4e18ee3b] --- .../clr/opencl/tests/ocltst/module/runtime/oclruntime.exclude | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/clr/opencl/tests/ocltst/module/runtime/oclruntime.exclude b/projects/clr/opencl/tests/ocltst/module/runtime/oclruntime.exclude index 5c68713e99..4690dc0574 100644 --- a/projects/clr/opencl/tests/ocltst/module/runtime/oclruntime.exclude +++ b/projects/clr/opencl/tests/ocltst/module/runtime/oclruntime.exclude @@ -8,3 +8,5 @@ OCLRegionDeviceQueries OCLDynamic OCLDynamicBLines + +OCLAtomicCounter