-
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
trsv - internal compiler error with intel/19 #607
Comments
addresses issue kokkos#607 reported by Mike Glass replace /= compound assignment operators
addresses issue kokkos/kokkos-kernels#607 reported by @mwglass replace /= compound assignment operators
Workaround PR issued #608 and Trilinos patch submitted in PR trilinos/Trilinos#6858 |
PR #608 merged. |
Added intel/19.0.5 nightly test https://jenkins-son.sandia.gov/view/KokkosKernels/job/KokkosKernels_KokkosDev2_Intel19_0_5/ |
For reference I should mention the issue here - internal compiler errors were occurring in the trsv routine, turned out the compiler was dying on the |
Reported by Mike Glass, observed on the mutrino testbed
Error message
Reproducer instructions:
Clone kokkos, kokkos-kernels
The text was updated successfully, but these errors were encountered: