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

Optimisation a la Chris of HLTrigger/btau/src/L3MumuTrackingRegion. #586

Merged
merged 1 commit into from Aug 22, 2013
Merged

Optimisation a la Chris of HLTrigger/btau/src/L3MumuTrackingRegion. #586

merged 1 commit into from Aug 22, 2013

Conversation

Martin-Grunewald
Copy link
Contributor

Optimisation a la Chris of HLTrigger/btau/src/L3MumuTrackingRegion.

@cmsbuild
Copy link
Contributor

The following categories have been signed by gruenew (a.k.a. @Martin-Grunewald on GitHub): HLT

@cms-git-hlt, @cms-git-fastsim

@ghost ghost assigned nclopezo Aug 22, 2013
@@ -27,6 +27,7 @@ class L3MumuTrackingRegion : public TrackingRegionProducer {
edm::ParameterSet regionPSet = cfg.getParameter<edm::ParameterSet>("RegionPSet");

theVertexTag = regionPSet.getParameter<edm::InputTag>("vertexSrc");
theVertex = (theVertexTag.label().length()>1);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know >1 was in the original code but shouldn't this be >0 so one could test with modules who only have a single letter as their module label?

@ktf
Copy link
Contributor

ktf commented Aug 22, 2013

@Martin-Grunewald do you plan to fix this as suggested by chris in the very short term?
@nclopezo can you please run the tests?

@Martin-Grunewald
Copy link
Contributor Author

Sorry, no, not in the very short term.

@ktf
Copy link
Contributor

ktf commented Aug 22, 2013

Ok. Unless Chris objects I'll merge this as soon as I get the results of the tests from @nclopezo

@Dr15Jones
Copy link
Contributor

I have no objections.

Chris

Sent from my iPhone

On Aug 22, 2013, at 11:56 AM, Giulio Eulisse notifications@github.com wrote:

Ok. Unless Chris objects I'll merge this as soon as I get the results of the tests from @nclopezo


Reply to this email directly or view it on GitHub.

ktf added a commit that referenced this pull request Aug 22, 2013
Optimisation a la Chris of  HLTrigger/btau/src/L3MumuTrackingRegion.
@ktf ktf merged commit 686c79f into cms-sw:CMSSW_7_0_X Aug 22, 2013
jpata pushed a commit to jpata/cmssw that referenced this pull request Jan 9, 2017
fwyzard added a commit to VinInn/cmssw that referenced this pull request Dec 1, 2020
Remove the possibility of changing the grid size used by the
cms::cudacompat layer, and make it a constant equal to {1, 1, 1}.

This avoids a thread-related problem caused by TBB using worker threads
where the grid size had not been initialised.

The kernel for pixel clustering need to be rewritten to support a
one-dimensional grid to run on the CPU.
Currently they are only used on the GPU in the Patatrack workflows, but
they are exercised on the CPU by the gpuClustering_t tests; those tests
have been commented out until the kernels can be updated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants