-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Squash all Patatrack developments on top of CMSSW_11_3_0_pre5 #27983
Conversation
The code-checks are being triggered in jenkins. |
@cmsbuild, please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-27983/11874
|
The tests are being triggered in jenkins. |
A new Pull Request was created by @fwyzard (Andrea Bocci) for master. It involves the following packages: CUDADataFormats/BeamSpot The following packages do not have a category, yet: CUDADataFormats/BeamSpot @andrius-k, @lveldere, @chayanit, @emeschi, @sbein, @schneiml, @ianna, @kpedro88, @ggovi, @fioriNTU, @tlampen, @pohsun, @perrotta, @civanch, @zhenhu, @cmsbuild, @davidlange6, @smuzaffar, @Dr15Jones, @cvuosalo, @mdhildreth, @jfernan2, @tocheng, @slava77, @mommsen, @fabiocos, @ssekmen, @kmaeshima, @christopheralanwest, @pgunnell, @franzoni can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
-1 Tested at: b1965c2 You can see the results of the tests here: I found follow errors while testing this PR Failed tests: Build HeaderConsistency ClangBuild
I found compilation warning when building: See details on the summary page.
I found compilation error while trying to compile with clang. Command used:
>> Compiling /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_0_X_2019-09-11-2300/src/HeterogeneousCore/CUDAUtilities/test/test_GPUSimpleVector.cu >> Compiling /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_0_X_2019-09-11-2300/src/HeterogeneousCore/CUDAUtilities/test/OneToManyAssoc_t.cpp In file included from /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_0_X_2019-09-11-2300/src/HeterogeneousCore/CUDAUtilities/test/OneToManyAssoc_t.cpp:1: In file included from /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_0_X_2019-09-11-2300/src/HeterogeneousCore/CUDAUtilities/test/OneToManyAssoc_t.h:14: In file included from /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_0_X_2019-09-11-2300/src/HeterogeneousCore/CUDAUtilities/interface/HistoContainer.h:20: /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_0_X_2019-09-11-2300/src/HeterogeneousCore/CUDAUtilities/interface/prefixScan.h:142:30: error: comparison of integers of different signs: 'int' and 'unsigned int' [-Werror,-Wsign-compare] isLastBlockDone = (value == (gridDim.x - 1)); ~~~~~ ^ ~~~~~~~~~~~~~ /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_0_X_2019-09-11-2300/src/HeterogeneousCore/CUDAUtilities/interface/prefixScan.h:154:31: error: comparison of integers of different signs: 'int' and 'unsigned int' [-Werror,-Wsign-compare] for (int i = threadIdx.x; i < gridDim.x; i += blockDim.x) { ~ ^ ~~~~~~~~~ |
@fwyzard can we finally close this PR? |
I think so - most changes are in CMSSW_11_3_0_pre6. |
This PR includes in a single commit all the Patatrack developments from the past years.
There are few ongoing issues, but this is good enough to start making the actual PRs.
I would ask all affected L2's to have a look at the changes in their packages, and suggest how they would like them to be split and organised.
Of course, any comments on the code itself are welcome !