RCCL 2.4 update
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
#!/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
|
||||
|
||||
Reference in New Issue
Block a user