oap-project / oap-mllib

Optimized Spark package to accelerate machine learning algorithms in Apache Spark MLlib.
Apache License 2.0
20 stars 12 forks source link

[Core] Allow user to customize Algorithm FP Type #356

Open xwu99 opened 12 months ago

xwu99 commented 12 months ago

User can change GpuAlgorithmFPType/CpuAlgorithFPType using SparkConf GpuAlgorithmFPType is float, CpuAlgorithFPType is double by default.