-
Notifications
You must be signed in to change notification settings - Fork 14
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
Rocm/Cuda unit test improvement #95
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
rocm
oralpaka
dependency (withrocm
backend enabled)alpakaIsEnabledROCmAsync
command is either missing or runs successfullycuda
oralpaka
dependency (withcuda
backend enabled)alpakaIsEnabledCudaAsync
command is either missing or runs successfullyIf
USER_UNIT_TESTS=<tools>
is set thenalpakaIsEnabledX
check is ignored and scram force runs unit tests which directory depend on<tools>
e.g.USER_UNIT_TESTS=rocm scram build runtests
will run all tests which directly depend onrocm
oralpaka-rocm
.USER_UNIT_TESTS=cuda scram build runtests
will run all tests which directly depend oncuda
oralpaka-cuda
.USER_UNIT_TESTS="cuda serial" scram build runtests
will run all tests which directly depend oncuda
,alpaka-cuda
oraplaka-serial
.USER_UNIT_TESTS="boost" scram build runtests
will run all tests which directly depend onboost