-
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-298][Core] Optimize LabelPoints single-threaded to multi-threaded and the rename coalesce functions #302
Merged
xwu99
merged 3 commits into
oap-project:master
from
minmingzhu:optimize_merge_labeledPoint
Jul 3, 2023
Merged
[ML-298][Core] Optimize LabelPoints single-threaded to multi-threaded and the rename coalesce functions #302
xwu99
merged 3 commits into
oap-project:master
from
minmingzhu:optimize_merge_labeledPoint
Jul 3, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
minmingzhu
changed the title
[ML-298] Optimize merge labeled point
[ML-298] Optimize merge labeledpoint
Jun 1, 2023
minmingzhu
force-pushed
the
optimize_merge_labeledPoint
branch
2 times, most recently
from
June 5, 2023 08:44
7757a67
to
072b491
Compare
minmingzhu
force-pushed
the
optimize_merge_labeledPoint
branch
from
June 14, 2023 05:39
d8153de
to
2cb7ba0
Compare
minmingzhu
force-pushed
the
optimize_merge_labeledPoint
branch
2 times, most recently
from
June 29, 2023 08:17
07dc5a9
to
ce644d4
Compare
…oint data conversion Signed-off-by: minmingzhu <minming.zhu@intel.com> update OneDAL.scala Signed-off-by: minmingzhu <minming.zhu@intel.com> optimize labeledpoint data conversion Signed-off-by: minmingzhu <minming.zhu@intel.com> update Signed-off-by: minmingzhu <minming.zhu@intel.com> update Signed-off-by: minmingzhu <minming.zhu@intel.com> update Signed-off-by: minmingzhu <minming.zhu@intel.com> update logs Signed-off-by: minmingzhu <minming.zhu@intel.com> update Signed-off-by: minmingzhu <minming.zhu@intel.com> 1. remove debug log 2. format code style Signed-off-by: minmingzhu <minming.zhu@intel.com> update OneDAL.scala Signed-off-by: minmingzhu <minming.zhu@intel.com> update OneDAL.scala Signed-off-by: minmingzhu <minming.zhu@intel.com> [ML-282] Refactor CPU & GPU examples (oap-project#306) * First move * Move device discover for scala * Delete old gpu discover * Add run-all-gpu * Add clean up * Add tmp utils file * Add exe * Rename run script * Scala gpu donw * Scala cpu done * For ci * pyspark ci * Rename scala * Rename scala file in scripts * Pyspark unit done * Update pyspark utils * Update ci * Remove tmp utils * Reaname utils * Change absolute path, rm als gpu.sh * Scala absolute path * Change sanity check * Rename ci * Split random_forest * Fix name change in ci * Fix path typo * Fix typo update OneDAL.scala Signed-off-by: minmingzhu <minming.zhu@intel.com> Update run-gpu.sh update Signed-off-by: minmingzhu <minming.zhu@intel.com> update Signed-off-by: minmingzhu <minming.zhu@intel.com> update OneDAL.scala Signed-off-by: minmingzhu <minming.zhu@intel.com> Update OneDAL.scala
minmingzhu
force-pushed
the
optimize_merge_labeledPoint
branch
from
June 29, 2023 08:38
cc5b7f2
to
6f55b85
Compare
xwu99
reviewed
Jun 30, 2023
2. remove unused functions Signed-off-by: minmingzhu <minming.zhu@intel.com>
Signed-off-by: minmingzhu <minming.zhu@intel.com>
The title and description are not related to what you have changed. |
minmingzhu
changed the title
[ML-298] Optimize merge labeledpoint
[ML-298] Optimize merge labeledpoint and the coalesce of various data structures is named uniformly
Jul 3, 2023
minmingzhu
changed the title
[ML-298] Optimize merge labeledpoint and the coalesce of various data structures is named uniformly
[ML-298] Optimize data conversion that make single-threaded copy becomes multi-threaded copy and the coalesce of various data structures is named uniformly
Jul 3, 2023
xwu99
approved these changes
Jul 3, 2023
xwu99
changed the title
[ML-298] Optimize data conversion that make single-threaded copy becomes multi-threaded copy and the coalesce of various data structures is named uniformly
[ML-298][Core] Optimize LabelPoints single-threaded to multi-threaded and the rename coalesce functions
Jul 3, 2023
minmingzhu
added a commit
to minmingzhu/oap-mllib
that referenced
this pull request
Jul 4, 2023
… and the rename coalesce functions (oap-project#302) * Used multi threads copy data to continuous array to optimize labeledpoint data conversion Signed-off-by: minmingzhu <minming.zhu@intel.com> update OneDAL.scala Signed-off-by: minmingzhu <minming.zhu@intel.com> optimize labeledpoint data conversion Signed-off-by: minmingzhu <minming.zhu@intel.com> update Signed-off-by: minmingzhu <minming.zhu@intel.com> update Signed-off-by: minmingzhu <minming.zhu@intel.com> update Signed-off-by: minmingzhu <minming.zhu@intel.com> update logs Signed-off-by: minmingzhu <minming.zhu@intel.com> update Signed-off-by: minmingzhu <minming.zhu@intel.com> 1. remove debug log 2. format code style Signed-off-by: minmingzhu <minming.zhu@intel.com> update OneDAL.scala Signed-off-by: minmingzhu <minming.zhu@intel.com> update OneDAL.scala Signed-off-by: minmingzhu <minming.zhu@intel.com> [ML-282] Refactor CPU & GPU examples (oap-project#306) * First move * Move device discover for scala * Delete old gpu discover * Add run-all-gpu * Add clean up * Add tmp utils file * Add exe * Rename run script * Scala gpu donw * Scala cpu done * For ci * pyspark ci * Rename scala * Rename scala file in scripts * Pyspark unit done * Update pyspark utils * Update ci * Remove tmp utils * Reaname utils * Change absolute path, rm als gpu.sh * Scala absolute path * Change sanity check * Rename ci * Split random_forest * Fix name change in ci * Fix path typo * Fix typo update OneDAL.scala Signed-off-by: minmingzhu <minming.zhu@intel.com> Update run-gpu.sh update Signed-off-by: minmingzhu <minming.zhu@intel.com> update Signed-off-by: minmingzhu <minming.zhu@intel.com> update OneDAL.scala Signed-off-by: minmingzhu <minming.zhu@intel.com> Update OneDAL.scala * 1. rename function name 2. remove unused functions Signed-off-by: minmingzhu <minming.zhu@intel.com> * update OneDAL.scala Signed-off-by: minmingzhu <minming.zhu@intel.com> --------- Signed-off-by: minmingzhu <minming.zhu@intel.com>
minmingzhu
added a commit
to minmingzhu/oap-mllib
that referenced
this pull request
Jul 4, 2023
… and the rename coalesce functions (oap-project#302) * Used multi threads copy data to continuous array to optimize labeledpoint data conversion Signed-off-by: minmingzhu <minming.zhu@intel.com> update OneDAL.scala Signed-off-by: minmingzhu <minming.zhu@intel.com> optimize labeledpoint data conversion Signed-off-by: minmingzhu <minming.zhu@intel.com> update Signed-off-by: minmingzhu <minming.zhu@intel.com> update Signed-off-by: minmingzhu <minming.zhu@intel.com> update Signed-off-by: minmingzhu <minming.zhu@intel.com> update logs Signed-off-by: minmingzhu <minming.zhu@intel.com> update Signed-off-by: minmingzhu <minming.zhu@intel.com> 1. remove debug log 2. format code style Signed-off-by: minmingzhu <minming.zhu@intel.com> update OneDAL.scala Signed-off-by: minmingzhu <minming.zhu@intel.com> update OneDAL.scala Signed-off-by: minmingzhu <minming.zhu@intel.com> [ML-282] Refactor CPU & GPU examples (oap-project#306) * First move * Move device discover for scala * Delete old gpu discover * Add run-all-gpu * Add clean up * Add tmp utils file * Add exe * Rename run script * Scala gpu donw * Scala cpu done * For ci * pyspark ci * Rename scala * Rename scala file in scripts * Pyspark unit done * Update pyspark utils * Update ci * Remove tmp utils * Reaname utils * Change absolute path, rm als gpu.sh * Scala absolute path * Change sanity check * Rename ci * Split random_forest * Fix name change in ci * Fix path typo * Fix typo update OneDAL.scala Signed-off-by: minmingzhu <minming.zhu@intel.com> Update run-gpu.sh update Signed-off-by: minmingzhu <minming.zhu@intel.com> update Signed-off-by: minmingzhu <minming.zhu@intel.com> update OneDAL.scala Signed-off-by: minmingzhu <minming.zhu@intel.com> Update OneDAL.scala * 1. rename function name 2. remove unused functions Signed-off-by: minmingzhu <minming.zhu@intel.com> * update OneDAL.scala Signed-off-by: minmingzhu <minming.zhu@intel.com> --------- Signed-off-by: minmingzhu <minming.zhu@intel.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
closes #298