Skip to content

Commit de5312a

Browse files
committed
Fix typos in dir separators
1 parent 34c38ac commit de5312a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

BUILD.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ this script everytime you pull new changes from GPA repository.
3737
##### Build Instructions
3838
* Load Build\VS2015\GPUPerfAPI.sln into Visual Studio
3939
* Build the 64-bit and/or 32-bit configuration
40-
* After a successful build, the GPUPerfAPI binaries can be found in `GPA\Output\\$(Configuration)\bin` (for example GPA\Output\Release\bin)
40+
* After a successful build, the GPUPerfAPI binaries can be found in `GPA\Output\$(Configuration)\bin` (for example GPA\Output\Release\bin)
4141

4242
#### Additional Information
4343
* The Visual Studio solution includes a Documentation project that allows you to generate the HTML-based source code documentation using Doxygen. In order
@@ -57,7 +57,7 @@ this script everytime you pull new changes from GPA repository.
5757
* For 32-bit builds, install the multilib packages: sudo apt-get install gcc-multilib g++-multilib
5858

5959
##### Build Instructions
60-
* cd into the Build\Linux directory
60+
* cd into the Build/Linux directory
6161
* Execute `./build.sh`
6262
* By default this performs a from-scratch build of the release versions of GPUPerfAPI, both 32-bit and 64-bit binaries.
6363
* The following arguments can be passed to build.sh to alter the build:
@@ -120,7 +120,7 @@ There are three ways to execute the tool:
120120
* Param 6: GPU - the GPU to take the counter names from (ex: Gfx9)
121121
* Param 7: GPU ASIC - (optional) the subversion of GPU to take the counter names from
122122

123-
See the various PublicCounterDefinitions\*.txt files in the [PublicCounterCompilerInputFiles](Src/PublicCounterCompilerInputFiles) directory. These contain all the counter definitions.
123+
See the various PublicCounterDefinitions/*.txt files in the [PublicCounterCompilerInputFiles](Src/PublicCounterCompilerInputFiles) directory. These contain all the counter definitions.
124124
Each counter is given a name, a description, a type, an optional usage type, a list of hardware counters required and a formula applied to the values of the hardware counters to calculate the value of the counter.
125125

126126
Counter formulas are expressed in a Reverse Polish Notation and are made up the following elements:

0 commit comments

Comments
 (0)