Weslley S. Pereira

Results 122 comments of Weslley S. Pereira

> > ```diff > > diff --git a/CBLAS/src/CMakeLists.txt b/CBLAS/src/CMakeLists.txt > > index fb1d764c6..445d8f846 100644 > > --- a/CBLAS/src/CMakeLists.txt > > +++ b/CBLAS/src/CMakeLists.txt > > @@ -116,7 +116,6 @@ list(REMOVE_DUPLICATES SOURCES)...

Certainly, Christoph and @drhpc have more experience with that than I. I would just like to remark that this PR keeps the same behavior from before when the new flag...

Thanks @lecarrera-tec ! __[edited]__ I agree with your correction for the `LWORK`. In fact, IL and IU are input parameters for the case `RANGE='I'` and refer to the singular values...

Test for Lapack DGESVDX with `RANGE=I` : https://gist.github.com/weslleyspereira/0587d103761e3aee36163e00d753de49

I had a Stack Overflow problem in CBLAS: ``` Start 94: LAPACK-xlintstz_ztest_in 1/121 Test #94: LAPACK-xlintstz_ztest_in .........***Failed 0.10 sec Running: D:/a/lapack/lapack/lapack-travis-bld/bin/xlintstz.exe ARGS= OUTPUT_FILE;D:/a/lapack/lapack/lapack-travis-bld/TESTING/ztest.out;ERROR_FILE;D:/a/lapack/lapack/lapack-travis-bld/TESTING/ztest.out.err;INPUT_FILE;D:/a/lapack/lapack/TESTING/ztest.in Test OUTPUT: Test ERROR: CMake Error at...

I haven't had success in the first attempt. I appreciate it if any Windows user can check my test output: https://github.com/weslleyspereira/lapack/actions/runs/691245251

Thanks for the help, @FulgurIgor. However, there still remain a couple of build issues to be solved.

Hi @christoph-conrads. Thanks for the complete description! This is very helpful! I understood this is a false positive, and that `SLARFGP` doesn't use `X21(I+1,I)` when `N=1`. Thanks! So, in practice,...

Thanks, @christoph-conrads! I agree with (1). I will prepare a PR including your correction for negative `X21(I, I)`. I will also look at SORBDB2 and SORBDB3, thanks.

Hi. The old interface should still work if you remove these lines: https://github.com/Reference-LAPACK/lapack/blob/3b26987fc1206eb2899c6e4d4edd489294b37350/LAPACKE/include/lapack.h#L16-L19 Did you (Could you please) try it?