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.
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)
Original file line number Diff line number Diff 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 /
You can’t perform that action at this time.
0 commit comments