kokkos / kokkos-fft

A shared-memory FFT for the Kokkos ecosystem
https://kokkosfft.readthedocs.io/
Other
24 stars 5 forks source link

Fix unresolved doxygen for N-dimensional FFT APIs #143

Closed yasahi-hpc closed 1 month ago

yasahi-hpc commented 1 month ago

This PR aims at fixing docstrings bugs from #141 As a temporary solution, we introduce a macro for doxygen which can be resolved. See https://github.com/kokkos/kokkos-kernels/pull/1319 for detail.

yasahi-hpc commented 1 month ago

@tpadioleau Thank you for your review.