Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
minmingzhu committed Jul 29, 2024
1 parent 4cb9289 commit 019892f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mllib-dal/src/main/native/CorrelationImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ Java_com_intel_oap_mllib_stat_CorrelationDALImpl_cCorrelationTrainDAL(
rank);
jint *gpuIndices = env->GetIntArrayElements(gpuIdxArray, 0);

auto queue = getGPU(device, gpuIndices);
getGPU(device, gpuIndices);
auto gpu_device = sycl::device(sycl::gpu_selector_v);
sycl::queue queue{gpu_device};
const char* cstr = env->GetStringUTFChars(breakdown_name, nullptr);
Expand Down

0 comments on commit 019892f

Please sign in to comment.