HIP icon indicating copy to clipboard operation
HIP copied to clipboard

doc: Wrong documentation for `totalConstMem`

Open bertwesarg opened this issue 2 years ago • 2 comments

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 avatar Oct 25 '22 10:10 bertwesarg

@bertwesarg Hi, were you able to resolve this issue on the latest HIP? If so can we close this ticket?

abhimeda avatar Feb 07 '24 19:02 abhimeda

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 avatar Feb 08 '24 07:02 bertwesarg

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

ppanchad-amd avatar Apr 10 '24 14:04 ppanchad-amd