Skip to content
Snippets Groups Projects
Commit 4e7583eb authored by Moritz Maxeiner's avatar Moritz Maxeiner
Browse files

Enable cuDNN support for MXNet

parent 50b6e2c9
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ RUN cd $Env:VCPKG_DIR; \ ...@@ -64,7 +64,7 @@ RUN cd $Env:VCPKG_DIR; \
openblas:$vcpkg_triplet \ openblas:$vcpkg_triplet \
pybind11:$vcpkg_triplet; \ pybind11:$vcpkg_triplet; \
./vcpkg install opencv[ffmpeg,ximea,cuda]:$vcpkg_triplet; \ ./vcpkg install opencv[ffmpeg,ximea,cuda]:$vcpkg_triplet; \
./vcpkg install mxnet[cpp,opencv,cuda]:$vcpkg_triplet; \ ./vcpkg install mxnet[cpp,opencv,cuda,cudnn]:$vcpkg_triplet; \
Copy-Item ./downloads/tools/flang/5.0.0/Library/bin/flang.dll ./installed/$vcpkg_triplet/bin/; \ Copy-Item ./downloads/tools/flang/5.0.0/Library/bin/flang.dll ./installed/$vcpkg_triplet/bin/; \
Copy-Item ./downloads/tools/flang/5.0.0/Library/bin/flangrti.dll ./installed/$vcpkg_triplet/bin/; \ Copy-Item ./downloads/tools/flang/5.0.0/Library/bin/flangrti.dll ./installed/$vcpkg_triplet/bin/; \
Copy-Item ./downloads/tools/flang/5.0.0/Library/bin/libomp.dll ./installed/$vcpkg_triplet/bin/; \ Copy-Item ./downloads/tools/flang/5.0.0/Library/bin/libomp.dll ./installed/$vcpkg_triplet/bin/; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment