jinchengchenghh commented on code in PR #9634:
URL: https://github.com/apache/incubator-gluten/pull/9634#discussion_r2110801224
##########
gluten-substrait/src/main/scala/org/apache/gluten/execution/WholeStageTransformer.scala:
##########
@@ -198,6 +208,12 @@ trait TransformSupport extends ValidatablePlan {
// When true, it will not generate relNode, nor will it generate native
metrics.
def isNoop: Boolean = false
+
+ // If set the isCudf, the config will send to native backend,
+ // and enable the cudf plan or not in runtime stage
+ def setIsCudf: Unit = {
+ isCudf = true
+ }
Review Comment:
What's the rule sequence? Can we make the CudfNodeReplaceRule make effect
after reuse rule?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]