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

[SPARK-37534][BUILD][3.2] Bump dev.ludovic.netlib to 2.2.1 #34797

Closed
wants to merge 1 commit into from

Conversation

luhenry
Copy link
Contributor

@luhenry luhenry commented Dec 3, 2021

What changes were proposed in this pull request?

Bump the version of dev.ludovic.netlib from 2.2.0 to 2.2.1.

Why are the changes needed?

This fixes a computation bug in sgemm. See the issue and the diff.

Does this PR introduce any user-facing change?

No. It fixes the underlying computation of a single floating point matrix-matrix multiplication.

How was this patch tested?

Additional tests were added to the dev.ludovic.netlib project, and a CI run has validated the change.

@HyukjinKwon
Copy link
Member

ok to test

@HyukjinKwon HyukjinKwon changed the title [SPARK-37534][BUILD] Bump dev.ludovic.netlib to 2.2.1 [SPARK-37534][BUILD][3.2] Bump dev.ludovic.netlib to 2.2.1 Dec 3, 2021
@HyukjinKwon
Copy link
Member

@luhenry mind filling other sections in the PR description?

2.2.1 fixes a bug in sgemm
@luhenry
Copy link
Contributor Author

luhenry commented Dec 3, 2021

@HyukjinKwon I updated it. Is it enough details, or should I add some more?

@HyukjinKwon
Copy link
Member

👍

@SparkQA
Copy link

SparkQA commented Dec 3, 2021

Kubernetes integration test starting
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/50374/

@SparkQA
Copy link

SparkQA commented Dec 3, 2021

Kubernetes integration test status failure
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/50374/

@SparkQA
Copy link

SparkQA commented Dec 3, 2021

Test build #145899 has finished for PR 34797 at commit eb6f8cc.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@AmplabJenkins
Copy link

Can one of the admins verify this patch?

Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

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

+1, LGTM. Thank you, @luhenry and @HyukjinKwon .
Merged to branch-3.2 for Apache Spark 3.2.1.

dongjoon-hyun pushed a commit that referenced this pull request Dec 3, 2021
### What changes were proposed in this pull request?

Bump the version of dev.ludovic.netlib from 2.2.0 to 2.2.1.

### Why are the changes needed?

This fixes a computation bug in sgemm. See [the issue](luhenry/netlib#7) and [the diff](luhenry/netlib@v2.2.0...v2.2.1).

### Does this PR introduce _any_ user-facing change?

No. It fixes the underlying computation of a single floating point matrix-matrix multiplication.

### How was this patch tested?

Additional tests were added to the dev.ludovic.netlib project, and a CI run has validated the change.

Closes #34797 from luhenry/branch-3.2-bump-netlib.

Authored-by: Ludovic Henry <git@ludovic.dev>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
catalinii pushed a commit to lyft/spark that referenced this pull request Feb 22, 2022
### What changes were proposed in this pull request?

Bump the version of dev.ludovic.netlib from 2.2.0 to 2.2.1.

### Why are the changes needed?

This fixes a computation bug in sgemm. See [the issue](luhenry/netlib#7) and [the diff](luhenry/netlib@v2.2.0...v2.2.1).

### Does this PR introduce _any_ user-facing change?

No. It fixes the underlying computation of a single floating point matrix-matrix multiplication.

### How was this patch tested?

Additional tests were added to the dev.ludovic.netlib project, and a CI run has validated the change.

Closes apache#34797 from luhenry/branch-3.2-bump-netlib.

Authored-by: Ludovic Henry <git@ludovic.dev>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
catalinii pushed a commit to lyft/spark that referenced this pull request Mar 4, 2022
### What changes were proposed in this pull request?

Bump the version of dev.ludovic.netlib from 2.2.0 to 2.2.1.

### Why are the changes needed?

This fixes a computation bug in sgemm. See [the issue](luhenry/netlib#7) and [the diff](luhenry/netlib@v2.2.0...v2.2.1).

### Does this PR introduce _any_ user-facing change?

No. It fixes the underlying computation of a single floating point matrix-matrix multiplication.

### How was this patch tested?

Additional tests were added to the dev.ludovic.netlib project, and a CI run has validated the change.

Closes apache#34797 from luhenry/branch-3.2-bump-netlib.

Authored-by: Ludovic Henry <git@ludovic.dev>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
kazuyukitanimura pushed a commit to kazuyukitanimura/spark that referenced this pull request Aug 10, 2022
### What changes were proposed in this pull request?

Bump the version of dev.ludovic.netlib from 2.2.0 to 2.2.1.

### Why are the changes needed?

This fixes a computation bug in sgemm. See [the issue](luhenry/netlib#7) and [the diff](luhenry/netlib@v2.2.0...v2.2.1).

### Does this PR introduce _any_ user-facing change?

No. It fixes the underlying computation of a single floating point matrix-matrix multiplication.

### How was this patch tested?

Additional tests were added to the dev.ludovic.netlib project, and a CI run has validated the change.

Closes apache#34797 from luhenry/branch-3.2-bump-netlib.

Authored-by: Ludovic Henry <git@ludovic.dev>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
5 participants