Skip to content

Commit 3b31de4

Browse files
authored
Merge pull request #33 from datamachines/pytorch-build
20220530
2 parents c3468b0 + 4ea6024 commit 3b31de4

File tree

565 files changed

+12917
-761
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

565 files changed

+12917
-761
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,6 @@ inc/
5050

5151
# Mac cache
5252
.DS_Store
53+
54+
# Test MP4 files
55+
*.mp4

BuildInfo/cudnn_tensorflow_opencv-11.3.1_2.9.1_3.4.16-20220530/cudnn_tensorflow_opencv-11.3.1_2.9.1_3.4.16-20220530-FFmpeg.txt

+695
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,157 @@
1+
CTO_FROM : nvidia/cuda:11.3.1-cudnn8-devel-ubuntu20.04
2+
docker build \
3+
--build-arg CTO_FROM="nvidia/cuda:11.3.1-cudnn8-devel-ubuntu20.04" \
4+
--build-arg CTO_BUILD="GPU" \
5+
--build-arg CTO_TENSORFLOW_VERSION="2.9.1" \
6+
--build-arg CTO_OPENCV_VERSION="3.4.16" \
7+
--build-arg CTO_NUMPROC="32" \
8+
--build-arg CTO_CUDA_APT="" \
9+
--build-arg CTO_CUDA11_APT_XTRA="" \
10+
--build-arg CTO_CUDA_BUILD="-D WITH_CUDA=ON -D CUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda -D CMAKE_LIBRARY_PATH=/usr/local/cuda/lib64/stubs -D CUDA_FAST_MATH=1 -D WITH_CUBLAS=1 -DWITH_CUDNN=ON -DOPENCV_DNN_CUDA=ON -DCUDA_ARCH_BIN=6.0,6.1,7.0,7.5,8.0,8.6 -D WITH_NVCUVID=ON" \
11+
--build-arg CTO_OPENCV_NONFREE="" \
12+
--build-arg LATEST_BAZELISK="1.11.0" \
13+
--build-arg LATEST_BAZEL="5.1.1" \
14+
--build-arg CTO_TF_OPT="v2" \
15+
--build-arg CTO_TF_KERAS="keras" \
16+
--build-arg CTO_TF_NUMPY="numpy" \
17+
--build-arg CTO_DNN_ARCH="6.0,6.1,7.0,7.5,8.0,8.6" \
18+
--build-arg CTO_FFMPEG_VERSION="4.4.2" \
19+
--build-arg CTO_FFMPEG_NVCODEC="11.1.5.1" \
20+
--build-arg CTO_FFMPEG_NONFREE="" \
21+
--build-arg CTO_MAGMA="2.6.2" \
22+
--build-arg CTO_TORCH="1.11" \
23+
--build-arg CTO_TORCHVISION="0.12" \
24+
--build-arg CTO_TORCHAUDIO="0.11" \
25+
--tag="datamachines/cudnn_tensorflow_opencv:11.3.1_2.9.1_3.4.16-20220530" \
26+
-f ubuntu20.04/Dockerfile \
27+
.
28+
29+
General configuration for OpenCV 3.4.16 =====================================
30+
Version control: unknown
31+
32+
Extra modules:
33+
Location (extra): /usr/local/src/opencv_contrib/modules
34+
Version control (extra): unknown
35+
36+
Platform:
37+
Timestamp: 2022-05-30T06:39:18Z
38+
Host: Linux 5.13.0-40-generic x86_64
39+
CMake: 3.22.4
40+
CMake generator: Unix Makefiles
41+
CMake build tool: /usr/bin/make
42+
Configuration: Release
43+
44+
CPU/HW features:
45+
Baseline: SSE SSE2 SSE3
46+
requested: SSE3
47+
Dispatched code generation: SSE4_1 SSE4_2 FP16 AVX AVX2 AVX512_SKX
48+
requested: SSE4_1 SSE4_2 AVX FP16 AVX2 AVX512_SKX
49+
SSE4_1 (14 files): + SSSE3 SSE4_1
50+
SSE4_2 (1 files): + SSSE3 SSE4_1 POPCNT SSE4_2
51+
FP16 (0 files): + SSSE3 SSE4_1 POPCNT SSE4_2 FP16 AVX
52+
AVX (5 files): + SSSE3 SSE4_1 POPCNT SSE4_2 AVX
53+
AVX2 (28 files): + SSSE3 SSE4_1 POPCNT SSE4_2 FP16 FMA3 AVX AVX2
54+
AVX512_SKX (4 files): + SSSE3 SSE4_1 POPCNT SSE4_2 FP16 FMA3 AVX AVX2 AVX_512F AVX512_COMMON AVX512_SKX
55+
56+
C/C++:
57+
Built as dynamic libs?: YES
58+
C++11: YES
59+
C++ Compiler: /usr/bin/c++ (ver 9.4.0)
60+
C++ flags (Release): -fsigned-char -ffast-math -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections -msse -msse2 -msse3 -fvisibility=hidden -fvisibility-inlines-hidden -fopenmp -O3 -DNDEBUG -DNDEBUG
61+
C++ flags (Debug): -fsigned-char -ffast-math -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections -msse -msse2 -msse3 -fvisibility=hidden -fvisibility-inlines-hidden -fopenmp -g -O0 -DDEBUG -D_DEBUG
62+
C Compiler: /usr/bin/cc
63+
C flags (Release): -fsigned-char -ffast-math -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections -msse -msse2 -msse3 -fvisibility=hidden -fopenmp -O3 -DNDEBUG -DNDEBUG
64+
C flags (Debug): -fsigned-char -ffast-math -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections -msse -msse2 -msse3 -fvisibility=hidden -fopenmp -g -O0 -DDEBUG -D_DEBUG
65+
Linker flags (Release): -Wl,--exclude-libs,libippicv.a -Wl,--exclude-libs,libippiw.a -Wl,--gc-sections -Wl,--as-needed
66+
Linker flags (Debug): -Wl,--exclude-libs,libippicv.a -Wl,--exclude-libs,libippiw.a -Wl,--gc-sections -Wl,--as-needed
67+
ccache: NO
68+
Precompiled headers: NO
69+
Extra dependencies: m pthread cudart_static dl rt nppc nppial nppicc nppidei nppif nppig nppim nppist nppisu nppitc npps cublas cufft -L/usr/local/cuda/lib64 -L/usr/lib/x86_64-linux-gnu
70+
3rdparty dependencies:
71+
72+
OpenCV modules:
73+
To be built: aruco bgsegm bioinspired calib3d ccalib core cudaarithm cudabgsegm cudacodec cudafeatures2d cudafilters cudaimgproc cudalegacy cudaobjdetect cudaoptflow cudastereo cudawarping cudev datasets dnn dnn_objdetect dpm face features2d flann freetype fuzzy hdf hfs highgui img_hash imgcodecs imgproc line_descriptor ml objdetect optflow phase_unwrapping photo plot python3 reg rgbd saliency sfm shape stereo stitching structured_light superres surface_matching text tracking video videoio videostab xfeatures2d ximgproc xobjdetect xphoto
74+
Disabled: world
75+
Disabled by dependency: -
76+
Unavailable: cvv java matlab ovis python2 ts viz
77+
Applications: apps
78+
Documentation: NO
79+
Non-free algorithms: NO
80+
81+
GUI:
82+
GTK+: YES (ver 3.24.20)
83+
GThread : YES (ver 2.64.6)
84+
GtkGlExt: NO
85+
VTK support: NO
86+
87+
Media I/O:
88+
ZLib: /usr/lib/x86_64-linux-gnu/libz.so (ver 1.2.11)
89+
JPEG: /usr/lib/x86_64-linux-gnu/libjpeg.so (ver 80)
90+
WEBP: /usr/lib/x86_64-linux-gnu/libwebp.so (ver encoder: 0x020e)
91+
PNG: /usr/lib/x86_64-linux-gnu/libpng.so (ver 1.6.37)
92+
TIFF: /usr/lib/x86_64-linux-gnu/libtiff.so (ver 42 / 4.1.0)
93+
JPEG 2000: build (ver 1.900.1)
94+
OpenEXR: build (ver 2.3.0)
95+
GDAL: NO
96+
HDR: YES
97+
SUNRASTER: YES
98+
PXM: YES
99+
100+
Video I/O:
101+
DC1394: YES (ver 2.2.5)
102+
FFMPEG: YES
103+
avcodec: YES (ver 58.134.100)
104+
avformat: YES (ver 58.76.100)
105+
avutil: YES (ver 56.70.100)
106+
swscale: YES (ver 5.9.100)
107+
avresample: NO
108+
GStreamer: YES
109+
base: YES (ver 1.16.2)
110+
video: YES (ver 1.16.2)
111+
app: YES (ver 1.16.2)
112+
riff: YES (ver 1.16.2)
113+
pbutils: YES (ver 1.16.2)
114+
libv4l/libv4l2: NO
115+
v4l/v4l2: linux/videodev2.h
116+
Xine: YES (ver 1.2.9)
117+
118+
Parallel framework: TBB (ver 2020.1 interface 11101)
119+
120+
Trace: YES (with Intel ITT)
121+
122+
Other third-party libraries:
123+
Intel IPP: 2020.0.0 Gold [2020.0.0]
124+
at: /usr/local/src/opencv/build/3rdparty/ippicv/ippicv_lnx/icv
125+
Intel IPP IW: sources (2020.0.0)
126+
at: /usr/local/src/opencv/build/3rdparty/ippicv/ippicv_lnx/iw
127+
Lapack: YES (/usr/lib/x86_64-linux-gnu/libopenblas.so -lpthread -lm -ldl)
128+
Eigen: YES (ver 3.3.7)
129+
Custom HAL: NO
130+
Protobuf: build (3.5.1)
131+
132+
NVIDIA CUDA: YES (ver 11.3, CUFFT CUBLAS FAST_MATH)
133+
NVIDIA GPU arch: 60 61 70 75 80 86
134+
NVIDIA PTX archs:
135+
136+
OpenCL: YES (no extra features)
137+
Include path: /usr/local/src/opencv/3rdparty/include/opencl/1.2
138+
Link libraries: Dynamic load
139+
140+
Python 3:
141+
Interpreter: /usr/bin/python3 (ver 3.8.10)
142+
Libraries: /usr/lib/x86_64-linux-gnu/libpython3.8.so (ver 3.8.10)
143+
numpy: /usr/local/lib/python3.8/dist-packages/numpy/core/include (ver 1.22.4)
144+
install path: /usr/lib/python3/dist-packages/cv2/python-3.8
145+
146+
Python (for build): /usr/bin/python3
147+
148+
Java:
149+
ant: NO
150+
JNI: NO
151+
Java wrappers: NO
152+
Java tests: NO
153+
154+
Install to: /usr/local
155+
-----------------------------------------------------------------
156+
157+

0 commit comments

Comments
 (0)