-
Notifications
You must be signed in to change notification settings - Fork 31
(#Towards 2302) intrinsic argument names #3150
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
Merged
Changes from all commits
Commits
Show all changes
68 commits
Select commit
Hold shift + click to select a range
7af3005
Initial changes for IntrinsicCall and named arguments
LonelyCat124 5dd0720
linting
LonelyCat124 0a371ca
Added canonicalisation of intrinsics into the frontend
LonelyCat124 3956c10
More test updates
LonelyCat124 fed2ccc
linting
LonelyCat124 19a5877
All but 2 tests now pass, both have behaviour changes to fix
LonelyCat124 8f3250f
linting
LonelyCat124 808aa34
Merge branch 'master' into 2302_intrinsic_argument_names
LonelyCat124 4533878
Fixed remaining issues
LonelyCat124 808ad04
Coverage fix
LonelyCat124 893de29
Removed unneccessary canonicalise_minmaxsum routine
LonelyCat124 c856f7c
linting
LonelyCat124 976b254
Merge branch 'master' into 2302_intrinsic_argument_names
LonelyCat124 befe4fa
Merge branch 'master' into 2302_intrinsic_argument_names
LonelyCat124 a36b037
Removed unneeded function from fparser tests
LonelyCat124 b6879e0
linting
LonelyCat124 ba7a2cf
Merge branch 'master' into 2302_intrinsic_argument_names
LonelyCat124 f5bce2b
Merge branch 'master' into 2302_intrinsic_argument_names
arporter 3d910e7
Merge branch 'master' into 2302_intrinsic_argument_names
LonelyCat124 a0d5fa6
Fixed new test with intrinsic from master
LonelyCat124 fa98da6
Changes for first review
LonelyCat124 a06be59
Documenting canonicalisation and fixing linting incompatibility betwe…
LonelyCat124 bad2aff
Merge branch 'master' into 2302_intrinsic_argument_names
arporter 7dcdcbf
Changes to address review comments
LonelyCat124 b530cdc
Removed keyword arguments from FLOAT
LonelyCat124 18ab68e
Fix for NEMO SIGN overriding
LonelyCat124 e00e779
Added a TODO for NEMO SIGN
LonelyCat124 36426fb
Fixed error in SIGN
LonelyCat124 a8c13b6
linting fixW
LonelyCat124 67a161b
Fix failing tests
LonelyCat124 755956e
Merge branch 'master' into 2302_intrinsic_argument_names
LonelyCat124 d91c9cc
Added argument_by_name to call
LonelyCat124 4c42db1
Merge branch '2302_intrinsic_argument_names' of github.com:stfc/PSycl…
LonelyCat124 38b267b
Revert "Fix for NEMO SIGN overriding"
LonelyCat124 a1c480d
Adds switches to change the output behaviour for intrinsics from the …
LonelyCat124 ab0225e
Added doc updates
LonelyCat124 8621281
Merged master
LonelyCat124 c04f77a
First set of fixes towards review
LonelyCat124 30af84f
linting issues
LonelyCat124 f40f5eb
Merge branch 'master' into 2302_intrinsic_argument_names
LonelyCat124 9fff0bd
Changes for review
LonelyCat124 fbf5002
Merge branch '2302_intrinsic_argument_names' of github.com:stfc/PSycl…
LonelyCat124 77cf8a6
Add documentation about overriding intrinsics
LonelyCat124 75c2e84
Merged master
LonelyCat124 2301919
Merge branch 'master' into 2302_intrinsic_argument_names
LonelyCat124 1021c06
Changes for review
LonelyCat124 99ff7b0
Emphasize arg names must be lower case in definitions of Intrinsics
LonelyCat124 ce27a54
linting
LonelyCat124 33ddc80
Test updating the integration
LonelyCat124 2bbdbc0
try again?
LonelyCat124 eba7d1e
Revert changes to integration. Fix bug sergi found and add tests
LonelyCat124 e6276e6
Updated canoncalisation name
LonelyCat124 fcc9892
linting
LonelyCat124 a50235e
Doc update
LonelyCat124 7ef9bdb
Changed default output and fixed tests
LonelyCat124 5e6ec47
Fixed formatting
LonelyCat124 e5ece55
Merge branch 'master' into 2302_intrinsic_argument_names
LonelyCat124 4cfefab
Added intrinsicsymbol copy and fixed uncovered/unneeded code
LonelyCat124 b8d702c
linting]
LonelyCat124 c6b3466
Fixed issue with an intrinsic with capitalised intrinsic argument nam…
LonelyCat124 28899ef
Fixed CMPLX
LonelyCat124 be08a53
Changes for review
LonelyCat124 1792044
Merge branch 'master' into 2302_intrinsic_argument_names
arporter 131ec43
Comment updates for new functionality
LonelyCat124 4fef201
Merge branch 'master' into 2302_intrinsic_argument_names
LonelyCat124 fb14507
Merge branch '2302_intrinsic_argument_names' of github.com:stfc/PSycl…
LonelyCat124 7f36e72
#3150 tidy test docstring
arporter 41bbd0d
#3150 update changelog
arporter 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
Some comments aren't visible on the classic Files Changed page.
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.