HIP
HIP copied to clipboard
doc: Wrong documentation for `totalConstMem`
See https://github.com/ROCm-Developer-Tools/HIP/blob/685390469af762268ab766245933033455f8c29d/include/hip/hip_runtime_api.h#L99
The totalConstMem
member has the same documentation as sharedMemPerBlock
:
size_t sharedMemPerBlock; ///< Size of shared memory region (in bytes).
@bertwesarg Hi, were you able to resolve this issue on the latest HIP? If so can we close this ticket?
I'm not sure how I can resolve this. The code itself still looks the same:
size_t totalConstMem; ///< Size of shared memory region (in bytes).
@bertwesarg Internal ticket has been created to resolve this issue. Thanks!