Merge pull request #8960 from dkurt:halide_support_opencl

This commit is contained in:
Alexander Alekhin 2017-06-21 19:56:40 +00:00
commit 92c0709c49

View File

@ -1958,6 +1958,11 @@ void TestBase::RunPerfTestBody()
implConf.GetImpl();
#endif
}
catch(SkipTestException&)
{
metrics.terminationReason = performance_metrics::TERM_SKIP_TEST;
return;
}
catch(PerfSkipTestException&)
{
metrics.terminationReason = performance_metrics::TERM_SKIP_TEST;