mirror of
https://github.com/amd/blis.git
synced 2026-05-11 17:50:00 +00:00
Details:
- Added a new cpp macro in bli_config.h, BLIS_INT_TYPE_SIZE, which can be
assigned values of 32, 64, or some other value. The former two result in
defining gint_t/guint_t in terms of 32- or 64-bit integers, while the latter
causes integers to be defined in terms of a default type (e.g. long int).
- Updated bli_config.h in reference and clarksville configurations according
to above changes.
- Updated test drivers in test and testsuite to avoid type warnings associated
with format specifiers not matching the types of their arguments to printf()
and scanf().
- Inserted missing #include "bli_system.h" into blis.h (which was slated for
inclusion in d141f9eeb6).
- Added explicit typecasting of dim_t and inc_t to macros in
bli_blas_macro_defs.h (which are used in BLAS compatibility layer).
- Slight changes to CREDITS and INSTALL files.
- Slight tweaks to Windows build system, mostly in the form of switching to
Windows-style CRLF newlines for certain files.
39 lines
1.6 KiB
Plaintext
39 lines
1.6 KiB
Plaintext
|
|
BLIS framework
|
|
Acknowledgements
|
|
---
|
|
|
|
The BLIS framework was primarily authored by
|
|
|
|
Field Van Zee (The University of Texas at Austin)
|
|
|
|
but many others have contributed input and feedback, including:
|
|
|
|
Vernon Austel (IBM, T.J. Watson Research Center)
|
|
Jed Brown (Argonne National Laboratory)
|
|
John Gunnels (IBM, T.J. Watson Research Center)
|
|
Jeff Hammond (Argonne National Laboratory)
|
|
Francisco Igual (Universidad Complutense de Madrid)
|
|
Lee Killough (Appro International)
|
|
Mike Kistler (IBM, Austin Research Laboratory)
|
|
Bryan Marker (The University of Texas at Austin)
|
|
Devin Matthews (The University of Texas at Austin)
|
|
Tze Meng Low (The University of Texas at Austin)
|
|
Mikhail Smelyanskiy (Intel, Parallel Computing Lab)
|
|
Tyler Smith (The University of Texas at Austin)
|
|
Rhys Ulerich (The University of Texas at Austin)
|
|
Robert van de Geijn (The University of Texas at Austin)
|
|
Zhang Xianyi (Chinese Academy of Sciences)
|
|
|
|
Thanks go the following individuals for porting early versions of
|
|
BLIS to new architectures as proofs-of-concept:
|
|
|
|
Francisco Igual (Universidad Complutense de Madrid)
|
|
Mike Kistler (IBM, Austin Research Laboratory)
|
|
Tyler Smith (The University of Texas at Austin)
|
|
Zhang Xianyi (Chinese Academy of Sciences)
|
|
|
|
BLIS's development was partially funded by grants from Microsoft and the
|
|
National Science Foundation (NSF Awards CCF-0917167 and OCI-1148125).
|
|
|