Fixed dot product test
This commit is contained in:
parent
65f5343ed5
commit
22d6827189
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user