Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
minmingzhu committed Nov 13, 2024
1 parent bd44e63 commit 74b48ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mllib-dal/src/main/native/CCLInitSingleton.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class CCLInitSingleton {
kvs = ccl::create_main_kvs(kvs_attr);

t2 = std::chrono::high_resolution_clock::now();
auto duration =
duration =
(float)std::chrono::duration_cast<std::chrono::milliseconds>(t2 - t1).count();

logger::println(logger::INFO, "OneCCL singleton init took %f secs",
Expand Down

0 comments on commit 74b48ee

Please sign in to comment.