Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer committed Dec 5, 2024
1 parent 35514c9 commit 2394166
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ package org.apache.gluten.backend
trait Backend extends Component {

/**
* Backends don't register requirements. They are all considered root components in the component
* DAG and will be loaded at the beginning.
* Backends don't register parents. They are all considered root components in the component DAG
* and will be loaded at the beginning.
*/
final override def parents(): Seq[Class[_ <: Component]] = Nil
}

0 comments on commit 2394166

Please sign in to comment.