icl-utk-edu / slate

SLATE is a distributed, GPU-accelerated, dense linear algebra library targetting current and upcoming high-performance computing (HPC) systems. It is developed as part of the U.S. Department of Energy Exascale Computing Project (ECP).
https://icl.utk.edu/slate/
BSD 3-Clause "New" or "Revised" License
84 stars 20 forks source link

Norm test code #192

Closed mgates3 closed 2 months ago

mgates3 commented 2 months ago

Merge 4 norm test codes into one code by templating matrix_type. Cf. test_add.cc.

scalapack_ilcm is replaced with std::lcm.

mgates3 commented 2 months ago

getri failed with out-of-range exception (i.e., tile missing), which is a little weird because this PR doesn't deal with getri. May be race condition revealed by recently merged #48.