Commit 22d68271 authored by Andrey Kamaev's avatar Andrey Kamaev

Fixed dot product test

parent 65f5343e
...@@ -6,7 +6,7 @@ using namespace perf; ...@@ -6,7 +6,7 @@ using namespace perf;
using std::tr1::make_tuple; using std::tr1::make_tuple;
using std::tr1::get; using std::tr1::get;
typedef tr1::tuple<int, int> MatType_Length_t; typedef tr1::tuple<MatType, int> MatType_Length_t;
typedef TestBaseWithParam<MatType_Length_t> MatType_Length; typedef TestBaseWithParam<MatType_Length_t> MatType_Length;
PERF_TEST_P( MatType_Length, dot, PERF_TEST_P( MatType_Length, dot,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment