Results 64 issues of trixirt

The License here https://github.com/ROCm/ROCmValidationSuite/blob/master/cmake_modules/utils.cmake#L3 is NCSA. AMD is the only copyright holder, so the license should be changed to MIT to be consistent with the rest of the project.

Representative of a general problem here https://github.com/ROCm/ROCmValidationSuite/blob/master/tst.so/CMakeLists.txt#L180 The CPACK parameters should not be used in the normal install.

Here https://github.com/ROCm/ROCmValidationSuite/blob/master/CMakeLists.txt#L562 sets the gpus built for. The user should be able to set this value like is done with the other ROCm libraries, with the AMDGPU_TARGETS cmake variable.

### Problem Description There is an issue with this check. https://github.com/ROCm/hipfort/blob/develop/cmake/Modules/SetFortranFlags.cmake#L10 The default build type for in-box Fedora/EPEL packaging is RelWithDebInfo. This check fails in error. ### Operating System Fedora...

### Problem Description When the cmake variable MIGRAPHX_USE_HIPBLASLT is OFF, there is this compile error /src/targets/gpu/lowering.cpp:267:51: error: no member named 'gfx_default_rocblas' in namespace 'migraphx::gpu' 267 | not hipblaslt_supported() or gpu::gfx_default_rocblas()))...

### Problem Description Reviewing the tag shows this message 'This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.'...

On Fedora Rawhide running the pytorch, there is this warning ../../../../../../usr/lib/python3.14/site-packages/amdsmi/amdsmi_wrapper.py:2544 /usr/lib/python3.14/site-packages/amdsmi/amdsmi_wrapper.py:2544: DeprecationWarning: Due to '_pack_', the 'struct_amdsmi_cper_timestamp_t' Structure will use memory layout compatible with MSVC (Windows). If this is...

In a license review for packaging cupy for fedora here https://bugzilla.redhat.com/show_bug.cgi?id=2395004 An issue was found that the some LICENSE files list in this repo should also be pypi source. Specifically...

cat:install
prio:high

### Problem Description The release tarball for rocm-7.1 is missing ### Operating System Fedora Rawhide ### CPU ALL ### GPU ALL ### ROCm Version ROCm 7.1.0 ### ROCm Component _No...

These distro's package the hip runtime different from the AMD packages. The implied ROCM_PATH and HIP_PATH are both the system directory /usr The hidden file in the AMD package .hipVersion...

Under Investigation