You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After cloning the repository, please run the following python script to retrieve the required dependencies (see [BUILD.md](BUILD.md) for more information):
51
-
* python Utils/UpdateCommon.py
51
+
* python Scripts/UpdateCommon.py
52
52
UpdateCommon has replaced the use of git submodules in the GPA repository
53
53
54
54
<ANAME="Source">
@@ -70,7 +70,7 @@ UpdateCommon has replaced the use of git submodules in the GPA repository
70
70
*[GPUPerfAPIUnitTests](Src/GPUPerfAPIUnitTests) - contains a small set of unit tests for GPUPerfAPI
71
71
*[PublicCounterCompiler](Src/PublicCounterCompiler) - source code for a tool to generate C++ code for public counters from text files defining the counters.
72
72
*[PublicCounterCompilerInputFiles](Src/PublicCounterCompilerInputFiles) - input files that can be fed as input to the PublicCounterCompiler tool
73
-
*[Utils](Utils) -- scripts to use to clone/update dependent repositories
73
+
*[Scripts](Scripts) -- scripts to use to clone/update dependent repositories
0 commit comments