-
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
KokkosBatched warnings #259
Comments
What is the context ? We cannot push a code if we have warnings as we use "Werror". So, I am in doubt that this comes from kokkoskernels compiling. |
The Werror only applies to the host compilation part. I.e. warnings issued by the device side will not trigger a failure. |
Anyway, I confirmed that those warnings are generated from our testing code. I will fix them soon. It is interesting that device code warnings are not considered as failures. Good to know. |
Assuming this was fixed with #243 |
Is this in master ? If not can we leave it open with InDevelop tag till we do a master update ? |
Number of warnings in KokkosBatched
KokkosBatched_LU_Serial_Internal.hpp(59) (col. 22): warning: calling a host function("KokkosBatched::Experimental::RealPart ") from a host device function("KokkosBatched::Experimental::SerialLU_Internal< ::KokkosBatched::Experimental::Algo::Level3::Unblocked> ::invoke ") is not allowed
....................../KokkosBatched_AddRadial_Internal.hpp(58): warning: calling a host
function("KokkosBatched::Experimental::RealPart ") from a host device function("Kokkos::parallel_for<int, ::> ") is not allowed
The text was updated successfully, but these errors were encountered: