Skip to content

Commit

Permalink
GPA 3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chesik-amd committed Mar 20, 2018
1 parent 4df7e8a commit 9455320
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ this script everytime you pull new changes from GPA repository.
* `skipopencl`: skips building the OpenCL version of GPUPerfAPI
* `skiphsa`: skips building the ROCm/HSA version of GPUPerfAPI
* `skipvulkan`: skips building the Vulkan version of GPUPerfAPI
* `doc`: builds the documentation
* `quick` or `incremental`: performs an incremental build (as opposed to a from-scratch build)
* `buildinternal`: builds the internal versions of GPUPerfAPI
* `hsadir`: overrides the location of the ROCm/HSA header files (by default they are expected to be in /opt/rocm/hsa)
Expand Down
2 changes: 1 addition & 1 deletion Build/Linux/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ if $bZip ; then
cp $GPAROOT/thirdpartylicenses.txt .
if $bBuildDocumentation ; then
mkdir -p docs
cp -R GPAOUTPUT_DOCS/build/html/* docs
cp -R $GPAOUTPUT_DOCS/build/html/* docs
fi
cd ..
tar cvzf GPUPerfAPI.$VER-lnx.tgz $ZIP_DIR_NAME/
Expand Down

0 comments on commit 9455320

Please sign in to comment.