-
Notifications
You must be signed in to change notification settings - Fork 37
Add fbridgesequence_nomultichannel #796
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
27 commits
Select commit
Hold shift + click to select a range
ce57dda
[mch] in gg_tt.mad, remove #ifdef MGONGPU_SUPPORTS_MULTICHANNEL and a…
valassi 71b6a74
[mch] backport to codegen from gg_tt.mad the removal of #ifdef MGONGP…
valassi 23f750f
[mch] regenerate gg_tt.mad, all ok
valassi f42c4bb
[mch] regenerate gg_tt.sa, "without multichannel" but with the same c…
valassi 18b060b
[mch] revert to upstream/master )revert the last four commits)
valassi d5c4c1b
[mch] in gg_tt.mad, add fbridgesequence_nomultichannel as discussed w…
valassi 59b4a34
[mch] backport from gg_tt.mad to codegen the addition of fbridgeseque…
valassi 980b321
[mch] regenerate codegen patches from gg_tt.mad
valassi aabf6c6
[mch] regenerate gg_tt.mad with latest codegen, all ok no changes
valassi a395efb
[mch] rerun tput and tmad tests for ggtt.mad as a cross check, all ok…
valassi a5323b2
[mch] revert to upstream/master tput/tmad logs
valassi 26d6f15
[mch] regenerate ggtt.sa and test that builds are ok
valassi 05f9796
[mch] ** COMPLETE MCH (but need to merge in upstream/master including…
valassi ff7e3c2
Merge remote-tracking branch 'upstream/master' (including merged PR #…
valassi d2ebfb9
[mch] ** COMPLETE MCH ** regenerate all processes (after merging in u…
valassi 89fce3e
[mch] prepare to merge upstream/master - go back to CODEGEN logs from…
valassi 62744a6
Merge remote-tracking branch 'upstream/master' (including HIP PR #801…
valassi 5676713
[mch] regenerate all processes after merging - no change except for C…
valassi db75e8a
[mch] rerun 78 tput tests on itscrd90, all ok
valassi d9951d0
[mch] **COMPLETE MCH (after merging #801 and #811 and maybe more) ** …
valassi b55b207
[mch] check out tput/tmad and codegen logs from upstream/master to ea…
valassi 1d59c1c
Merge remote-tracking branch 'upstream/master' (including PR #368) in…
valassi 9fab474
[mch] in gg_tt.mad testmisc.cc, add a test to demonstrate multiplicat…
valassi 0d2a508
[mch] in CODEGEN testmisc.cc (backport gg_tt.mad), add a test to demo…
valassi cc882e4
[mch] in CODEGEN and gg_tt.mad, fix clang formatting of test added to…
valassi ee3cd7b
[mch] manually copy the updated testmisc.cc to all generated processes
valassi bd581e7
[mch] **COMPLETE MCH (after merging #368 plus minor changes) ** impro…
valassi 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
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
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.
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.
I cannot leave a comment in code that was not changed, but I would propose in the line 52 above to change to
INTEGER*4 CHANID(*)I have done this change in the new_interface_wrap branch, see
madgraph4gpu/epochX/cudacpp/gg_tt.mad/SubProcesses/fbridge.inc
Line 52 in b317cbf
Uh oh!
There was an error while loading. Please reload this page.
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.
Hi @roiser thanks for having a look.
I think these are two different issues:
CHANIDand notCHANID(*)CHANIDtoCHANID(*)Specifically, if I simply change myself
CHANIDtoCHANID(*). then this fails the buildI would suggest to keep this in two different PRs
CHANIDCHANIDtoCHANID(*)Does this sound ok? Please let me know if you think this can be merged @roiser thanks
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.
But this PR emerged out of the work for channel id arrays. If I do not remember correctly and it was done for another purpose please merge this here and I would adapt then with the later channel id PR if needed.
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.
No it was indeed done for that purpose. But it does not harm to include it anyway (it does simplify one function call without multichannel support). I would include it anyway now so that there is no need for further conflict fixes etc. It makes completely sense by itself and was fully tested by itself.