From ab92ce30d9dc663636d3ed746cc45c54303aac5c Mon Sep 17 00:00:00 2001 From: minmingzhu Date: Wed, 26 Feb 2025 11:22:24 +0800 Subject: [PATCH] update --- mllib-dal/src/main/native/PCAImpl.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/mllib-dal/src/main/native/PCAImpl.cpp b/mllib-dal/src/main/native/PCAImpl.cpp index c0faf82f2..ca143f667 100644 --- a/mllib-dal/src/main/native/PCAImpl.cpp +++ b/mllib-dal/src/main/native/PCAImpl.cpp @@ -205,7 +205,6 @@ static void doPCAOneAPICompute( using descriptor_t = pca_gpu::descriptor; 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:");