Bert Wesarg
Bert Wesarg
This was pre-defined for the "classic" flang implementation. The new `flang` (based on `f18`, i.e., upstream) does not define it anymore.
when installing just the `rocm-llvm` Debian package for 5.2.3, the provided `amdflang` binary is not workable: ```console $ amdflang -o conftest conftest.f -lz >&5 clang-14: error: unable to execute command:...
Thanks for this nice tool, but is it already possible, that new recordings will be added to the DE recent files list? Not sure how to achieve this with Qt,...
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). ```
### Problem Description `6.0.1-112` includes this change to the `rocm_smi.h` header: ```diff @@ -1091,6 +1099,19 @@ uint16_t current_vclk0s[RSMI_MAX_NUM_CLKS]; uint16_t current_dclk0s[RSMI_MAX_NUM_CLKS]; + /* + * v1.5 additions + */ + //...
In the new ROCm Tools API (5.5 RC4) I see the following error when calling `get_timestamp` before any HIP/HSA call: ```c++ /* setting up session */ rocprofiler_start_session(session_id); rocprofiler_timestamp_t ts; rocprofiler_get_timestamp(&ts);...
The code to handle `HSA_AMD_AGENT_INFO_CACHELINE_SIZE` always goes through the fallback, as the `break` instruction inside the `for`-loop does not break the switch case: https://github.com/RadeonOpenCompute/ROCR-Runtime/blob/e0fadddb3175cb95ce9e9af2ebd2a205045e854e/src/core/runtime/amd_gpu_agent.cpp#L1091 ```c++ case HSA_AMD_AGENT_INFO_CACHELINE_SIZE: for (auto& cache...
Why is there only the `.so` symlink in `/lib` for rocprofiler? roctracer has `.so`, `.so.1`, and `.so.1.0.40500` symlinks. So have all other libs. This is ROCm 4.5.0.