Skip to content

explicitly define underlying enum type#13

Open
samuelpmishLLNL wants to merge 1 commit into
bryancatanzaro:masterfrom
samuelpmishLLNL:master
Open

explicitly define underlying enum type#13
samuelpmishLLNL wants to merge 1 commit into
bryancatanzaro:masterfrom
samuelpmishLLNL:master

Conversation

@samuelpmishLLNL

Copy link
Copy Markdown

on CUDA11 w/ MSVC 2019, I get a lot of warnings when using trove:

[build] F:\fem_performance_tests\extern\trove\trove/warp.h(42): warning: integer conversion resulted in a change of sign
[build] 
[build] F:\fem_performance_tests\extern\trove\trove/shfl.h(53): warning: integer conversion resulted in a change of sign
[build] 
[build] F:\fem_performance_tests\extern\trove\trove/transpose.h(421): warning: integer conversion resulted in a change of sign
.
.
.

They seem to be addressed by manually specifying the underlying type for the enum in warp.h.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants