Yggdrasil icon indicating copy to clipboard operation
Yggdrasil copied to clipboard

[New package] Add rocFFT 4.2.0

Open jpsamaroo opened this issue 3 years ago • 3 comments

Currently broken, but posting to have this out there in case anyone can help figure out these build failures (@haampie ?).

jpsamaroo avatar Jan 14 '22 17:01 jpsamaroo

I managed to get this working locally (HIP_ROCCLR_HOME was wrong), and am waiting on it to succeed before kicking off CI.

jpsamaroo avatar Jan 14 '22 20:01 jpsamaroo

@giordano this one takes a while, so if you want to kill it and have me limit nprocs, I can do that.

jpsamaroo avatar Jan 15 '22 15:01 jpsamaroo

On musl

21:51:21] /workspace/srcdir/rocFFT-rocm-4.2.0/build/library/src/device/kernel_launch_single_2D_pow2.cpp.h:1:6174: warning: null character ignored [-Wnull-character]
[21:51:21] /workspace/srcdir/rocFFT-rocm-4.2.0/build/library/src/device/kernel_launch_single_2D_pow2.cpp.h:1:6175: warning: null character ignored [-Wnull-character]
[21:51:21] /workspace/srcdir/rocFFT-rocm-4.2.0/build/library/src/device/kernel_launch_single_2D_pow2.cpp.h:1:6176: warning: null character ignored [-Wnull-character]
[21:51:21] /workspace/srcdir/rocFFT-rocm-4.2.0/build/library/src/device/kernel_launch_single_2D_pow2.cpp.h:1:6177: warning: null character ignored [-Wnull-character]
[21:51:21] /workspace/srcdir/rocFFT-rocm-4.2.0/build/library/src/device/kernel_launch_single_2D_pow2.cpp.h:1:6178: warning: null character ignored [-Wnull-character]
[21:51:21] /workspace/srcdir/rocFFT-rocm-4.2.0/build/library/src/device/kernel_launch_single_2D_pow2.cpp.h:1:6179: warning: null character ignored [-Wnull-character]
[21:51:21] /workspace/srcdir/rocFFT-rocm-4.2.0/build/library/src/device/kernel_launch_single_2D_pow2.cpp.h:1:6180: warning: null character ignored [-Wnull-character]

I seem to remember you get these warnings when the file is actually a binary file (and I have the recollection that clang might also dump to screen the entire file in some cases)

giordano avatar Jan 15 '22 22:01 giordano