xref: /aosp_15_r20/external/eigen/bench/btl/data/action_settings.txt (revision bf2c37156dfe67e5dfebd6d394bad8b2ab5804d4)
1*bf2c3715SXin Liaat ; "{/*1.5 A x A^T}" ; "matrix size" ; 4:5000
2*bf2c3715SXin Liata ; "{/*1.5 A^T x A}" ; "matrix size" ; 4:5000
3*bf2c3715SXin Liatv ; "{/*1.5 matrix^T x vector}" ; "matrix size" ; 4:5000
4*bf2c3715SXin Liaxpby ; "{/*1.5 Y = alpha X + beta Y}" ; "vector size" ; 5:1000000
5*bf2c3715SXin Liaxpy ; "{/*1.5 Y += alpha X}" ; "vector size" ; 5:1000000
6*bf2c3715SXin Limatrix_matrix ; "{/*1.5 matrix matrix product}" ; "matrix size" ; 4:5000
7*bf2c3715SXin Limatrix_vector ; "{/*1.5 matrix vector product}" ; "matrix size" ; 4:5000
8*bf2c3715SXin Litrmm ; "{/*1.5 triangular matrix matrix product}" ; "matrix size" ; 4:5000
9*bf2c3715SXin Litrisolve_vector ; "{/*1.5 triangular solver - vector (X = inv(L) X)}" ; "size" ; 4:5000
10*bf2c3715SXin Litrisolve_matrix ; "{/*1.5 triangular solver - matrix (M = inv(L) M)}" ; "size" ; 4:5000
11*bf2c3715SXin Licholesky ; "{/*1.5 Cholesky decomposition}" ; "matrix size" ; 4:5000
12*bf2c3715SXin Licomplete_lu_decomp ; "{/*1.5 Complete LU decomposition}" ; "matrix size" ; 4:5000
13*bf2c3715SXin Lipartial_lu_decomp ; "{/*1.5 Partial LU decomposition}" ; "matrix size" ; 4:5000
14*bf2c3715SXin Litridiagonalization ; "{/*1.5 Tridiagonalization}" ; "matrix size" ; 4:5000
15*bf2c3715SXin Lihessenberg ; "{/*1.5 Hessenberg decomposition}" ; "matrix size" ; 4:5000
16*bf2c3715SXin Lisymv ; "{/*1.5 symmetric matrix vector product}" ; "matrix size" ; 4:5000
17*bf2c3715SXin Lisyr2 ; "{/*1.5 symmretric rank-2 update (A += u^T v + u v^T)}" ; "matrix size" ; 4:5000
18*bf2c3715SXin Liger ; "{/*1.5 general rank-1 update (A += u v^T)}" ; "matrix size" ; 4:5000
19*bf2c3715SXin Lirot ; "{/*1.5 apply rotation in the plane}" ; "vector size" ; 4:1000000
20