magma_devptr_t

Open discussion for MAGMA library (Matrix Algebra on GPU and Multicore Architectures)
Post Reply
sylvian
Posts: 2
Joined: Tue Oct 04, 2016 8:40 am

magma_devptr_t

Post by sylvian » Tue Oct 04, 2016 8:43 am

I tried to compile magma 2.1 in windows and mingw64 but apparently "magma_devptr_t" is not defined in any place.

mgates3
Posts: 918
Joined: Fri Jan 06, 2012 2:13 pm

Re: magma_devptr_t

Post by mgates3 » Tue Oct 04, 2016 4:05 pm

Can you post the specific input & output of make? It's hard to diagnose otherwise.

Also, please include your make.inc file. Do you have a Fortran compiler?

Was the MAGMA sizeptr utility compiled and work?

Code: Select all

magma> ./control/sizeptr 
8
-mark

Post Reply