-
-
Notifications
You must be signed in to change notification settings - Fork 56.5k
DNN: sporadic crashes in perf_dnn #23465
Copy link
Copy link
Closed
Description
Nightly builds:
[ RUN ] Conv3D.conv3d/44, where GetParam() = (GFLOPS=0.000, K=[1 x 1 x 1], IN={1, 8, 1, 10, 10}, OCN=8, G=8, P=(1, 1) x (1, 1) x (1, 1), BIAS, OCV/CPU)
C:\build\4_x-win64-vc14\opencv\modules\ts\src\ts_perf.cpp(1975): error: Failed
Expected: PerfTestBody() doesn't throw an exception.
Actual: it throws...
params = (GFLOPS=0.000, K=[1 x 1 x 1], IN={1, 8, 1, 10, 10}, OCN=8, G=8, P=(1, 1) x (1, 1) x (1, 1), BIAS, OCV/CPU)
termination reason: unhandled exception
bytesIn = 0
bytesOut = 0
samples = 0 of 1
outliers = 0
frequency = 0
[ FAILED ] Conv3D.conv3d/44, where GetParam() = (GFLOPS=0.000, K=[1 x 1 x 1], IN={1, 8, 1, 10, 10}, OCN=8, G=8, P=(1, 1) x (1, 1) x (1, 1), BIAS, OCV/CPU) (14 ms)
Run configuration:
Build type: Debug Release
WARNING: build value differs from runtime: Release
Compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe (ver 19.0.24245.0)
...
Parallel framework: ms-concurrency (nthreads=3)
CPU features: SSE SSE2 SSE3 *SSE4.1 *SSE4.2 *FP16 *AVX *AVX2
Reactions are currently unavailable