Skip to content
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

CTD19 developments for review and merging #324

Conversation

felicepantaleo
Copy link

This PR is basically #291 rebased to the latest CMSSW_10_6_X_Patatrack that @rovere and I are using for review.
I attempted the splitting of the PR in smaller PRs based on packages but did not succeed.

rovere and others added 30 commits September 3, 2018 12:26
…atrices of static dimensions to run on the GPUs
…o use matrices of static dimensions in order to run on the GPUs.
- deleted the forgotten prints and time measurements;
- created a new modifier for the broken line fit;
- switched back from tipMax=1 to tipMax=0.1 (the change will maybe be done in another PR);
- restored the original order of the cuts on chi2 and tip;
- deleted the default label to pixelFitterByBrokenLine;
- switched from CUDA_HOSTDEV to __host__ __device__;
- BrokenLine.h now uses dinamically-sized-matrices (the advantage in using them over the statically-sized ones is that the code would also work with n>4) and, as before, the switch can be easily done at the start of the file;
- hence, the test on GPUs now needs an increase in the stack size (at least 1761 bytes);
- some doxygen comments in BrokenLine.h have been updated.
@fwyzard
Copy link

fwyzard commented Apr 30, 2019

Superseded by #338.

@fwyzard fwyzard closed this Apr 30, 2019
fwyzard pushed a commit that referenced this pull request May 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Pixels Pixels-related developments
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants