ROCm / HIP

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

function hipInit(unsigned int flags) does not provide any documentation for the flags parameter #3195

Open Noerr opened 1 year ago

Noerr commented 1 year ago

Function hipInit is declared in hip_runtime_api.h HIP API documentation for hipInit autogenerates for this function. The resulting documentation provides no description for the purpose of the unsigned int flags input parameter.

Please update the documentation. I do not know how to use hipInit https://sep5.readthedocs.io/en/latest/ROCm_API_References/HIP_API/Initialization-and-Version.html

jatinx commented 1 year ago

Thanks for pointing it out. Will add documentation to hipInit API

ppanchad-amd commented 2 months ago

@Noerr Internal ticket has been created to resolve this issue. Thanks!