Enable the benchmarks for algebraic and transcendental fnctions on fp16.

This commit is contained in:
Benoit Steiner 2016-04-12 16:29:00 -07:00
parent aa1ba8bbd2
commit eaeb6ca93a

View File

@ -29,8 +29,8 @@ BM_FuncGPU(padding);
BM_FuncGPU(striding);
BM_FuncGPU(broadcasting);
BM_FuncGPU(coeffWiseOp);
//BM_FuncGPU(algebraicFunc);
//BM_FuncGPU(transcendentalFunc);
BM_FuncGPU(algebraicFunc);
BM_FuncGPU(transcendentalFunc);
BM_FuncGPU(rowReduction);
BM_FuncGPU(colReduction);