View previous topic :: View next topic |
Author |
Message |
picarica Guru
Joined: 11 Aug 2018 Posts: 326
|
Posted: Mon Nov 04, 2024 9:55 am Post subject: cant compile rocFFT-5.7.1-r2 |
|
|
cant find any stuff on bugzilla and cant find any errors in build log can anyone help plese? i have rx 570
build.log here
same thing with miopen
here build log for miopen |
|
Back to top |
|
|
picarica Guru
Joined: 11 Aug 2018 Posts: 326
|
Posted: Wed Nov 06, 2024 9:18 am Post subject: |
|
|
still couldnt figure it out, i even tried with gcc 12 and gcc 13, tried with python 3.11 3.10 and even 3.12, with none it compiled am i missing something |
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 22608
|
Posted: Wed Nov 06, 2024 12:53 pm Post subject: |
|
|
These are not the same problem. Your miopen error is an incompatibility with the installed Boost. Your rocFFT error unfortunately has no useful hits on the string error. I consider this a usability problem. Reading through its output, I see what looks like a usage message, so I think the build system invoked some tool incorrectly: https://paste.gentoo.zip/wXjEiPzG: |
[62/63] cd /var/tmp/portage/sci-libs/rocFFT-5.7.1-r2/work/rocFFT-rocm-5.7.1_build/library/src && /var/tmp/portage/sci-libs/rocFFT-5.7.1-r2/work/rocFFT-rocm-5.7.1_build/library/src/rocfft_aot_helper "" /var/tmp/portage/sci-libs/rocFFT-5.7.1-r2/work/rocFFT-rocm-5.7.1_build/library/src/rocfft_kernel_cache.db /var/tmp/portage/sci-libs/rocFFT-5.7.1-r2/work/rocFFT-rocm-5.7.1_build/library/src/rocfft_rtc_helper
[31mFAILED: [0mlibrary/src/rocfft_kernel_cache.db /var/tmp/portage/sci-libs/rocFFT-5.7.1-r2/work/rocFFT-rocm-5.7.1_build/library/src/rocfft_kernel_cache.db
cd /var/tmp/portage/sci-libs/rocFFT-5.7.1-r2/work/rocFFT-rocm-5.7.1_build/library/src && /var/tmp/portage/sci-libs/rocFFT-5.7.1-r2/work/rocFFT-rocm-5.7.1_build/library/src/rocfft_aot_helper "" /var/tmp/portage/sci-libs/rocFFT-5.7.1-r2/work/rocFFT-rocm-5.7.1_build/library/src/rocfft_kernel_cache.db /var/tmp/portage/sci-libs/rocFFT-5.7.1-r2/work/rocFFT-rocm-5.7.1_build/library/src/rocfft_rtc_helper
Usage: rocfft_aot_helper temp_cachefile.db output_cachefile.db path/to/rocfft_rtc_helper gfx000 gfx001 ... | That empty double-quoted string looks suspicious on principle, but I am not familiar with this package. It might be harmless. |
|
Back to top |
|
|
|