Skip to content

Commit

Permalink
Remove over-active ROCM fusion message (#2756)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayfurmanek authored Nov 12, 2024
1 parent 915c761 commit 1cd48cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tensorflow/core/common_runtime/gpu_fusion_pass.cc
Original file line number Diff line number Diff line change
Expand Up @@ -505,8 +505,6 @@ Status ROCmFMAPass::Run(const GraphOptimizationPassOptions& options) {

Status ROCmFusionPassBase::Run(const GraphOptimizationPassOptions& options,
int grouping) {
VLOG(1) << "ROCm Fusion is enabled.";

// Check if the graph is present, should be either in
// - options.graph (for all but POST_PARTITIONING grouping)
// - options.partition_graphs (for POST_PARTITIONING_grouping)
Expand Down

0 comments on commit 1cd48cb

Please sign in to comment.