Skip to content

Commit

Permalink
updated doxygens
Browse files Browse the repository at this point in the history
  • Loading branch information
AD2605 committed Mar 18, 2024
1 parent 3a77953 commit cfd2ab8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/portfft/common/transfers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -699,9 +699,9 @@ PORTFFT_INLINE void local_private_strided_copy(PtrView& ptr_view, T* priv,
* @param ptr_view View of the local / global memory containing the real component of the data
* @param ptr_imag_view View of the local / global memory containing the imaginary component of the data
* @param priv Pointer to the private memory array
* @param ptr_view_strides_offsets An array of 2 arrays containing PtrViewNDim elements of IdxType, containing strides
* @param ptr_view_strides_offsets Struct containing strides
* and offsets for the strided view to be constructed for the local / global memory containing the real part of the data
* @param ptr_imag_view_strides_offsets An array of 2 arrays containing PtrViewNDim elements of IdxType, containing
* @param ptr_imag_view_strides_offsets Struct containing
* strides and offsets for the strided view to be constructed for the local / global memory containing the imaginary
* part of the data
* @param num_elements_to_copy Number of elements to copy
Expand Down
2 changes: 1 addition & 1 deletion src/portfft/defines.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ using Idx = std::int32_t;
using IdxGlobal = std::int64_t;

/**
* An array of 2 arrays containing N elements of Type, containing strides (s) and offset (o) for a view
* Struct containing the strides and offsets for a view
* @tparam Type Type of elements
* @tparam N Number of elements in each of the two arrays
*/
Expand Down

0 comments on commit cfd2ab8

Please sign in to comment.