mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-03-07 18:27:40 +08:00
Enable the benchmarks for algebraic and transcendental fnctions on fp16.
This commit is contained in:
parent
aa1ba8bbd2
commit
eaeb6ca93a
@ -29,8 +29,8 @@ BM_FuncGPU(padding);
|
|||||||
BM_FuncGPU(striding);
|
BM_FuncGPU(striding);
|
||||||
BM_FuncGPU(broadcasting);
|
BM_FuncGPU(broadcasting);
|
||||||
BM_FuncGPU(coeffWiseOp);
|
BM_FuncGPU(coeffWiseOp);
|
||||||
//BM_FuncGPU(algebraicFunc);
|
BM_FuncGPU(algebraicFunc);
|
||||||
//BM_FuncGPU(transcendentalFunc);
|
BM_FuncGPU(transcendentalFunc);
|
||||||
BM_FuncGPU(rowReduction);
|
BM_FuncGPU(rowReduction);
|
||||||
BM_FuncGPU(colReduction);
|
BM_FuncGPU(colReduction);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user