FilipVaverka
FilipVaverka
Upgrading to GCC 12.1 and its matching libstdc++ breaks HIP code which uses libstdc++'s headers such as "". The origin of the issue seems to be in that libstdc++ started...
What is the current status and future plans for interoperability between HIP (and OpenCL) and graphics APIs like OpenGL or Vulkan running on top of Mesa? So far HIP doesn't...
I hit some new issue with using [hipSYCL](https://github.com/illuhad/hipSYCL/commit/a0ae99ef4d79f60132331712ddeded9dd137dab8) compiled against upstream Clang 12.0.0 in OpenSUSE and ROCm 4.2. While hipSYCL compiles with no issues, however it fails to compile any...
Is it possible to build "fat binary" which is compatible with multiple GPU architectures? I'm able to build binary with OpenMP target offload for single GPU architecture (such as AOMP_GPU=gfx900),...
Is it possible (and/or desirable) to add support for Digest authentication method? I had some issues connecting to my WebDAV server (Ubuntu/Apache2), which I use with no issues with desktop...
### Problem Description Compiling following Fortran module with OpenMP Offload support enabled causes invalid LLVM IR to be generated. ```Fortran module test type :: Float2 real :: x real ::...
### Problem Description Following simple HIP code leads to `segmentation fault` in `libamdhip64.so.6` when following conditions are met simultaneously: 1. There are more than 2 visible devices in the system...