cuda::stereobm occurs gpu api call(invalid configuration argument)
ubuntu14.04+cuda7.5+opencv3.2
when I use the opencv cuda::stereobm to my original cuda code ,it occurs the problem.if I only use the cuda::stereobm ,it works well.And i add it to my code(cuda) ,it work only the first image,then the problem occurs.
i met the similar error with u. when i run opencv sample/gpu/stereo_match.cpp, it works on my gpu device 0.but when i type same code in my project file, it doesn't work. and got the same error tips with u.