-
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.
Add IP Port kvs_attr and Kmeans, PCA test cases validated
- Loading branch information
Showing
13 changed files
with
126 additions
and
82 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
#!/usr/bin/env bash | ||
|
||
# Check envs for building | ||
if [[ -z $JAVA_HOME ]]; then | ||
echo $JAVA_HOME not defined! | ||
exit 1 | ||
fi | ||
|
||
if [[ -z $DAALROOT ]]; then | ||
echo DAALROOT not defined! | ||
exit 1 | ||
fi | ||
|
||
if [[ -z $TBBROOT ]]; then | ||
echo TBBROOT not defined! | ||
exit 1 | ||
fi | ||
|
||
if [[ -z $CCL_ROOT ]]; then | ||
echo CCL_ROOT not defined! | ||
exit 1 | ||
fi | ||
|
||
echo === Building Environments === | ||
echo JAVA_HOME=$JAVA_HOME | ||
echo DAALROOT=$DAALROOT | ||
echo TBBROOT=$TBBROOT | ||
echo CCL_ROOT=$CCL_ROOT | ||
echo GCC Version: $(gcc -dumpversion) | ||
echo ============================= | ||
|
||
mvn -DskipTests clean package |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
|
||
#include <oneapi/ccl.hpp> | ||
|
||
ccl::communicator *getComm(); | ||
ccl::communicator &getComm(); |
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
4 changes: 2 additions & 2 deletions
4
mllib-dal/src/main/native/javah/org_apache_spark_ml_util_OneCCL__.h
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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