-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ML-290] Add logger to improve messages output for C++ only (#358)
* update spark to 3.3.3 Signed-off-by: minmingzhu <minming.zhu@intel.com> * First commit * Logger tmp * ALS done * Correlation tmp * Add table output * Use looger function to print table * Correlation done * Add println * Fix typo * HomogenTable done * Summarizer done * Kmeans done * KMeans done * error_handling done * DFR and NB * GPU done * LR done * PCA and DF classifier done * table * Format cpp * All done * Format * Replace print() * Move print(table to service * Format * Change pringf * Remove spaces * Make all error print in stderr * Add switch * Code style * Recover * Add environment control * Format * Clean up * Fix other printf, fix new line bug * Format * Update run-gpu.sh * Add level * Format * Remove variable * Fix typo * Add flush * Fix device call host function * Format * OneDAL rename * fix typo * Fix typo * update Signed-off-by: minmingzhu <minming.zhu@intel.com> * update Signed-off-by: minmingzhu <minming.zhu@intel.com> * Update ALSShuffle.cpp * Update ALSDALImpl.cpp * Update ALSDALImpl.cpp * 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 Signed-off-by: minmingzhu <minming.zhu@intel.com> * update Signed-off-by: minmingzhu <minming.zhu@intel.com> --------- Signed-off-by: minmingzhu <minming.zhu@intel.com> Co-authored-by: kunpeng <kunpeng.jiang@intel.com> Co-authored-by: Xiaochang Wu <xiaochang.wu@intel.com>
- Loading branch information
1 parent
67747d0
commit d019fc1
Showing
27 changed files
with
608 additions
and
385 deletions.
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.