-
Notifications
You must be signed in to change notification settings - Fork 9
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
CUDA warning #1385
Comments
That is already fixed on develop by commit 65c13f8 |
So how do releases work for vt? That fix looks like it was committed in June of 2020. Seems like a simple change that should have been in release 1.0.1 from 6 days ago. Is develop branch not merged into release regularly? |
Our releases work on a "stable branch" model, not a "promotion" model. We make frequent enough changes on develop that would require application source changes or mess with various compilers that we found constant updates to be burdensome at the time the choice was made. |
> EMPIRE/TPL/vt/src/vt/trace/trace_common.h(59): warning: integer conversion resulted in a change of sign
@rppawlo |
closing manually after PR has been merged |
Describe the bug
On cuda builds, we get the warning below repeated for every object that includes vt headers:
Looking at the code, a negative value is assigned to an unsigned type.
To Reproduce
build on cuda
Expected behavior
no warning :)
Screenshots
If applicable, add screenshots to help explain your problem.
Platform (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: