From d8cc95e68e3690c8f86719a8400b359b71ddb108 Mon Sep 17 00:00:00 2001 From: Peter Lohrmann <48336487+PLohrmannAMD@users.noreply.github.com> Date: Wed, 14 Dec 2022 09:49:43 -0800 Subject: [PATCH] Update README.md Add note about OpenCL temporarily not being supported on Radeon(tm) RX 7000 series GPUs. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8dc54eb3..a47f2844 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,9 @@ There are some counters that are returning unexpected results on specific hardwa ### Counter Validation Errors in D3D12ColorCube Sample App Due to the extensive counter validation now being done in the D3D12ColorCube sample application, and some expected variation in nondeterministic counters across a wide range of systems, the sample app may report errors on some systems. Likewise, some counters are marked as known issues and we are investigating the underlying causes of the inconsistent results. +### Support for OpenCL is not enabled for Radeon 7000 Series GPUs +This should be resolved in a future release. + ### OpenCL Performance Counter Accuracy For Radeon 6000 Series GPUs The following performance counter values may not be accurate for OpenCL applications running on Radeon 6000 Series GPUs: * Wavefronts, VALUInsts, SALUInsts, SALUBusy, VALUUtilization: These values should be representative of performance, but may not be 100% accurate.