Jan André Reuter

Results 39 issues of Jan André Reuter

**Note:** `rocm_smi_lib` is affected by this issue as well. However, here we get an error message instead of a segmentation fault https://github.com/RadeonOpenCompute/rocm_smi_lib/issues/129 ### Description I was testing how OpenMP target...

# Device / context-based buffers instead of thread-based buffers While continuing to evaluate how we may be able to use PTI-SDK for support of Level Zero as an adapter in...

# Handling of host events with Level Zero PTI-SDK PoC This issue represents more of a discussion for us to know how potential host events will be handeled in PTI-SDK...

Heya, I've noticed that the repository recently added an initial draft for a SDK which can be used for profiling / tracing tools to more easily add support for Intel...

### Problem Description Just a few days ago, LLVM and the AMD fork included a fix from @mhalk for https://github.com/llvm/llvm-project/issues/66478, which caused data transfers between two devices to be reported...

While testing how our HIP adapter in Score-P interacts with OpenMP target regions, I've encountered the following issue preventing me from testing it. In Score-P, adapters are divided into several...

### Problem Description While building a test case while working around #2896, I've stumbled upon another issue with OpenMP interops. Simply printing the output of `omp_get_interop_[x]` reveals that the runtime...

Under Investigation
ROCm 6.0.0
AMD Radeon RX 7900 XT

### Problem Description This is a simple, but quite annoying regression: Starting with ROCm 6.1RC, one can not offload a program using the compiler flag `--offload-arch=native` anymore. The flag `--offload-arch=gfx90a`...

Under Investigation
AMD Instinct MI250X
ROCm 6.0.0

### Problem Description While trying to build reproducers to work around https://github.com/ROCm/rocm_smi_lib/issues/129 and https://github.com/ROCm/HIP/issues/3330, I've ran into a simple issue when trying interoperability between HIP and OpenMP offloading. With the...

Under Investigation
ROCm 6.0.0
AMD Radeon RX 7900 XT

Hi there, as described in #1981, we would like to provide a new version of Score-P for OpenHPC. In the issue, I've described my strategy for doing this, so that...