HeterogeneousCore/SonicTriton: add RetryActionDiffServer; expose connectToServer; update tests#21
Closed
trevin-lee wants to merge 12 commits intofastmachinelearning:masterfrom
Closed
Conversation
…r method in TritonClient. Update BuildFile.xml and fix formatting in header files.
…tructor for TritonClient, and update BuildFile.xml to include Catch2 for testing.
…tests; remove old cfg
|
Preliminary comments:
|
kpedro88
reviewed
Aug 12, 2025
kpedro88
reviewed
Aug 14, 2025
…lection; remove unused parameters and improve documentation.
…tructor and associated test file. Update BuildFile.xml to reflect changes in test structure and retry action configuration.
trevin-lee
pushed a commit
to trevin-lee/cmssw
that referenced
this pull request
Aug 25, 2025
…_1_0_pre1 Remove forgotten file
Author
Superseded by new PR targeting 15_1_0_pre3: #22 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Title
HeterogeneousCore/SonicTriton: add RetryActionDiffServer; expose connectToServer; update tests
Body
PR description
RetryActionDiffServerto switch to an alternative Triton server upon failure.TritonClient::connectToServer(std::string url)and add a testing constructor to enable unit tests.BuildFile.xml; remove obsoletetritonRetryActionTest_cfg.py.PR validation
CMSSW_15_0_0_pre3(scram b -j).Backport
Reviewers: @jmduarte @kpedro88