Skip to content

Commit 9455320

Browse files
committed
GPA 3.0 release
1 parent 4df7e8a commit 9455320

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

BUILD.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ this script everytime you pull new changes from GPA repository.
6767
* `skipopencl`: skips building the OpenCL version of GPUPerfAPI
6868
* `skiphsa`: skips building the ROCm/HSA version of GPUPerfAPI
6969
* `skipvulkan`: skips building the Vulkan version of GPUPerfAPI
70+
* `doc`: builds the documentation
7071
* `quick` or `incremental`: performs an incremental build (as opposed to a from-scratch build)
7172
* `buildinternal`: builds the internal versions of GPUPerfAPI
7273
* `hsadir`: overrides the location of the ROCm/HSA header files (by default they are expected to be in /opt/rocm/hsa)

Build/Linux/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ if $bZip ; then
295295
cp $GPAROOT/thirdpartylicenses.txt .
296296
if $bBuildDocumentation ; then
297297
mkdir -p docs
298-
cp -R GPAOUTPUT_DOCS/build/html/* docs
298+
cp -R $GPAOUTPUT_DOCS/build/html/* docs
299299
fi
300300
cd ..
301301
tar cvzf GPUPerfAPI.$VER-lnx.tgz $ZIP_DIR_NAME/

0 commit comments

Comments
 (0)