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
Merge of PR #671 led to the cuda/10+rdc nightly build (Pascal arch) failing on White.
From a glance at the output there are various undefined references, possibly a sign of ETI-related issues when using sptrsv within the gs routines. Sptrsv tests were compiling and running without error prior to the PR, so I'm not sure what is causing the issue with it's usage in GS when rdc is enabled.
Merge of PR #671 led to the cuda/10+rdc nightly build (Pascal arch) failing on White.
From a glance at the output there are various undefined references, possibly a sign of ETI-related issues when using sptrsv within the gs routines. Sptrsv tests were compiling and running without error prior to the PR, so I'm not sure what is causing the issue with it's usage in GS when rdc is enabled.
Sample errors from Jenkins job:
https://jenkins-son.sandia.gov/job/KokkosKernels_White_CudaSerial_cuda_10_gcc_720_pascal_rdc/36/consoleFull
Reproducer instructions:
@iyamazaki @brian-kelley can you take a look at this?
The text was updated successfully, but these errors were encountered: