Draft: Do dot product with Kokkos subview
Compare changes
Files
2+ 4
− 1
@@ -53,6 +53,9 @@ function(get_library package_target tag)
@@ -61,7 +64,7 @@ function(get_library package_target tag)
Replace ugly expanded dot product with std::inner_product
using Kokkos subviews.
Get vector by Kokkos subview, which can be passed in std::inner_product
.
The advantage is
The disadvantage is
make format
for linting)
Draft:
You are not supposed to merge this request by yourself, the maintainers of libiconmath take care of this action!