zhztheplayer commented on code in PR #9634:
URL: https://github.com/apache/incubator-gluten/pull/9634#discussion_r2111356328


##########
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:
   Probably it's after all Gluten rules are executed but I don't recall 
precisely. Can we turn this into a plan tag or so?



-- 
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]

Reply via email to