-
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
Implement a first draft of the ROCmServices #40642
Conversation
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-40642/33945 ERROR: Build errors found during clang-tidy run.
|
This PR requires #40619 . |
please test with cms-sw/cmsdist#8273,#40619 |
please test |
+heterogeneous |
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-40642/33987 ERROR: Build errors found during clang-tidy run.
|
Ah... so the code checks use the latest IB as-is, without the PRs that have already been merged :-( |
please test |
+heterogeneous |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-40642/33991
|
Pull request #40642 was updated. can you please check and sign again. |
-1 Failed Tests: RelVals-INPUT RelVals-INPUTThe relvals timed out after 4 hours. Comparison SummarySummary:
|
+1 |
merge |
PR description:
Implement a first draft of the
ROCmService
andROCmMonitoringService
.While the
ROCmService
is not on par with theCUDAService
, it is already usable, especially for the ROCm library tests and as the basis to implement more ROCm utilities.The commented out code is left as a reminder of the
CUDAService
features that are still missing.The PR builds on top of and includes:
PR validation:
The new unit tests pass.