Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
minmingzhu committed Feb 26, 2025
1 parent beba660 commit ab92ce3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mllib-dal/src/main/native/PCAImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ static void doPCAOneAPICompute(
using descriptor_t = pca_gpu::descriptor<float_t, method_t, task_t>;
const auto pca_desc = descriptor_t().set_deterministic(true);

t1 = std::chrono::high_resolution_clock::now();
const auto result_train =
preview::train(comm, pca_desc, result.get_cov_matrix());
logger::println(logger::INFO, "Eigenvectors:");
Expand Down

0 comments on commit ab92ce3

Please sign in to comment.