Skip to content

Commit

Permalink
T138861426: [Bootcamp][PCF][BE] Migrate the DotproductGame to use the…
Browse files Browse the repository at this point in the history
… new API that accepts metric collector.

Summary: As titled.

Differential Revision: D41640581

fbshipit-source-id: c8ceac38a747010194b07223a5a30ce9f6eca40d
  • Loading branch information
slaxman1978 authored and facebook-github-bot committed Dec 1, 2022
1 parent 99c0ad1 commit ffe6d75
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ class OTBasedMatrixMultiplicationFactory final
public:
const std::string metricRecorderNamePrefix = "ot_based_matrix_multiplication";

// The following constructor will be deprecated once we updated all APP codes
explicit OTBasedMatrixMultiplicationFactory(
[[deprecated("Use the constructor with MetricCollector instead.")]] explicit OTBasedMatrixMultiplicationFactory(
int myId,
int partnerId,
bool isFeatureOwner,
Expand Down

0 comments on commit ffe6d75

Please sign in to comment.