-
Notifications
You must be signed in to change notification settings - Fork 197
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
[BUG] compute-sanitizer
errors in gtests
#528
Comments
The Hangarian tests look like they are failing. I also verified they are failing in 22.02:
|
computer-sanitizer
errors in gtests
I'm seeing an error in the interruptible tests as well. I'm also seeing this when running the distances tests so I'm not sure if related to the interruptible or maybe somehow to my environment. cc @achirkin
Even in the distance tests, though, it seems to arise from
|
cc @ChuckHastings. Are you the correct poc for the lap/Hungarian code? |
Yes. |
Addresses Hungarian bug described in #528. The `dualUpdate` method was originally using an array of size one which was eventually changed to a scalar. It really needs to be an array of size SP (number of subproblems in Date/Nagi nomenclature, number of batches as integrated into raft). Authors: - Chuck Hastings (https://github.com/ChuckHastings) Approvers: - Corey J. Nolet (https://github.com/cjnolet) URL: #531
If I understand this correctly, this is an expected behavior, isn't it? We call |
As it is currently, these errors really flood the |
computer-sanitizer
errors in gtestscompute-sanitizer
errors in gtests
I've contacted |
I noticed some stange failures in the gtests for the 3d rbc changes when running all of the gtests that I don't see when just running the ball cover tests. Running
compute-sanitizer
in the gtests is tripping some different memory errors. I'm creating this issue as a tracker and will put the different memory errors in comments.The text was updated successfully, but these errors were encountered: