Jan Patrick Lehr
Jan Patrick Lehr
I just wonder whether it would make sense as an author to add hints which point would be preferred. Unfortunately, as said, the document no longer compiles when \linebreak[0] is...
Only from looking at what I believe are symptoms of this, this issue still exists in ROCm 6.0.0 and ROCm 6.0.2 (amdgpu driver version 6.3.6). Without the mentioned mitigation, we...
Thank you for the report. I'll move this to the top-level ROCm issue tracker to give it some more visibility.
Thank you for the report. We'll look into it.
Closing due to inactivity.
Thank you for the report. We're gonna look into it. Edit: My bad, I forgot to ask. Are you using the main branch or the devel branch?
It appears that in some versions of GCC the identifiers `major` and `minor` were macros. We have pushed a fix to MetaCG that works for us. Please let me know...
Cool to hear that is works and fixes the compiler error. We are working internally to move the tracked MetaCG up to the latest release and have it pass our...
I worked on this yesterday. After bumping the version, you need to add two additional CMake flags to the MetaCG build in `resources/build_submodules.sh`: ``` -DMETACG_BUILD_PGIS=ON \ -DMETACG_BUILD_CGCOLLECTOR=ON ``` This should...
Just to clarify this for me: This is inside the container or on the host system? From the paths etc, I think this is on the host system, right? The...