Skip to content

Commit

Permalink
Update OneDAL.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
minmingzhu authored Jun 29, 2023
1 parent ce644d4 commit cc5b7f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mllib-dal/src/main/scala/com/intel/oap/mllib/OneDAL.scala
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,6 @@ object OneDAL {

// convert RDD to HomogenTable
val coalescedTables = coalescedRdd.mapPartitionsWithIndex { (index: Int, it: Iterator[Vector]) =>
var start = System.nanoTime()
val list = it.toList
val subRowCount: Int = list.size / numberCores
val futureList: ListBuffer[Future[Array[Double]]] = new ListBuffer[Future[Array[Double]]]()
Expand Down

0 comments on commit cc5b7f2

Please sign in to comment.