Corrections / more info:

Toby St Clere Smithe <m...@tsmithe.net>
writes:
>   test_direct_solvers.py:38: test_matrix_trans_lower_A_matrix_B_C_float32 
>   test_direct_solvers.py:38: 
> test_matrix_slice_unit_upper_A_matrix_slice_B_C_float32 

These mean:
 1. matrix A was a lower triangular matrix created by transposition of
 an upper triangular matrix with matrix B just a 'matrix'; both C-layout
 (row-major) and float32;
 2. matrix A was a unit upper matrix created by slicing a larger matrix
 (ie, a matrix_slice object of this form), with matrix B also a
 matrix_slice; both C layout and float32.

> In both cases it seems to be something in the program name.

Not sure why I said this. I meant "something in the add_program call"...

T


------------------------------------------------------------------------------
_______________________________________________
ViennaCL-devel mailing list
ViennaCL-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/viennacl-devel

Reply via email to