view BLIS_CONSTANTS.h @ 0:d138e0acf9a0

Initial add of standard DKU matrix mult code -- to be modified
author Sean Halle <seanhalle@yahoo.com>
date Sun, 26 Aug 2012 03:04:50 -0700
parents
children
line source
1 /*
2 * File: BLIS_CONSTANTS.h
3 * Author: SeanHalle@yahoo.com
4 *
5 * Created on October 27, 2009, 6:19 AM
6 */
8 #ifndef _BLIS_CONSTANTS_H
9 #define _BLIS_CONSTANTS_H
11 //DKU Instance ID enum. Must start at 1.
12 //The directory, header, and init file for each instance of the DKU
13 // pattern is named the same as the enum.
14 enum
15 { DKU_INST_MM = 1
16 };
19 #endif /* _BLIS_CONSTANTS_H */