-
Notifications
You must be signed in to change notification settings - Fork 14
Rocm/Cuda unit test improvement #95
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
Conversation
…ests only for selected tool
|
A new Pull Request was created by @smuzaffar (Malik Shahzad Muzaffar) for branch scramv3. @cmsbuild, @smuzaffar, @aandvalenzuela, @iarspider can you please review it and eventually sign? Thanks. |
|
test parameters:
|
|
please test |
|
here are some examples
|
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-c44bb0/32023/summary.html The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
You can see more details here: Comparison SummarySummary:
|
|
+externals |
|
This pull request is fully signed and it will be integrated in one of the next scramv3 IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
Various unit tests improvements
rocmoralpakadependency (withrocmbackend enabled)alpakaIsEnabledROCmAsynccommand is either missing or runs successfullycudaoralpakadependency (withcudabackend enabled)alpakaIsEnabledCudaAsynccommand is either missing or runs successfullyIf
USER_UNIT_TESTS=<tools>is set thenalpakaIsEnabledXcheck is ignored and scram force runs unit tests which directory depend on<tools>e.g.USER_UNIT_TESTS=rocm scram build runtestswill run all tests which directly depend onrocmoralpaka-rocm.USER_UNIT_TESTS=cuda scram build runtestswill run all tests which directly depend oncudaoralpaka-cuda.USER_UNIT_TESTS="cuda serial" scram build runtestswill run all tests which directly depend oncuda,alpaka-cudaoraplaka-serial.USER_UNIT_TESTS="boost" scram build runtestswill run all tests which directly depend onboost