mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
ocl: split initialization.cpp into 3 files: context, operations, programcache
This commit is contained in:
@@ -278,8 +278,6 @@ TEST_F(SuperResolution, BTVL1_GPU)
|
||||
#if defined(HAVE_OPENCV_OCL) && defined(HAVE_OPENCL)
|
||||
TEST_F(SuperResolution, BTVL1_OCL)
|
||||
{
|
||||
std::vector<cv::ocl::Info> infos;
|
||||
cv::ocl::getDevice(infos);
|
||||
RunTest(cv::superres::createSuperResolution_BTVL1_OCL());
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user