Madoura

Results 10 issues of Madoura

I'll be honest, I have absolutely no idea what I'm doing and this is well outside my skill-set. I think I can figure out the rest, but my main issue...

type: new port

```rust Compiling matches v0.1.8 Compiling detour v0.8.1 (/build/detour-0.8.1.tar.gz) error: avoid using named labels in inline assembly --> src/arch/x86/mod.rs:46:16 | 46 | je ret5 | ________________^ 47 | | mov eax,...

Not really sure what caused this. ``bcachefs-tools`` is on 1.3.3. ``bcachefs show-super`` ```console External UUID: 7b12f60f-5a7d-4e06-a915-60ff5e794ef2 Internal UUID: 44e9d681-d028-4320-8191-2a5f2ef5e2ae Device index: 0 Label: root Version: 1.3: rebalance_work Version upgrade complete:...

Looks like only gfx9 and below is supported here ATM. gfx1010, gfx1012, gfx1030, gfx1100, gfx1101, and gfx1102 are affected. Here's the error log. I'll link you to the build environment...

is:bug
mod:hip

Please see: https://github.com/jtojnar/cmake-snips#assuming-cmake_install_dir-is-relative-path For context: https://github.com/ROCm-Developer-Tools/hipamd/issues/55 Here is an example: https://github.com/RadeonOpenCompute/rocm-cmake/blob/027404a8326da6e7e9338e0b81f9428660190724/share/rocm/cmake/ROCMInstallTargets.cmake#L87-L96 This assumes that ``CMAKE_INSTALL_`` is relative, which is definitely not always the case.

help wanted

I am unsure why they are not passing, as I am not proficient in using ``valgrind``. ### Affected unit tests - ``reader`` - ``ParseDoubleHandler`` - ``ParseNumber_NormalPrecisionError`` - ``dtoa`` - ``normal``...

This causes problems for distributions which may use different paths. See: https://github.com/NixOS/nixpkgs/pull/197838#discussion_r1006537286 I have also noticed this to be an issue across most ROCm packages, (rocsparse, hipsparse, etc) in which...

```console [ 15%] Built target link_libroctx64.so /build/source/src/roctx/roctx.cpp:91:25: error: reinterpret_cast from 'const void *' to 'decltype(report_activity.load())' (aka 'int (*)(activity_domain_t, unsigned int, void *)') casts away qualifiers report_activity.store(reinterpret_cast(function), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated...

From what I can see, this hasn't been moved to the ``ROCm`` organization like the others, nor has it been updated past ``5.5.0``. The [last commit](https://github.com/ROCmSoftwarePlatform/MIOpenGEMM/commit/c974d961355920cc5f1a87fcf55afcbf3905fe38) was also more than...

Hi, I'm packaging this and many other ROCm projects for nixpkgs. Generally, for these projects I'm trying to do ``${project_version}-${rocm-version}``, but am not entirely sure that's applicable to this project....