Skip to content

Commit

Permalink
minitensor: Fix HIP build error from mismatched KOKKOS_INLINE_FUNCTIO…
Browse files Browse the repository at this point in the history
…N between declarationa nd definition.
  • Loading branch information
vbrunini committed Aug 19, 2024
1 parent fd5dc88 commit 826b8ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/minitensor/src/MiniTensor_Geometry.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ volume(Vector<T, N> const & p0, Vector<T, N> const & p1,
/// WARNING: This is not the center of mass.
///
template<typename T, Index N>
KOKKOS_INLINE_FUNCTION
Vector<T, N>
centroid(std::vector<Vector<T, N>> const & points);

Expand Down

0 comments on commit 826b8ee

Please sign in to comment.