File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ this script everytime you pull new changes from GPA repository.
67
67
* ` skipopencl ` : skips building the OpenCL version of GPUPerfAPI
68
68
* ` skiphsa ` : skips building the ROCm/HSA version of GPUPerfAPI
69
69
* ` skipvulkan ` : skips building the Vulkan version of GPUPerfAPI
70
+ * ` doc ` : builds the documentation
70
71
* ` quick ` or ` incremental ` : performs an incremental build (as opposed to a from-scratch build)
71
72
* ` buildinternal ` : builds the internal versions of GPUPerfAPI
72
73
* ` hsadir ` : overrides the location of the ROCm/HSA header files (by default they are expected to be in /opt/rocm/hsa)
Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ if $bZip ; then
295
295
cp $GPAROOT /thirdpartylicenses.txt .
296
296
if $bBuildDocumentation ; then
297
297
mkdir -p docs
298
- cp -R GPAOUTPUT_DOCS/build/html/* docs
298
+ cp -R $ GPAOUTPUT_DOCS /build/html/* docs
299
299
fi
300
300
cd ..
301
301
tar cvzf GPUPerfAPI.$VER -lnx.tgz $ZIP_DIR_NAME /
You can’t perform that action at this time.
0 commit comments