From 1f915dddd2153a364fd805443f64760d09b56f96 Mon Sep 17 00:00:00 2001 From: Vlad Sytchenko Date: Wed, 3 Jun 2020 13:57:40 -0400 Subject: [PATCH] Disable oclruntime OCLPerfCounters test For some reason the test is causing latest rocr to crash. Disabling for now to investigate. Change-Id: I78996241e6756c36af4b7f5fcb34e915bf33573e [ROCm/clr commit: ce2c28c74580760eca4f5265b284f860323ebb4b] --- .../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 a5807cb63c..3943769aee 100644 --- a/projects/clr/opencl/tests/ocltst/module/runtime/oclruntime.exclude +++ b/projects/clr/opencl/tests/ocltst/module/runtime/oclruntime.exclude @@ -5,3 +5,5 @@ OCLImageCopyPartial OCLCPUGuardPages OCLRegionDeviceQueries + +OCLPerfCounters