Skip to content

Commit 63e1b93

Browse files
committed
no symbolic constant
1 parent 8b943e4 commit 63e1b93

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

deps/ReactantExtra/API.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3438,14 +3438,13 @@ class GPUPerformanceModel {
34383438
GPUPerformanceModel(mlir::MLIRContext *mlir_context,
34393439
stream_executor::DeviceDescription *device_description)
34403440
: mlir_context_(std::move(mlir_context)),
3441-
symbolic_expr_context_(mlir_context_),
34423441
device_description_(*device_description),
34433442
hlo_cost_analysis_options_{.count_multiple_input_accesses = true},
34443443
fusion_analysis_cache_(device_description_),
34453444
gpu_hlo_cost_analysis_(hlo_cost_analysis_options_, device_description_),
34463445
gpu_performance_model_(device_description_, fusion_analysis_cache_,
34473446
gpu_performance_model_cache_,
3448-
&symbolic_expr_context_) {}
3447+
mlir_context_) {}
34493448

34503449
void RunAnalysisOnHloModule(std::shared_ptr<xla::HloModule> hlo_module) {
34513450
hlo_module->entry_computation()->Accept(&gpu_hlo_cost_analysis_);
@@ -3464,7 +3463,6 @@ class GPUPerformanceModel {
34643463

34653464
private:
34663465
mlir::MLIRContext *mlir_context_;
3467-
xla::SymbolicExprContext symbolic_expr_context_;
34683466
xla::gpu::GpuHloCostAnalysis::Options hlo_cost_analysis_options_;
34693467
stream_executor::DeviceDescription device_description_;
34703468
xla::gpu::HloFusionAnalysisCache fusion_analysis_cache_;

deps/ReactantExtra/WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ NSYNC_COMMIT = "82b118aa7ace3132e517e2c467f8732978cf4023"
44

55
NSYNC_SHA256 = ""
66

7-
ENZYMEXLA_COMMIT = "5aa34a40ec07fbdf0a188392aad02f64ba1fa16f"
7+
ENZYMEXLA_COMMIT = "cc19943234336e0c67b03f8b8fd312033626aec4"
88

99
ENZYMEXLA_SHA256 = ""
1010

0 commit comments

Comments
 (0)