Initial multithreading support for HERK

This commit is contained in:
Tyler Smith
2014-03-17 15:00:47 -05:00
parent c720b14156
commit c51d011083
30 changed files with 587 additions and 201 deletions

View File

@@ -46,5 +46,6 @@ extern obj_t BLIS_MINUS_TWO;
extern thread_comm_t BLIS_SINGLE_COMM;
extern packm_thrinfo_t BLIS_PACKM_SINGLE_THREADED;
extern gemm_thrinfo_t BLIS_GEMM_SINGLE_THREADED;
extern herk_thrinfo_t BLIS_HERK_SINGLE_THREADED;
#endif