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

Small ARIMA-related bug fixes in Hessenberg reduction and make_arima #4017

Merged

Conversation

Nyrio
Copy link
Contributor

@Nyrio Nyrio commented Jun 30, 2021

I'm batching two small bug fixes in one PR:

  • A race condition in the Hessenberg reduction used when solving the Lyapunov equation used to initialize the Kalman filter for ARIMA.
  • In make_arima there are reads of uninitialized memory (though the result of these reads is never used so it's not exactly a bug, but the compute sanitizer complains so it's worth fixing with a placeholder initialization)

@Nyrio Nyrio requested a review from a team as a code owner June 30, 2021 19:36
@Nyrio Nyrio added 3 - Ready for Review Ready for review by team non-breaking Non-breaking change bug Something isn't working labels Jun 30, 2021
@codecov-commenter
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (branch-21.08@166667b). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##             branch-21.08    #4017   +/-   ##
===============================================
  Coverage                ?   85.47%           
===============================================
  Files                   ?      230           
  Lines                   ?    18130           
  Branches                ?        0           
===============================================
  Hits                    ?    15496           
  Misses                  ?     2634           
  Partials                ?        0           
Flag Coverage Δ
dask 48.15% <0.00%> (?)
non-dask 77.75% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 166667b...d5cd359. Read the comment docs.

@dantegd
Copy link
Member

dantegd commented Jul 1, 2021

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 5e677d6 into rapidsai:branch-21.08 Jul 1, 2021
vimarsh6739 pushed a commit to vimarsh6739/cuml that referenced this pull request Oct 9, 2023
…apidsai#4017)

I'm batching two small bug fixes in one PR:

- A race condition in the Hessenberg reduction used when solving the Lyapunov equation used to initialize the Kalman filter for ARIMA.
- In `make_arima` there are reads of uninitialized memory (though the result of these reads is never used so it's not exactly a bug, but the compute sanitizer complains so it's worth fixing with a placeholder initialization)

Authors:
  - Louis Sugy (https://github.com/Nyrio)

Approvers:
  - Dante Gama Dessavre (https://github.com/dantegd)

URL: rapidsai#4017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team bug Something isn't working CUDA/C++ non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants