Files
rocm-systems/docs/run_doxygen.sh
T
2019-08-14 10:42:35 -07:00

13 خطوط
153 B
Bash
Executable File

#!/bin/bash
if [ -d docBin ]; then
rm -rf docBin
fi
rm nccl.h
sed -e 's/ROCFFT_EXPORT //g' ../src/nccl.h.in > nccl.h
doxygen Doxyfile
#rm nccl.h