trixirt
trixirt
On Fedora half.hpp is installed in the system /usr/include dir The use assumes it is installed in half/half.hpp and looks for this path in the cmake configury. Instead of assuming...
Copied from LLVM cmake variables LLVM_PARALLEL{COMPILE,LINK}_JOBS, adds the option for the ninja generator of splitting the jobs pool between the compile and link jobs. This allows the user to fine...
The user's compiler may not support these flags, so check. Resolves failures on Fedora.
### Problem Description Packaging CK on Fedora uses [-Wp,-D_GLIBCXX_ASSERTIONS ](https://github.com/ROCm/composable_kernel/pull/1404) There are several failures similar to In file included from /home/trix/work/rocm/composable_kernel/include/ck/ck.hpp:10: In file included from /usr/include/hip/hip_runtime.h:62: In file included from...
### Problem Description This issue in main Tensile project also effects hipBLASLt's copy of Tensile [Tensile #1969 ](https://github.com/ROCm/Tensile/issues/1969) ### Operating System Fedora Rawhide ### CPU x86_64 ### GPU AMD Instinct...
### Problem Description amd_hsmp.h is fetched as part of the build process from the upstream kernel here https://github.com/ROCm/amdsmi/blob/amd-staging/CMakeLists.txt#L125 it should come from the system's kernel header. A mismatch could crash...
### Suggestion Description For building Tensile as a RHEL package, the joblib package requires many packages that are not part of RHEL. Instead of requiring joblib, try to import joblib...
### Suggestion Description Fedora packages ROCm to system locations. Not /opt/rocm. When ROCm tools are not found in /opt/rocm, they should be searched for in other locations. ### Operating System...
Addresses this issue [ Generalize linux distro handling ](https://github.com/ROCm/Tensile/issues/1969) On Fedora, /opt/rocm does not exist and the ROCm locations are determined by Fedora's packaging requirements. So add some logic to...
On Fedora, rocm-smi is a standard package and is installed to /usr/bin So when run_kfdtest.sh is run this error is produced find: ‘/opt/rocm*’: No such file or directory First redirect...