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

[BUG] (Very) sporadic BatchedMatrixTests failure in CI #3652

Open
dantegd opened this issue Mar 24, 2021 · 2 comments
Open

[BUG] (Very) sporadic BatchedMatrixTests failure in CI #3652

dantegd opened this issue Mar 24, 2021 · 2 comments
Labels
bug Something isn't working CUDA / C++ CUDA issue inactive-30d inactive-90d tests Unit testing for project

Comments

@dantegd
Copy link
Member

dantegd commented Mar 24, 2021

Describe the bug
This test fail seems not happen often at all, but we just saw it in #3589 in the CUDA 11 job: https://gpuci.gpuopenanalytics.com/job/rapidsai/job/gpuci/job/cuml/job/prb/job/cuml-gpu-test/CUDA=11.0,GPU_LABEL=gpu-a100,OS=ubuntu18.04,PYTHON=3.8/842/ (might need to see the full log since Jenkins didn't report the fail explicitly).

For reference, the failure is:

[ RUN      ] BatchedMatrixTests/BatchedMatrixTestF.Result/8
../test/prims/batched/matrix.cu:471: Failure
Value of: raft::devArrMatchHost( res_h.data(), res_bM->raw_data(), res_h.size(), raft::CompareApprox<float>(params.tolerance), stream)
  Actual: false (actual=2.826171875 != expected=2.8580241203308105 @1; actual=0.97265625 != expected=0.95727932453155518 @2; actual=0.73828125 != expected=0.74853849411010742 @4; actual=0.046875 != expected=0.033891439437866211 @9; actual=0.609375 != expected=0.62402057647705078 @10; actual=0.80859375 != expected=0.82160842418670654 @14; actual=1.0859375 != expected=1.1064639091491699 @15; )
Expected: true
[  FAILED  ] BatchedMatrixTests/BatchedMatrixTestF.Result/8, where GetParam() = 36-byte object <06-00 00-00 06-00 00-00 11-00 00-00 11-00 00-00 01-00 00-00 01-00 00-00 00-00 00-00 00-00 00-00 0A-D7 23-3C> (2 ms)

Expected behavior
A clear and concise description of what you expected to happen.

Environment details (please complete the following information):

  • Environment location: CUDA 11 PR CI instance
  • Linux Distro/Architecture: Ubuntu 18.04
  • GPU Model/Driver: A100 - 40GB
  • CUDA: 11.0
@dantegd dantegd added bug Something isn't working ? - Needs Triage Need team to review and classify labels Mar 24, 2021
@divyegala divyegala added CUDA / C++ CUDA issue tests Unit testing for project and removed ? - Needs Triage Need team to review and classify labels Mar 29, 2021
@github-actions
Copy link

This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.

@github-actions
Copy link

This issue has been labeled inactive-90d due to no recent activity in the past 90 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CUDA / C++ CUDA issue inactive-30d inactive-90d tests Unit testing for project
Projects
None yet
Development

No branches or pull requests

2 participants