Closed
Conversation
…cales but the Gs over the bridge. calculation of G (or alphaS) on the C++/Cuda side only makes sense when we can pass the calculation as a kernel. LHC experiments depend on a (rather complex) calculation of G/alphaS via LHAPDF --> some work for later.
…me xcode params for the executable
Conflicts: epochX/cudacpp/CODEGEN/PLUGIN/CUDACPP_SA_OUTPUT/output.py epochX/cudacpp/gg_tt/SubProcesses/Bridge.h epochX/cudacpp/gg_tt/SubProcesses/BridgeKernels.cc epochX/cudacpp/gg_tt/SubProcesses/MatrixElementKernels.h epochX/cudacpp/gg_tt/SubProcesses/P1_Sigma_sm_gg_ttx/CPPProcess.h
Member
Author
Closed
Member
|
Hi @roiser thanks. I have just merged PR #425, which includs your patch for NEON on Mac and replaces it in a way more consistent to the rest - plus adds many other patches for Mac. I have done this because I saw the NEON patch was included in this alphas part2, and I prefereed to do one thing at a time. This alphas2 is now the next on my list... |
Member
Author
|
superseded by #428 |
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.
A functional complete PR for calculating running alphaS on CPUs. Some more features though will be added in a separate PR for creating more memory buffers and access of the cxtype_sv array within the ME calculation functions. Up to the CPPProcess nothing should change code wise (especially for the bridge interface).