Closed kpedro88 closed 3 years ago
See https://github.com/cms-sw/cmssw/compare/master...kpedro88:TritonService for a functioning draft version of TritonService
with automatic fallback support. Notes:
draft PR now submitted: https://github.com/cms-sw/cmssw/pull/32576
minor followup: https://github.com/cms-sw/cmssw/pull/32861
Initializing a local CPU server when the requested remote server is not available can serve as a fallback option. Open questions:
If a local CPU server is used, SonicTriton clients should be forced to use Sync mode, to prevent contention between CMSSW and the local server (otherwise they would both try to use the same threads).
Assigned to: @kpedro88