Skip to content

Commit 1eaee4a

Browse files
committed
Update BUILD.md and README.md
1 parent b60f794 commit 1eaee4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BUILD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@ Counter formulas are expressed in a Reverse Polish Notation and are made up the
124124
* functions: The supported functions are: min, max, sum, ifnotzero, and vcomparemax4. "max and "sum" have variants that work on multiple items at once (i.e. sum16, sum64, etc.)
125125
* hardware params: The supported hardware params are "num_shader_engines". "num_simds", "su_clock_prim", "num_prim_pipes", and "TS_FREQ"
126126

127-
For more details, see the "EvaluateExpression" function in the [GPAPublicCounters.cpp](Src/GPUPerfAPICounterGenerator/GPAPublicCounters.cpp) file.
127+
For more details, see the "EvaluateExpression" function in the [GPADerivedCounters.cpp](Src/GPUPerfAPICounterGenerator/GPADerivedCounters.cpp) file.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ will be a "docs" directory. Simply open the index.html file in a web browser to
8282
The documentation is hosted publicly at: http://gpuperfapi.readthedocs.io/en/latest/
8383

8484
## "Public" vs "Internal" Versions
85-
This open source release supports building both the "Public" and "Internal" versions of GPUPerfAPI. By default the Visual Studio solution and the Linux build scripts
85+
This open source release supports building both the "Public" and "Internal" versions of GPUPerfAPI. By default the CMake-generated Visual Studio solutions and Linux makefiles
8686
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
8787
using a set of hardware counters. Until now, only the Public version of GPUPerfAPI was available on the AMD Developer website. As part of the open-source effort,
8888
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

0 commit comments

Comments
 (0)