langou
def1271eda
Merge pull request #623 from weslleyspereira/try-test-fotrancompiler_abs_div_operations
...
Test the Fortran intrinsic ABS and complex divisions and report fails during build
2022-04-25 21:25:00 -06:00
Weslley S. Pereira
25274dfebb
Merge pull request #622 from matcross/master
...
Regression test for illegal modification of Y in xGEMV.
2022-04-15 14:48:03 -06:00
langou
2a39774316
Merge pull request #637 from christoph-conrads/632-lapack_h-only-installed-in-LAPACKE-builds
...
CMake selective build improvements
2022-02-15 08:38:20 -07:00
Weslley da Silva Pereira
0400fb5ddb
Fixes a bug in the Blue's scaling constants of nrm2 thanks to Arm Performance Libraries!
...
This is the same bug fixed on #559 for la_constants.f90.
2022-02-14 19:23:50 -07:00
Christoph Conrads
09af64a8ef
CMake: fix selective arithmetic linking
...
Fix linking when only a subset of the available arithmetic (e.g., only
complex double-precision arithmetic) is built.
2022-01-30 19:25:43 +00:00
Weslley S. Pereira
1dd9548c4d
Adding tests with intrinsic MIN, MAX and complex multiplication
2022-01-03 16:09:55 -07:00
Weslley S. Pereira
1782d90671
Merge pull request #613 from weslleyspereira/minor-fixes-3
...
Adds more fixes to the documentation of CROTG and ZROTG
2021-12-14 11:47:58 -07:00
Julien Langou
70b8ee22ad
fix a typo, thanks to Jim Demmel for letting me know
2021-10-09 14:12:23 -06:00
Weslley S. Pereira
19fafd4fd2
Test the Fortran intrinsic ABS and complex divisions and report during compile time. Currently only working with the CMake build!
2021-09-22 14:20:50 -06:00
Mat Cross
6c876d4a5c
Regression test for illegal modification of Y in CGEMV, SGEMV and ZGEMV observed with Apple vecLib on SGEMV and DGEMV.
2021-09-19 13:58:52 +01:00
Mat Cross
6d10d14731
Regression test for illegal modification of Y in DGEMV observed with Apple vecLib.
2021-09-19 12:24:23 +01:00
weslley.spereira
485cba2cd1
Adds more fixes to the documentation of CROTG and ZROTG
2021-08-30 14:20:04 -06:00
weslley.spereira
3d260adbc3
Fixes the documentation of [cz]ROTG
2021-08-27 17:51:58 -06:00
weslley.spereira
2e605e14d7
Fix the behavior in srotg and drotg
2021-05-18 20:00:36 -03:00
Igor Zhuravlov
f93833ea2a
comments unified: EOLs at EOF
2021-04-06 18:07:24 -03:00
Igor Zhuravlov
b7eb1941ff
comments unified: 'End of' comment: added where omitted
2021-04-06 18:07:24 -03:00
Igor Zhuravlov
5f58f3cae6
comments unified: 'End of' comment: trash removed at the end of line
2021-04-06 18:07:14 -03:00
Weslley S. Pereira
92c19c2f63
Merge branch 'master' into try-xNRM2-from-Ed-Anderson
2021-04-06 15:45:14 -03:00
weslley.spereira
5a929d8fcc
Add all 4 ROTG routines
2021-04-01 08:51:09 -03:00
weslley.spereira
0791c2210a
Fix Makefile
2021-03-31 18:55:34 -03:00
weslley.spereira
3838c85a98
Add all 4 new routines from Ed with my modifications
2021-03-31 18:55:34 -03:00
Julie
e18d437924
Making LAPACK's code eternal... no more version and date in source files.
...
GitHub is now enabling us to track accurately version and date.
No need for this anymore.
2021-03-25 10:16:58 -07:00
weslley.spereira
a5e610f266
Fix all spelling errors reported at
...
https://github.com/Reference-LAPACK/lapack/issues/518#issue-834187881
Many thanks to @jschleus
2021-03-18 12:05:25 -03:00
weslley.spereira
c6e59df47f
deleted: BLAS/SRC/meson.build
...
deleted: SRC/meson.build
deleted: meson.build
deleted: meson_options.txt
2021-03-12 14:59:37 -03:00
Aisha Tammy
5dd47be672
create INDEX64 target
2020-11-03 17:14:48 +00:00
Tim Leslie
6829744a23
Add inline comments with reference to literature
2020-10-18 15:51:43 +11:00
Tim Leslie
5f2b1aa019
[BLAS] Fix missing logic path in xrotmg.f
2020-10-17 16:58:00 +11:00
Tim Leslie
187222c3f5
[BLAS] Skip calculation of ROE when SCALE is zero
2020-10-17 10:12:21 +11:00
langou
ccbf01bdda
Merge pull request #453 from timleslie/rotg-docs
...
Mark xrotg() parameters as [in,out]
2020-10-14 10:36:37 -05:00
langou
c35b722cf2
Merge pull request #452 from timleslie/use-zx-in-zdrot
...
Use ZX, ZY rather than CX, CY in ZDROT
2020-10-14 10:34:59 -05:00
Tim Leslie
9043ea2a84
Mark xrotg() parameters as [in,out]
2020-10-14 21:02:40 +11:00
Tim Leslie
74288e99fa
Use ZX, ZY rather than CX, CY in ZDROT
2020-10-14 17:34:38 +11:00
Tim Leslie
7967e4f993
[DOCS] Fix typo in docs of dzasum.f
2020-10-14 17:21:44 +11:00
Tim Leslie
50781b7649
Remove unused NCOLA variable
2020-09-27 09:42:32 +10:00
Mat Cross
c940e4d202
Just run zero-increment copy tests once, and with INCX/INCY explicitly set to aid tracing.
2020-03-30 13:34:27 +01:00
Mat Cross
d107356bff
Stripped trailing whitespace.
2020-03-25 10:02:51 +00:00
Mat Cross
0ba87d645e
Added test of I?AMAX when there are multiple maxima.
2020-03-25 09:56:47 +00:00
Mat Cross
8dace582fb
Added test of I*AMAX when the input vector is constant.
...
Added test of *COPY when the source and target have increment 0.
2020-03-18 11:55:32 +00:00
Nick Papior
df82e7e60e
doc: fixed documentation in [cz]dot[uc]
...
The documentation specified arguments as REAL arrays, however
they should be COMPLEX.
Signed-off-by: Nick Papior <nickpapior@gmail.com >
2020-01-29 14:22:31 +01:00
Julie
77b0d6761b
Various cleanup - build should be fixed now
2019-11-17 18:01:07 +01:00
julielangou
6dfa4d4b52
Merge pull request #311 from scivision/meson2
...
add meson build
2019-11-04 20:56:34 +01:00
Kyle Guinn
dd2f632f2e
Add PHONY targets
2019-07-27 23:07:37 -05:00
Kyle Guinn
be23965929
Handle relative paths consistently
...
Place built libraries in $(TOPSRCDIR) and refer to their location by
using $(TOPSRCDIR).
2019-07-27 18:48:52 -05:00
Kyle Guinn
33258cb4b2
Switch to POSIX make variable names
...
Allows us to use the built-in suffix rules where appropriate.
FORTRAN -> FC (POSIX)
OPTS -> FFLAGS (POSIX)
DRVOPTS -> FFLAGS_DRV
NOOPT -> FFLAGS_NOOPT
LOADER -> FC (use the compiler driver for linking)
LOADOPTS -> LDFLAGS (POSIX)
ARCH -> AR (POSIX)
ARCHFLAGS -> ARFLAGS (POSIX)
2019-07-27 18:48:52 -05:00
Michael Hirsch, Ph.D
885a45b512
add meson build
2019-01-16 16:43:54 -05:00
Jean-Christophe Fillion-Robin
e070144ace
cmake: Associate component with install rules
...
This commit updates all install rules explicitly associating either
the Development or RuntimeLibraries component. This allows to selectively
package components in user project by using variable like CPACK_INSTALL_CMAKE_PROJECTS [1]
To ensure all artifacts are packages in a single installer, this commit
also sets the variable CPACK_MONOLITHIC_INSTALL [2]
[1] https://cmake.org/cmake/help/latest/module/CPack.html#variable:CPACK_INSTALL_CMAKE_PROJECTS
[2] https://cmake.org/cmake/help/latest/module/CPack.html#variable:CPACK_MONOLITHIC_INSTALL
2018-08-15 06:19:48 -04:00
Mark Gates
72f64c28f7
fix docs: remove replicated comments in sdsdot
2018-05-08 10:05:11 -04:00
langou
06209154fc
Merge pull request #232 from albert-github/bug/doxygen_comment
...
Correcting doxygen warning messages
2018-02-24 08:34:09 -07:00
albert-github
20f2371b4d
Correcting doxygen warning message
...
Correcting message: "BLAS/SRC/sdsdot.f:165: warning: Member sdsdot found in multiple @ingroup groups! The member will be put in group single_blas_level1, and not in group complex_blas_level1" by removing incorrect ingroup command.
2018-02-24 14:27:11 +01:00
albert-github
3b0a54c25e
Correcting doxygen warning messages
...
Building the documentation given messages like:
BLAS/SRC/sdsdot.f:25: warning: reached end of comment while inside a @verbatim block; check for missing @@endverbatim tag!
- this fix sees to it that the messages disappear
- the doxygen proposed patch in pull request 660 (https://github.com/doxygen/doxygen/pull/660 ) solves the @@verbatim problem.
2018-02-20 13:29:53 +01:00