rewrote perf tests for SURF

This commit is contained in:
Ilya Lavrenov
2014-02-02 18:24:21 +04:00
parent 452ea4c15f
commit ede5b23753
4 changed files with 47 additions and 31 deletions

View File

@@ -4,6 +4,9 @@
static const char * impls[] = {
#ifdef HAVE_CUDA
"cuda",
#endif
#ifdef HAVE_OPENCL
"ocl",
#endif
"plain"
};