-
Notifications
You must be signed in to change notification settings - Fork 99
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
Nightly test failures - sparse_{cuda,hip} (child aborted) #1373
Comments
Thanks, @ndellingwood ! Yes, I will investigate later today. |
As reported by @dalg24, we are seeing this runtime error in HIP as well: https://cloud.cees.ornl.gov/jenkins-ci/blue/rest/organizations/jenkins/pipelines/KokkosKernels/runs/460/nodes/10/steps/49/log/?start=0 |
@lucbv, @ndellingwood: Do you know why this runtime error is not showing up in the CUDA CI checks? The cuda 10 ci check runs:
|
It looks like this has to do with copying views from host to device by reference. This is fixed by #1375:
|
Thanks for quickly addressing @e10harvey , nightlies are passing :) |
@e10harvey I'm not certain, the nightlies typically test cuda/10.1.105 and the failures were on x86+Volta90; cuda/10.1.105 builds on weaver (Power9+Volta70) passed, though I'm not certain why differing host architecture would be the underlying cause here |
Following merge of #1342 the sparse set of unit tests began failing in
sparse_csc2csr
in some of our cuda and hip builds:@e10harvey are you able to investigate?
Reproducer (kokkos-dev-2):
The text was updated successfully, but these errors were encountered: