Merged
Conversation
…ion (vector_size and nb_wrap. (fortran/cpp code not updated yet)
…ion (vector_size and nb_wrap. (fortran/cpp code not updated yet)
…ion (vector_size and nb_wrap. (fortran/cpp code not updated yet)
…tatic cast to the right version when assigning it in the access headers
… cast to the right version when assigning it in the access headers
… cast to the right version when assigning it in the access headers
This was referenced Jul 5, 2024
Closed
valassi
reviewed
Jul 10, 2024
| constexpr fptype fixedG = 1.2177157847767195; // fixed G for aS=0.118 (hardcoded for now in check_sa.cc, fcheck_sa.f, runTest.cc) | ||
| for( unsigned int i = 0; i < nevt; ++i ) hstGs[i] = fixedG; | ||
| copyDeviceFromHost( devGs, hstGs ); // BUG FIX #566 | ||
| <<<<<<< HEAD |
Member
There was a problem hiding this comment.
This PR was merged including merge conflicts... See #901
Member
Author
There was a problem hiding this comment.
This is related to the re-generation of the code for our standard example processes, IIRC we touched on this during the dev meeting yesterday.
Closed
valassi
added a commit
to valassi/madgraph4gpu
that referenced
this pull request
Jul 17, 2024
…the fact madgraph5#898 that channelids are the same inside each warp This also fixes all pending CID_ACCESS::ieventAccessRecordConst calls madgraph5#899 and madgraph5#911 Note: CPPProcess.cc is now again very close to upstream/master (most of master_june24 changes from madgraph5#830 have been undone)
This was referenced Jul 17, 2024
This was referenced Jul 18, 2024
Closed
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
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.
Hi @oliviermattelaer this is the PR for the channelIds, this goes together with the mg5amcnlo:gpucpp_wrap branch. Functionality wise this should be it now. I still mark it as WIP as not all processes have been re-generated and also the comparison of the generated code fails because of some missing spaces here and there. cc @valassi