-
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
Add TPL support for CBLAS and LAPACKE #554
Conversation
I've expressed my concerns about this in comments to PR #552. Summary: We're adding new TPLs for the sake of three functions that already exist in the BLAS and LAPACK TPLs. Downstream users will not enable these new TPLs unless they get automatically enabled. |
a656bff
to
c4cb5be
Compare
@jjwilke this build error occurred with cuda/10.1 on kokkos-dev-2 (volta70 arch, Cuda_OpenMP build) during spot-check:
I retested with the kokkos-kernels develop branch to confirm these errors do not occur there as an extra sanity check. |
I'm not able to reproduce this: On kokkos-dev-2
This builds and passes for me. |
Okay, got it. I will open a separate PR that fixes this issue (and adds assertions) then come back to this. |
Spot check failures addressed in PR #640 |
Looked back at my message, sorry I didn't say that.
I didn't run into errors in develop when I was running the initial tpl spot-checks before submitting the PR to update the test script, which tests did these occur with? We should probably guard them like in kokkos. |
The build fails in KokkosSparse_spmv_struct_tuning.cpp. I actually got a Jenkins nightly e-mail with that error: |
Got it, hadn't gotten to checking the Jenkins emails yet. |
06974c2
to
0fce0d3
Compare
tpl spot-check with merge of #641 and all looks good:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jjwilke sorry for delay, thought I had already approved. I'll go ahead and merge if that's okay?
No description provided.