-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Add dynamic dispatch to AIX and clang for Power #4280
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
ChipKerchner a69367c
Fix Makefile.system for OpenXL.
ChipKerchner af3e172
Merge branch 'develop' into XLC-AIX
ChipKerchner 3b1150f
Fix CPU identification to work on AIX.
ChipKerchner 48da98b
Merge remote-tracking branch 'origin/develop' into XLC-AIX
ChipKerchner eb738d9
Minor changes.
ChipKerchner 12130ee
Remove tab.
ChipKerchner a922a07
Cleanup white spaces.
ChipKerchner 1021074
Revert PGI changes.
ChipKerchner e5dc376
Remove duplicate defines.
ChipKerchner b677d0d
Adding missing endif
ChipKerchner 4dc435b
Merge branch 'XLC-AIX' of github.ibm.com:PowerAppLibs/openblas into X…
ChipKerchner a8c90eb
Added cpu_is
ChipKerchner 2d0b233
Fix missing parens.
ChipKerchner 1c4ec47
Merge branch 'XLC-AIX' of github.ibm.com:PowerAppLibs/openblas into X…
ChipKerchner 09212f8
Fix default case for cpu_is.
ChipKerchner 7f7483f
Merge branch 'XLC-AIX' of github.ibm.com:PowerAppLibs/openblas into X…
ChipKerchner 3cc72a3
Only include cpu_id and cpu_supports in AIX and fix parameter types.
ChipKerchner c60f9d9
Add missing CPU_POWER5.
ChipKerchner 71c6689
Fix dynamic dispatch to work for clang.
ChipKerchner 298bf1f
Reduce differences.
ChipKerchner 36e08f6
One more small change.
ChipKerchner 3655632
Another small change.
ChipKerchner 880af05
Fix dynamic dispatch P9 for clang.
ChipKerchner badfb2e
Merge branch 'develop' into XLC-AIX
ChipKerchner d8e6e2b
Merge branch 'develop' into dynamicDispatchAIXandClang
ChipKerchner c8882bd
Remove POWER7 from cpu list.
ChipKerchner 7dcb2d6
Have POWER7 return arch=POWER6.
ChipKerchner 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 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.
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