File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ is used by both CodeXL and GPU PerfStudio.
1010* [ Major Features] ( #Major )
1111* [ What's New] ( #WhatsNew )
1212* [ System Requirements] ( #System )
13+ * [ Cloning the Repository] ( #Cloning )
1314* [ Source Code Directory Layout] ( #Source )
1415* [ "Public" vs "Internal" Versions] ( #PublicInternal )
1516* [ Building the Source Code] ( BUILD.md )
@@ -50,6 +51,15 @@ is used by both CodeXL and GPU PerfStudio.
5051* Windows 7, 8.1, and 10
5152* Ubuntu (14.04 and later) and RHEL (7 and later) distributions
5253
54+ <A NAME =" Cloning " >
55+ ## Cloning the Repository
56+ To clone the GPA repository, execute the following git commands
57+ * git clone https://github.com/GPUOpen-Tools/GPA.git
58+ * git submodule init
59+ * git submodule update
60+ * cd Common
61+ * git checkout master
62+
5363<A NAME =" Source " >
5464## Source Code Directory Layout
5565* [ Build] ( GPUPerfAPI/Build ) -- contains both Linux and Windows build-related files
You can’t perform that action at this time.
0 commit comments