From b3fcb02114adb34329aa642319d72b9c46a8306b Mon Sep 17 00:00:00 2001 From: Dragan Mladjenovic Date: Tue, 4 Jun 2024 04:01:02 +0000 Subject: [PATCH] Fix build error in third_party/xla/xla/service/memory_space_assignment/cost_analysis.h --- .../xla/xla/service/memory_space_assignment/cost_analysis.h | 1 - 1 file changed, 1 deletion(-) diff --git a/third_party/xla/xla/service/memory_space_assignment/cost_analysis.h b/third_party/xla/xla/service/memory_space_assignment/cost_analysis.h index 4f1e685d150b0c..2955e8d1985adb 100644 --- a/third_party/xla/xla/service/memory_space_assignment/cost_analysis.h +++ b/third_party/xla/xla/service/memory_space_assignment/cost_analysis.h @@ -115,7 +115,6 @@ class HloCostAnalysisCosts : public BaseCosts { float ComputeSeconds(const HloInstruction& instruction) override; private: - HloCostAnalysisCosts() = default; const HloCostAnalysis& hlo_cost_analysis_; };