MAGMA  1.2.0
MatrixAlgebraonGPUandMulticoreArchitectures
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
morse_quark.h
Go to the documentation of this file.
1 
16 /***************************************************************************/
19 #ifndef _MORSE_QUARK_H_
20 #define _MORSE_QUARK_H_
21 
22 #include <quark.h>
23 #include <plasma.h>
24 #include <core_blas.h>
25 #include <core_blas_dag.h>
26 
27 #include "common.h"
28 
29 /*
30  * Access to block pointer and leading dimension
31  */
32 #define BLKADDR( desc, type, m, n ) ( (type*)morse_desc_getaddr( desc, m, n ) )
33 
34 #endif /* _MORSE_QUARK_H_ */