-
Notifications
You must be signed in to change notification settings - Fork 10
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
installation issue about v3.0.0 #24
Comments
Hello ZhouChao, Thanks for your report |
Hello, On Ubuntu 22.04 running CUDA 11.7, I am trying to install H2Opus which requires installation of KBLAS-GPU. I have successfully installed MAGMA (from bitbucket: https://bitbucket.org/icl/magma/get/3816143865f0.zip, version 2.7.0?). batch_triangular/Xtrsm_batch_drivers.cuh(326): error: argument of type "int *" is incompatible with parameter of type "magma_int_t" Could you please indicate which version of magma should be used ? Or better, could you upload a KLAS-GPU version compatible with the latest MAGMA version ? Thanks a lot for any help, Gilles |
Hi Gilles, I tried with magma 2.6.0 to build kblas-gpu and it works. Best, |
Hi Yuxi,
Thanks a lot for your answer, I could compile KBLAS-GPU, using MAGMA version 2.6.0.
However when trying to compile H2OPUS it indicates that the file kblas_potrf.h is missing and indeed, when checking on git hub or in my KBLAS-GPU folder, it is not present.
Is there another repository to download KBALS-GPU from ?
Best regards,
Gilles
… De: "Yuxi Hong" ***@***.***>
À: "ecrc/kblas-gpu" ***@***.***>
Cc: "Gilles Quéméner" ***@***.***>, "Manual"
***@***.***>
Envoyé: Lundi 1 Août 2022 22:01:18
Objet: Re: [ecrc/kblas-gpu] installation issue about v3.0.0 (#24)
Hi Gilles,
I tried with magma 2.6.0 to build kblas-gpu and it works.
To get magma 2.6.0, use
wget http://icl.utk.edu/projectsfiles/magma/downloads/magma-2.6.0.tar.gz
magma 2.6.2 will fail.
We will look into adapting latest magma.
Best,
Yuxi
—
Reply to this email directly, [
#24 (comment) | view it
on GitHub ] , or [
https://github.com/notifications/unsubscribe-auth/AAQU2C5VFSLMBYB6GZ6DVMLVXAUI5ANCNFSM4JPEPLZQ
| unsubscribe ] .
You are receiving this because you are subscribed to this thread. Message ID:
***@***.***>
|
Hi Gilles,
to kblas make.inc. So please first apply (2) and recompile kblas. Then apply (1) and compile h2opus. Then you are good to go! Best, |
Hello acharara,
The following error occurred when I built the KBLAS.It seems to be a cast error.
batch_triangular/Xtrmm_batch.cu(83): error: argument of type "float **" is incompatible with parameter of type "magma_int_t"
batch_triangular/Xtrmm_batch.cu(84): error: argument of type "int" is incompatible with parameter of type "float **"
Do you have any ideas?
The text was updated successfully, but these errors were encountered: