-
Notifications
You must be signed in to change notification settings - Fork 12
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
[ML-362] Create new Homogen Table with assign GPU before algorithms running. #366
Conversation
Signed-off-by: minmingzhu <minming.zhu@intel.com>
preview::spmd::communicator<preview::spmd::device_memory_access::usm> comm, | ||
jobject resultObj) { | ||
jobject resultObj, sycl::queue &queue) { |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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?
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>
f2b5ed0
to
157fe7d
Compare
What changes were proposed in this pull request?
closes #362