mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
Merge pull request #7783 from alalek:fix_7746_2
This commit is contained in:
commit
fefc348040
@ -46,6 +46,8 @@
|
|||||||
|
|
||||||
using namespace cvtest;
|
using namespace cvtest;
|
||||||
|
|
||||||
|
namespace {
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
// GEMM
|
// GEMM
|
||||||
|
|
||||||
@ -401,4 +403,6 @@ INSTANTIATE_TEST_CASE_P(CUDA_Arithm, Convolve, testing::Combine(
|
|||||||
|
|
||||||
#endif // HAVE_CUBLAS
|
#endif // HAVE_CUBLAS
|
||||||
|
|
||||||
|
} // namespace
|
||||||
|
|
||||||
#endif // HAVE_CUDA
|
#endif // HAVE_CUDA
|
||||||
|
Loading…
Reference in New Issue
Block a user