mirror of
https://github.com/amd/blis.git
synced 2026-05-11 09:39:59 +00:00
Details:
- Fixed a linker error that occurred when attempting to compile and link
the testsuite and/or BLAS test drivers after having configured BLIS to
only generate a shared library (no static library). The chosen
solution involved
(1) adding the local library path, $(BASE_LIB_PATH), to the search
paths for the shared library via the link option
-Wl,-rpath,$(BASE_LIB_PATH).
(2) adding a local symlink to $(BASE_LIB_PATH) that uses the .so major
version number so that ld would find the shared library at
execution time.
Thanks to Sajid Ali for reporting this issue, to Devin Matthews for
pointing out the need for the -rpath option, and to Devangi Parikh for
helping Sajid isolate the problem.
- Added #include <ctype.h> to bli_system.h to avoid a compiler warning
resulting from using toupper() from bli_string.c without a prototype.
Thanks again to Sajid Ali, whose build log revealed this compiler
warning.
- Added '*.so.*' to .gitignore.
- CREDITS file update.
86 lines
3.6 KiB
Plaintext
86 lines
3.6 KiB
Plaintext
|
|
BLIS framework
|
|
Acknowledgements
|
|
---
|
|
|
|
The BLIS framework was primarily authored by
|
|
|
|
Field Van Zee @fgvanzee (The University of Texas at Austin)
|
|
|
|
but many others have contributed code and feedback, including
|
|
|
|
Murtaza Ali (Texas Instruments)
|
|
Sajid Ali @s-sajid-ali (Northwestern University)
|
|
Erling Andersen @erling-d-andersen
|
|
Alex Arslan @ararslan
|
|
Vernon Austel (IBM, T.J. Watson Research Center)
|
|
Jed Brown @jedbrown (Argonne National Laboratory)
|
|
Robin Christ @robinchrist
|
|
Johannes Dieterich @iotamudelta
|
|
Krzysztof Drewniak @krzysz00
|
|
Victor Eijkhout @VictorEijkhout (Texas Advanced Computing Center)
|
|
Isuru Fernando @isuruf
|
|
Roman Gareev @gareevroman
|
|
John Gunnels (IBM, T.J. Watson Research Center)
|
|
Jeff Hammond @jeffhammond (Intel)
|
|
Chris Goodyer
|
|
Jacob Gorm Hansen @jacobgorm
|
|
Jean-Michel Hautbois @jhautbois
|
|
Ian Henriksen @insertinterestingnamehere
|
|
Minh Quan Ho @hominhquan
|
|
Matthew Honnibal @honnibal
|
|
Stefan Husmann @stefanhusmann
|
|
Francisco Igual @figual (Universidad Complutense de Madrid)
|
|
Tony Kelman @tkelman
|
|
Lee Killough (Cray)
|
|
Mike Kistler (IBM, Austin Research Laboratory)
|
|
Ricardo Magana @magania (Hewlett Packard Enterprise)
|
|
Bryan Marker @bamarker (The University of Texas at Austin)
|
|
Devin Matthews @devinamatthews (The University of Texas at Austin)
|
|
Stefanos Mavros @smavros
|
|
Michael Lehn @michael-lehn
|
|
Dave Love @loveshack
|
|
Tze Meng Low (The University of Texas at Austin)
|
|
Nisanth Padinharepatt (AMD)
|
|
Devangi Parikh @dnparikh (The University of Texas at Austin)
|
|
Elmar Peise @elmar-peise (RWTH-Aachen)
|
|
Clément Pernet @ClementPernet
|
|
Ilya Polkovnichenko
|
|
Jack Poulson @poulson (Stanford)
|
|
Mathieu Poumeyrol @kali
|
|
@qnerd
|
|
Michael Rader @mrader1248
|
|
Pradeep Rao (AMD)
|
|
Aleksei Rechinskii
|
|
Karl Rupp @karlrupp
|
|
Martin Schatz (The University of Texas at Austin)
|
|
Nico Schlömer @nschloe
|
|
Rene Sitt
|
|
Tony Skjellum @tonyskjellum (The University of Tennessee at Chattanooga)
|
|
Mikhail Smelyanskiy (Intel, Parallel Computing Lab)
|
|
Shaden Smith @ShadenSmith
|
|
Tyler Smith @tlrmchlsmth (The University of Texas at Austin)
|
|
Paul Springer @springer13 (RWTH-Aachen)
|
|
Vladimir Sukarev
|
|
Santanu Thangaraj (AMD)
|
|
Rhys Ulerich @RhysU (The University of Texas at Austin)
|
|
Robert van de Geijn (The University of Texas at Austin)
|
|
Kiran Varaganti (AMD)
|
|
Natalia Vassilieva (Hewlett Packard Enterprise)
|
|
Zhang Xianyi @xianyi (Chinese Academy of Sciences)
|
|
Benda Xu @heroxbd
|
|
Chenhan Yu (The University of Texas at Austin)
|
|
|
|
BLIS's development was partially funded by grants from industry
|
|
partners, including
|
|
|
|
AMD
|
|
Hewlett Packard Enterprise
|
|
Intel
|
|
Microsoft
|
|
Texas Instruments
|
|
|
|
as well as the National Science Foundation (NSF Awards CCF-0917167,
|
|
ACI-1148125/1340293, ACI-1550493, and CCF-1320112).
|
|
|