gtensor icon indicating copy to clipboard operation
gtensor copied to clipboard

make test_lapack more concise

Open germasch opened this issue 2 years ago • 1 comments

We do have a bunch of features that help work with matrices / vectors at a time, so let's use more of them. Still not really as simple as I'd like things to be, but I think it's an improvement.

germasch avatar Sep 28 '22 01:09 germasch

Learned two things from the looking at the sycl CI:

  • We're still testing a function that I declared deprecated.
  • Apparently sycl doesn't like the ∂ symbol in the code, which gcc/clang didn't seem to mind. Of course they shouldn't have been in there in the first place..

germasch avatar Sep 28 '22 02:09 germasch