Skip to content

Commit 74ba127

Browse files
committed
Update README.md
1 parent 92d4a1c commit 74ba127

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ This open source release supports building both the "Public" and "Internal" vers
7575
will produce what is referred to as the "Public" version of GPUPerfAPI. This version exposes "Public", or "Derived", counters. These are counters that are computed
7676
using a set of hardware counters. Until now, only the Public the version of GPUPerfAPI was available on the AMD Developer website. As part of the open-source effort,
7777
we are also providing the ability to build the "Internal" versions of GPUPerfAPI. In addition to exposing the same counters as the Public version, the Internal version
78-
also exposes some of the hardware Counters available in the GPU/APU. The usage of the Internal version is identical to the Public version. The only difference will be in the
78+
also exposes some of the hardware Counters available in the GPU/APU. It's important to note that not all hardware counters receive the same validation as other parts of
79+
the hardware on all GPUs, so in some cases accuracy of counter data cannot be guaranteed. The usage of the Internal version is identical to the Public version. The only difference will be in the
7980
name of the library an application loads at runtime and the list of counters exposed by the library. See the [Build Instructions](BUILD.md) for more information on how
8081
to build and use the Internal version. In the future, we see there being only a single version of GPUPerfAPI, with perhaps a change in the API to allow users of GPA to
8182
indicate whether the library exposes just the Derived counters or both the Derived and the Hardware counters. We realize using the term "Internal" for something which is

0 commit comments

Comments
 (0)