Public bug reported: Upon investigation and testing on machine with gfx1151 ROCm_ISA,there are hipfft autopkgtests that are failing. It has been determined that they are failing due:
1) Missing libhipfftw.so ``` Undefined function pointers detected. Error info: failed to open library libhipfftw.so. System's error message = libhipfftw.so: cannot open shared object file: No such file or directory ``` The hipfftw tests require libhipfftw.so which is installed by the libhipfft-dev pkg as a symlink to libhipfftw.so.0. libhipfft0-tests shall depend on libhipfft-dev 2) The argument-validation and functional hipFFTW tests may require more host memory than available ``` unknown file: Failure C++ exception thrown in SetUp(). ``` Such exceptions shall be caught and skipped. Patch based on upstream PR https://github.com/ROCm/rocm- libraries/pull/2387 shall be applied ** Affects: hipfft (Ubuntu) Importance: Undecided Assignee: Bojan Aleksovski (b0b0a) Status: In Progress ** Changed in: hipfft (Ubuntu) Assignee: (unassigned) => Bojan Aleksovski (b0b0a) ** Changed in: hipfft (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2143307 Title: Fix tests for 7.1.0 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/hipfft/+bug/2143307/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
