ywcb00 commented on code in PR #2596:
URL: https://github.com/apache/systemds/pull/2596#discussion_r3863174293


##########
src/main/java/org/apache/sysds/conf/DMLConfig.java:
##########
@@ -98,8 +98,9 @@ public class DMLConfig
        public static final String NATIVE_BLAS          = "sysds.native.blas";
        public static final String NATIVE_BLAS_DIR      = 
"sysds.native.blas.directory";
        public static final String DAG_LINEARIZATION    = 
"sysds.compile.linearization";
-       public static final String SPARSITY_REWRITES    = 
"sysds.rewrites.sparsity.enabled"; // boolean
-       public static final String SPARSITY_ESTIMATOR   = 
"sysds.rewrites.sparsity.estimator"; // see EstiamtionUtils.EstimatorType
+       public static final String SPARSITY_REWRITES    = 
"sysds.sparsity.rewrites.enabled"; // boolean
+       public static final String SPARSITY_RECOMPILE   = 
"sysds.sparsity.recompile.enabled"; // boolean

Review Comment:
   These variables are unused so far. I have introduced these variables two 
weeks ago.



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

Reply via email to