mirror of
https://github.com/opencv/opencv.git
synced 2025-06-13 21:23:31 +08:00
Merge pull request #8960 from dkurt:halide_support_opencl
This commit is contained in:
commit
92c0709c49
@ -1958,6 +1958,11 @@ void TestBase::RunPerfTestBody()
|
|||||||
implConf.GetImpl();
|
implConf.GetImpl();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
catch(SkipTestException&)
|
||||||
|
{
|
||||||
|
metrics.terminationReason = performance_metrics::TERM_SKIP_TEST;
|
||||||
|
return;
|
||||||
|
}
|
||||||
catch(PerfSkipTestException&)
|
catch(PerfSkipTestException&)
|
||||||
{
|
{
|
||||||
metrics.terminationReason = performance_metrics::TERM_SKIP_TEST;
|
metrics.terminationReason = performance_metrics::TERM_SKIP_TEST;
|
||||||
|
Loading…
Reference in New Issue
Block a user