Torsten Keßler
Torsten Keßler
I'm using AOMP 11.7-1 STANDALONE compiled from source on Arch Linux. When compiling OpenMP code with a custom mapper I always get a memory access fault. The following code is...
Fixes #106
When compiling `rocm_smi_lib` with GCC 12 errors like ``` /build/rocm-smi-lib/src/rocm_smi_lib-rocm-5.1.1/src/rocm_smi_gpu_metrics.cc:225:11: error: ‘memset’ was not declared in this scope 225 | (void)memset(data->temperature_hbm, 0, | ^~~~~~ ``` or ``` /build/rocm-smi-lib/src/rocm_smi_lib-rocm-5.1.1/src/rocm_smi_gpu_metrics.cc: In function...
Hi! I'm the maintainer of ROCm community packages for Arch Linux ([rocm-arch](https://github.com/rocm-arch/rocm-arch)). Currently, we're adding unit tests to our package build scripts. Running the HIP unit test (with `HIP_CATCH_TEST=1`) many...
### Problem Description When compiling pytorch release candidate v2.2.0-rc6, I'm encountering the follwoing compiler crash: ``` clang-17: /usr/src/debug/rocm-llvm/llvm-project-rocm-6.0.0/llvm/lib/CodeGen/SplitKit.cpp:1648: void llvm::SplitEditor::splitLiveThroughBlock(unsigned int, unsigned int, llvm::SlotIndex, unsigned int, llvm::SlotIndex): Assertion `(!LeaveBefore ||...
Hi! I'm packaging ROCm for Arch Linux. The new release of `hsa-rocr` now calls functions like `hsaKmtWaitOnEvent_Ext` or `hsaKmtReplaceAsanHeaderPage`. However, these functions are not part of version 5.7.0: I couldn't...
Hi! I'm the main contributor to a community-driven effort to build ROCm for Arch Linux (https://github.com/rocm-arch/rocm-arch). Recently, we've started to add the tests provided in the repos to our package...
Hi! I'm packaging ROCm for Arch Linux. With GCC 13, `cstdint` must be included to use types like `uint8_t`.