Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ML-362] Create new Homogen Table with assign GPU before algorithms running. #366

Merged
merged 30 commits into from
Jul 22, 2024

Conversation

minmingzhu
Copy link
Collaborator

What changes were proposed in this pull request?

closes #362

@github-actions
Copy link

#362

@xwu99 xwu99 self-assigned this Oct 20, 2023
preview::spmd::communicator<preview::spmd::device_memory_access::usm> comm,
jobject resultObj) {
jobject resultObj, sycl::queue &queue) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you make queue a private member of comm, so that can be got from comm without change the interface?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the interfaces is still changed, could you remove queue in the interface?

mllib-dal/src/main/native/CorrelationImpl.cpp Outdated Show resolved Hide resolved
mllib-dal/src/main/scala/com/intel/oap/mllib/OneDAL.scala Outdated Show resolved Hide resolved
minmingzhu and others added 13 commits July 22, 2024 14:28
Signed-off-by: minmingzhu <minming.zhu@intel.com>
Signed-off-by: minmingzhu <minming.zhu@intel.com>
Signed-off-by: minmingzhu <minming.zhu@intel.com>
Signed-off-by: minmingzhu <minming.zhu@intel.com>
Signed-off-by: minmingzhu <minming.zhu@intel.com>
Signed-off-by: minmingzhu <minming.zhu@intel.com>
Signed-off-by: minmingzhu <minming.zhu@intel.com>
Signed-off-by: minmingzhu <minming.zhu@intel.com>
Signed-off-by: minmingzhu <minming.zhu@intel.com>
Signed-off-by: minmingzhu <minming.zhu@intel.com>
Signed-off-by: minmingzhu <minming.zhu@intel.com>
Signed-off-by: minmingzhu <minming.zhu@intel.com>
minmingzhu and others added 5 commits July 22, 2024 14:37
Signed-off-by: minmingzhu <minming.zhu@intel.com>
Signed-off-by: minmingzhu <minming.zhu@intel.com>
Signed-off-by: minmingzhu <minming.zhu@intel.com>
@minmingzhu minmingzhu force-pushed the assign_gpu_to_homogentable branch from f2b5ed0 to 157fe7d Compare July 22, 2024 06:39
@xwu99 xwu99 merged commit d15025c into oap-project:master Jul 22, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create new Homogen Table with assign GPU before algorithms running.
2 participants