Merge branch 'compose'

This commit is contained in:
Field G. Van Zee
2016-10-05 13:35:01 -05:00
31 changed files with 887 additions and 364 deletions

View File

@@ -639,6 +639,21 @@ typedef enum
#define BLIS_NUM_UKR_IMPL_TYPES 4
#if 0
typedef enum
{
BLIS_JC_IDX = 0,
BLIS_PC_IDX,
BLIS_IC_IDX,
BLIS_JR_IDX,
BLIS_IR_IDX,
BLIS_PR_IDX,
} thridx_t;
#endif
#define BLIS_NUM_LOOPS 6
// -- Operation ID type --
typedef enum
@@ -950,6 +965,8 @@ typedef struct cntx_s
pack_t schema_b;
pack_t schema_c;
dim_t thrloop[ BLIS_NUM_LOOPS ];
membrk_t* membrk;
} cntx_t;