Closed flg closed 1 month ago
@flg Thanks for your comments, this was fixed in https://github.com/ROCm/hipother/commit/1287d7e4a652ba552e392330e65adf1697e0d849 If you have further comments, please let us know.
Thanks. Do you know when we can hope to have this included in an official release? I'm not familiar with ROCm release cycle.
@flg You can expect it in the next release.
Thanks
Problem Description
I get a number of compilation warnings when compiling for NVIDIA HIP platform.
The majority is not too worrying like these deprecated:
Some are more concerning like these returning pointer to local variable:
I can't imagine a context in which returning a pointer to a local variable actually makes sense.
Are those expected? Is there a work-around ? A fix ?
Operating System
Red Hat Enterprise Linux 9.4 (Plow)
CPU
Intel(R) Xeon(R) Silver 4216 CPU @ 2.10GHz
GPU
Nvidia Tesla T4 (TU104GL)
ROCm Version
ROCm 6.2.2
ROCm Component
HIP
Steps to Reproduce
No response
(Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support
No response
Additional Information
No response