-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add dynamic dispatch to AIX and clang for Power #4280
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
Merged
martin-frbg
merged 28 commits into
OpenMathLib:develop
from
ChipKerchner:dynamicDispatchAIXandClang
Nov 2, 2023
Merged
Changes from 26 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
a92dc25
Fix Makefile.power for xlf
a69367c
Fix Makefile.system for OpenXL.
af3e172
Merge branch 'develop' into XLC-AIX
3b1150f
Fix CPU identification to work on AIX.
48da98b
Merge remote-tracking branch 'origin/develop' into XLC-AIX
eb738d9
Minor changes.
12130ee
Remove tab.
a922a07
Cleanup white spaces.
1021074
Revert PGI changes.
e5dc376
Remove duplicate defines.
b677d0d
Adding missing endif
4dc435b
Merge branch 'XLC-AIX' of github.ibm.com:PowerAppLibs/openblas into X…
a8c90eb
Added cpu_is
2d0b233
Fix missing parens.
1c4ec47
Merge branch 'XLC-AIX' of github.ibm.com:PowerAppLibs/openblas into X…
09212f8
Fix default case for cpu_is.
7f7483f
Merge branch 'XLC-AIX' of github.ibm.com:PowerAppLibs/openblas into X…
3cc72a3
Only include cpu_id and cpu_supports in AIX and fix parameter types.
c60f9d9
Add missing CPU_POWER5.
71c6689
Fix dynamic dispatch to work for clang.
298bf1f
Reduce differences.
36e08f6
One more small change.
3655632
Another small change.
880af05
Fix dynamic dispatch P9 for clang.
badfb2e
Merge branch 'develop' into XLC-AIX
d8e6e2b
Merge branch 'develop' into dynamicDispatchAIXandClang
c8882bd
Remove POWER7 from cpu list.
7dcb2d6
Have POWER7 return arch=POWER6.
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
POWER7 currently does not exist as an actual, unique target - it is an alias for POWER6. Do you plan to change that ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed