forked from OpenMathLib/OpenBLAS
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rebase? #1
Merged
Merged
rebase? #1
Conversation
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
icc has known problems with mixed-language builds that ifort can handle just fine. Fixes #1956
With the Intel compiler on Linux, prefer ifort for the final link step
Fix unannounced modification of input operand 8 (lda4) in Haswell GEMVN microkernel
Fix wrong constraints in inline assembly of Haswell DTRSM kernel
rework indices to allow marking argument lda4 as input and output. For #2009
rework indices to allow marking argument lda as input and output.
rework indices to allow marking i,as and bs as both input and output (marked operand n1 as well for simplicity). For #2009
Reword/expand comments in Makefile.rule
Fix inline assembly constraints in various x86_64 GEMVN kernels
Fix inline assembly constraints in Bulldozer TRSM kernels
to make compilation complete reliably within the 1h limit again
Move one of clobber fixes to right place
as xcode10 deprecated i386
Make x86_32 imply NO_AVX2, NO_AVX512 in addition to NO_AVX
Make sure that AVX512 is disabled in 32bit builds
Avoid unintentional activation of TLS codepath via USE_TLS=0
fixes compile failure with pgi 18.10 as reported on OpenBLAS-users
PGI assembler does not like the initialization in the constraints.
Fix DTRMMKERNEL register save for power8 64-bit mode (Fix for #2166)
Signed-off-by: Piotr Kubaj <[email protected]>
Fix build on FreeBSD/powerpc64.
FreeBSD needs DCBT_ARG=0 as well.
FreeBSD needs those macros too.
Fix build on PPC970 for FreeBSD
power9 cgemm/ctrmm. new sgemm 8x16
Fixes for PGI compiler
(and other small fixes to match Makefile behaviour)
needs to be unset in the cache for the change to have any effect
(also copy BUNDERSCORE settings for FORTRAN from the corresponding Makefile)
Fix CMAKE compilation with MinGW32 and add it to Appveyor
Merged
TiborGY
pushed a commit
that referenced
this pull request
Jul 7, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.