trixirt
trixirt
With gcc 14 on Fedora rawhide, there is this build error [ 3%] Building CXX object rocm_smi/CMakeFiles/rocm_smi64.dir/__/src/rocm_smi_device.cc.o In file included from rocm_smi_lib/src/rocm_smi_device.cc:67: rocm_smi_lib/include/rocm_smi/rocm_smi_utils.h: In member function ‘amd::smi::ScopeGuard& amd::smi::ScopeGuard::operator=(const amd::smi::ScopeGuard&)’: /home/trix/rocm/rocm_smi_lib/include/rocm_smi/rocm_smi_utils.h:222:18:...
Building on this package on Fedora reports this warning In file included from rpmbuild/BUILD/rocm_smi_lib-rocm-5.5.1/src/rocm_smi_main.cc:62: In member function 'amd::smi::Device::set_bdfid(unsigned long)', inlined from 'amd::smi::RocmSMI::Initialize(unsigned long)' at rpmbuild/BUILD/rocm_smi_lib-rocm-5.5.1/src/rocm_smi_main.cc:330:27: rpmbuild/BUILD/rocm_smi_lib-rocm-5.5.1/include/rocm_smi/rocm_smi_device.h:199:42: warning: 'bdfid' may be...
When -DUSE_SYSTEM_LIBS=ON is used this error is caused CMake Error in CMakeLists.txt: Imported target "pthreadpool" includes non-existent path "/include" ... CMake Error in CMakeLists.txt: Imported target "pthreadpool" includes non-existent path...
In the review of this package inclusion into Fedora it was noted that some files have been stripped of their copyrights. Though they are in the COPYING file, it would...
On Fedora, where hip is installed as an rpm, its cmake files can not be found and are reported as an error. CMake Error at test/CMakeLists.txt:32 (find_package): No "FindHIP.cmake" found...
In ROCm 6.0 the performance db is unpacked from a tarball. How is the db generated ?
On the rocm-6.0.0 tag on Fedora Rawhide and gfx90a There are many build errors similar to MIOpen/test/serialize.hpp:33:10: fatal error: 'half/half.hpp' file not found 33 | #include | ^~~~~~~~~~~~~~~ On Fedora...
### Problem Description I am packaging hipBLASLt for Fedora. When building with -DBUILD_WITH_TENSILE=OFF post 5.7, there are build errors like this hipBLASLt/library/src/amd_detail/rocblaslt/src/include/tensile_host.hpp:45:10: fatal error: 'Tensile/DataTypes.hpp' file not found 45 |...
On Fedora the install location is dependent on the arch ex/ for x86_64 libraries install to /usr/lib64 So copy how llama-cpp does its install, replacing 'llama' with 'whisper' in the...
While clang-tidy is useful for development to find issues, it is not always appropriate. When the clang-tidy used to build does not match the clang-tidy used in development the build...