-
Notifications
You must be signed in to change notification settings - Fork 43
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
Narrowing conversion in Ginko #655
Comments
Does explicitly casting |
Yes, manually casting those variables work fine. Now everything works on Newell.
Any suggestion? |
maybe avoid deprecated call? |
I am working on updating the Ginkgo interface and will get rid of the deprecated call in the process. |
@fritzgoebel Thanks for taking care of this. In fact, I tried to fix it in PR #654. Right now it passes all the designed pipeline tests. Please have a look of it, as it is ready for merge. |
Sorry, I was not aware of the PR. Looks good to me. |
Using
C++17
and compiler flags"-Wall -Werror
, I got the following error on PNNL CI:It seems to me Ginkgo use
long unsigned int
inside functiongko::dim
.For more details, see #653 #654
@pelesh @tepperly @cnpetra
The text was updated successfully, but these errors were encountered: