ROCm / rpp

AMD ROCm Performance Primitives (RPP) library is a comprehensive high-performance computer vision library for AMD processors with HIP/OpenCL/CPU back-ends.
https://rocm.docs.amd.com/projects/rpp/en/latest/
MIT License
53 stars 38 forks source link

Doxygen docs fix #386

Closed r-abishek closed 3 months ago

r-abishek commented 3 months ago

@kiritigowda @randyh62 Adds fix in RPP headers for docs not showing newer arithmetic, logical, audio groups

randyh62 commented 3 months ago

I think you need to add these files to the INPUT = section of the docs/doxygen/Doxyfile

I see it on line 948 of the file.

r-abishek commented 3 months ago

@randyh62 The 3 "rppt" header files for audio/arithmetic/logical already seem to be there in ToT https://github.com/ROCm/rpp/blob/develop/.Doxyfile#L970-L972