ROCm / HIP

HIP: C++ Heterogeneous-Compute Interface for Portability
https://rocmdocs.amd.com/projects/HIP/
MIT License
3.55k stars 519 forks source link

Update math functions #3480

Closed neon60 closed 1 month ago

neon60 commented 1 month ago

This PR focusing on math functions update and those changes are in kernel_language.rst.

I based my changes on PR: #3474 This will be merged in soon at Gerrit side.

neon60 commented 1 month ago

Seems like some of the images in common between understand/hardware_implementation and understand/programming_model could be consolidated to use a single reference? It seems like this is being done in the kernel_language.rst file.

The develop branch is slightly behind, this PR changes are focusing on kernel_language.rst.

Because of the data structure contribution rule. We have file duplication, or we do not state how to handle those.