Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
minmingzhu committed Jul 30, 2024
1 parent dafd254 commit e458ba6
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,12 @@ class CorrelationDALImpl(
} else {
Iterator.empty
}
OneCCL.cleanup()
if (useDevice == "CPU") {
OneCCL.cleanup()
}
ret
}.collect()
logInfo(s"CorrelationDAL compute end")
corTimer.record("Training")
corTimer.print()

Expand Down

0 comments on commit e458ba6

Please sign in to comment.