-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3,456 changed files
with
203,651 additions
and
30,385 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,3 +68,4 @@ test/zblat2 | |
test/zblat3 | ||
build | ||
build.* | ||
*.swp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -121,6 +121,17 @@ In chronological order: | |
* [2014-10-10] trmm and sgemm kernels (optimized for APM's X-Gene 1). | ||
ARMv8 support. | ||
|
||
* Jerome Robert <[email protected]> | ||
* [2015-01-01] Speed-up small `ger` and `gemv` using stack allocation (bug #478) | ||
* [2015-12-23] `stack_check` in `gemv.c` (bug #722) | ||
* [2015-12-28] Allow to force the number of parallel make job | ||
* [2015-12-28] Fix detection of AMD E2-3200 detection | ||
* [2015-12-31] Let `make MAX_STACK_ALLOC=0` do what expected | ||
* [2016-01-19] Disable multi-threading in `ger` and `swap` for small matrices (bug #731) | ||
* [2016-01-24] Use `GEMM_MULTITHREAD_THRESHOLD` as a number of ops (bug #742) | ||
* [2016-01-26] Let `openblas_get_num_threads` return the number of active threads (bug #760) | ||
* [2016-01-30] Speed-up small `zger`, `zgemv`, `ztrmv` using stack allocation (bug #727) | ||
|
||
* Dan Kortschak | ||
* [2015-01-07] Added test for drotmg bug #484. | ||
|
||
|
@@ -130,5 +141,11 @@ In chronological order: | |
* Martin Koehler <https://github.com/grisuthedragon/> | ||
* [2015-09-07] Improved imatcopy | ||
|
||
* Ashwin Sekhar T K <https://github.com/ashwinyes/> | ||
* [2015-11-09] Assembly kernels for Cortex-A57 (ARMv8) | ||
* [2015-11-20] lapack-test fixes for Cortex-A57 | ||
* [2016-03-14] Additional functional Assembly Kernels for Cortex-A57 | ||
* [2016-03-14] Optimize Dgemm 4x4 for Cortex-A57 | ||
|
||
* [Your name or handle] <[email or website]> | ||
* [Date] [Brief summary of your changes] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.