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. (#1967)

Summary:
X-link: facebookresearch/fbpcs#1967

Pull Request resolved: #453

As titled.

Differential Revision: D41640581

fbshipit-source-id: 9654befbab598cb7d7d704c9e7bc18f0e2229a93
  • Loading branch information
slaxman1978 authored and facebook-github-bot committed Dec 1, 2022
1 parent 99c0ad1 commit 94e6e00
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 94e6e00

Please sign in to comment.