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-248][LinearRegression] Add Linear Regression GPU algorithm #261

Merged
merged 48 commits into from
May 6, 2023

Conversation

argentea
Copy link
Contributor

@argentea argentea commented Apr 4, 2023

close #248

@github-actions
Copy link

github-actions bot commented Apr 4, 2023

#248

dev/prepare-build-deps-gpu.sh Outdated Show resolved Hide resolved
@argentea argentea force-pushed the linear-regression branch from 4f49cbb to 536f36a Compare April 14, 2023 00:40
@argentea argentea force-pushed the linear-regression branch 2 times, most recently from 6e1af0b to 582b3d4 Compare April 25, 2023 08:28
@argentea argentea force-pushed the linear-regression branch from 3414972 to ebdbec6 Compare May 5, 2023 01:32
#ifdef CPU_GPU_PROFILE
static jlong doLROneAPICompute(JNIEnv *env, jint rankId, jlong pData,
jlong pLabel, jint executorNum,
preview::spmd::communicator<preview::spmd::device_memory_access::usm> comm,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

variable name

@argentea argentea force-pushed the linear-regression branch from 4e94686 to 1481a56 Compare May 5, 2023 07:38
@xwu99 xwu99 changed the title [ML-248][LinearRegression] Add Linear Regression algorithm [ML-248][LinearRegression] Add Linear Regression GPU algorithm May 6, 2023
@xwu99 xwu99 merged commit 820f72d into oap-project:master May 6, 2023
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.

[LinearRegression] Add Linear Regression GPU algorithm
3 participants