-
Notifications
You must be signed in to change notification settings - Fork 703
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nvofbf/2022.07 toolchain, incl. NVHPC v22.7, FFTW v3.3.10, FlexiBLAS 3.0.4, OpenBLAS v0.3.20, ... #16724
nvofbf/2022.07 toolchain, incl. NVHPC v22.7, FFTW v3.3.10, FlexiBLAS 3.0.4, OpenBLAS v0.3.20, ... #16724
Conversation
…-CUDA-11.7.0.eb, OpenBLAS-0.3.20-NVHPC-22.7-CUDA-11.7.0.eb, BLIS-0.9.0-NVHPC-22.7-CUDA-11.7.0.eb, FlexiBLAS-3.2.0-NVHPC-22.7-CUDA-11.7.0.eb, ScaLAPACK-2.2.0-nvompi-2022.07.eb, nvofbf-2022.07.eb
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as outdated.
This comment was marked as outdated.
Note that for BLIS, I had a quick look if it can be compiled with nvc, and the answer is no, since its inline asm kernels use the
|
Test report by @Micket |
@bartoldeman did you actually manage to build flexiblas with Intel ABI? The error i'm seeing doesn't just look like some missing compiler flag.
Looking at the source code, yeah; hook_pos_caxpy really isn't defined anywhere in wrapper_blas_intel.c (like it is in the wrapper_blas_gnu).
I'm seeing a ton of errors due to all these undefined
|
I did, but may have worked around the above somehow. I'll double check later. |
Yeah I stole all your patches already. I've just been to busy to update this PR with the new stuff. I think i'll just patch out the renaming of flexiblas_intel vs flexiblas since things will get rather painful otherwise. |
NVHPC 22.11 no longer complains about the bp register in BLIS, so at least that issue is solved (BLIS still needs a patch to for correct compilation flags however) |
Test report by @Micket |
@boegelbot please test @ generoso |
@boegel: Request for testing this PR well received on login1 PR test command '
Test results coming soon (I hope)... - notification for comment with ID 1370807134 processed Message to humans: this is just bookkeeping information for me, |
Test report by @boegelbot |
easybuild/easyconfigs/o/OpenBLAS/OpenBLAS-0.3.20-NVHPC-22.7-CUDA-11.7.0.eb
Show resolved
Hide resolved
easybuild/easyconfigs/s/ScaLAPACK/ScaLAPACK-2.2.0-nvompi-2022.07.eb
Outdated
Show resolved
Hide resolved
add missing patches to OpenBLAS 0.3.20 with NVHPC/22.7 + retain -fb versionsuffix for ScalaPACK on top of FlexiBLAS
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Test report by @boegel |
Going in, thanks @Micket! |
Thanks a lot @Micket. Greatly appreciated. |
(created using
eb --new-pr
)Having some issues with BLIS still, didn't have time to really investigate it at all yet.