Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
minmingzhu committed Aug 5, 2024
1 parent 92648a3 commit 82a0f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mllib-dal/src/main/native/CorrelationSampleImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Java_com_intel_oap_mllib_stat_CorrelationDALImpl_cCorrelationSampleTrainDAL(
// auto device = gpus[0];
// sycl::queue q{ device };
auto device = sycl::device(sycl::gpu_selector_v);
sycl::queue queue{device};
sycl::queue q{device};
t1 = chrono::high_resolution_clock::now();
auto comm = dal::preview::spmd::make_communicator<dal::preview::spmd::backend::ccl>(q, rank_count, rank, kvs);
t2 = chrono::high_resolution_clock::now();
Expand Down

0 comments on commit 82a0f8b

Please sign in to comment.