You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Just ran the pytest suite on my workstation with the new RAPIDS 11.2 packages so this is the python side of #3406, the following tests failed:
Closes#3649
The error was in `batched_kalman_loop_kernel`: calculating `Y = a M X + b Y` when `b = 0` can still result in `NaN` if `Y` is uninitialized. One possible fix would be to initialize to zeros the component that was uninitialized. The fix I chose is to remove the unnecessary read, so no uninitialized value is accessed and we save unnecessary operations.
Authors:
- Louis Sugy (https://github.com/Nyrio)
Approvers:
- Dante Gama Dessavre (https://github.com/dantegd)
URL: #3730
Describe the bug
Just ran the pytest suite on my workstation with the new RAPIDS 11.2 packages so this is the python side of #3406, the following tests failed:
In PR #3679 we saw the following test failures:
job used a V100, Ubuntu 16.04, python 3.8: https://gpuci.gpuopenanalytics.com/job/rapidsai/job/gpuci-cuda112/job/cuml/job/prb/job/cuml-gpu-test/CUDA=11.2,GPU_LABEL=gpu-v100,OS=ubuntu16.04,PYTHON=3.8/48/
Steps/Code to reproduce bug
Build libcuml and cuml on CUDA 11.2
Expected behavior
Tests pass
Environment details (please complete the following information):
Additional context
Full log of the failures:
The text was updated successfully, but these errors were encountered: