diff --git a/src/atom/neighbour_index.h b/src/atom/neighbour_index.h index e15482a..6f76c8c 100644 --- a/src/atom/neighbour_index.h +++ b/src/atom/neighbour_index.h @@ -22,6 +22,7 @@ class NeighbourIndex { #ifdef ACCELERATE_ENABLED // friend function for accessing protected members in arch api: ${ARCH_NAME}_nei_offset_init. friend void ARCH_PREFIX(ARCH_NAME, nei_offset_init)(const NeighbourIndex *); + friend void ARCH_PREFIX(ARCH_NAME, nei_offset_init_per_gpu)(const NeighbourIndex *); #endif public: