You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

common_s.h 16 kB

11 years ago
11 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495
  1. #ifndef COMMON_S_H
  2. #define COMMON_S_H
  3. #ifndef DYNAMIC_ARCH
  4. #define SAMAX_K samax_k
  5. #define SAMIN_K samin_k
  6. #define SMAX_K smax_k
  7. #define SMIN_K smin_k
  8. #define ISAMAX_K isamax_k
  9. #define ISAMIN_K isamin_k
  10. #define ISMAX_K ismax_k
  11. #define ISMIN_K ismin_k
  12. #define SASUM_K sasum_k
  13. #define SSUM_K ssum_k
  14. #define SAXPYU_K saxpy_k
  15. #define SAXPYC_K saxpy_k
  16. #define SCOPY_K scopy_k
  17. #define SDOTU_K sdot_k
  18. #define SDOTC_K sdot_k
  19. #define SDSDOT_K dsdot_k
  20. #define DSDOT_K dsdot_k
  21. #define SNRM2_K snrm2_k
  22. #define SSCAL_K sscal_k
  23. #define SSWAP_K sswap_k
  24. #define SROT_K srot_k
  25. #define SROTM_K srotm_k
  26. #define SGEMV_N sgemv_n
  27. #define SGEMV_T sgemv_t
  28. #define SGEMV_R sgemv_n
  29. #define SGEMV_C sgemv_t
  30. #define SGEMV_O sgemv_n
  31. #define SGEMV_U sgemv_t
  32. #define SGEMV_S sgemv_n
  33. #define SGEMV_D sgemv_t
  34. #define SGERU_K sger_k
  35. #define SGERC_K sger_k
  36. #define SGERV_K sger_k
  37. #define SGERD_K sger_k
  38. #define SSYMV_U ssymv_U
  39. #define SSYMV_L ssymv_L
  40. #define SSYMV_THREAD_U ssymv_thread_U
  41. #define SSYMV_THREAD_L ssymv_thread_L
  42. #define SGEMM_DIRECT_PERFORMANT sgemm_direct_performant
  43. #define SGEMM_DIRECT sgemm_direct
  44. #define SGEMM_DIRECT_ALPHA_BETA sgemm_direct_alpha_beta
  45. #define SGEMM_ONCOPY sgemm_oncopy
  46. #define SGEMM_OTCOPY sgemm_otcopy
  47. #if SGEMM_DEFAULT_UNROLL_M == SGEMM_DEFAULT_UNROLL_N
  48. #define SGEMM_INCOPY sgemm_oncopy
  49. #define SGEMM_ITCOPY sgemm_otcopy
  50. #else
  51. #define SGEMM_INCOPY sgemm_incopy
  52. #define SGEMM_ITCOPY sgemm_itcopy
  53. #endif
  54. #define STRMM_OUNUCOPY strmm_ounucopy
  55. #define STRMM_OUNNCOPY strmm_ounncopy
  56. #define STRMM_OUTUCOPY strmm_outucopy
  57. #define STRMM_OUTNCOPY strmm_outncopy
  58. #define STRMM_OLNUCOPY strmm_olnucopy
  59. #define STRMM_OLNNCOPY strmm_olnncopy
  60. #define STRMM_OLTUCOPY strmm_oltucopy
  61. #define STRMM_OLTNCOPY strmm_oltncopy
  62. #define STRSM_OUNUCOPY strsm_ounucopy
  63. #define STRSM_OUNNCOPY strsm_ounncopy
  64. #define STRSM_OUTUCOPY strsm_outucopy
  65. #define STRSM_OUTNCOPY strsm_outncopy
  66. #define STRSM_OLNUCOPY strsm_olnucopy
  67. #define STRSM_OLNNCOPY strsm_olnncopy
  68. #define STRSM_OLTUCOPY strsm_oltucopy
  69. #define STRSM_OLTNCOPY strsm_oltncopy
  70. #if SGEMM_DEFAULT_UNROLL_M == SGEMM_DEFAULT_UNROLL_N
  71. #define STRMM_IUNUCOPY strmm_ounucopy
  72. #define STRMM_IUNNCOPY strmm_ounncopy
  73. #define STRMM_IUTUCOPY strmm_outucopy
  74. #define STRMM_IUTNCOPY strmm_outncopy
  75. #define STRMM_ILNUCOPY strmm_olnucopy
  76. #define STRMM_ILNNCOPY strmm_olnncopy
  77. #define STRMM_ILTUCOPY strmm_oltucopy
  78. #define STRMM_ILTNCOPY strmm_oltncopy
  79. #define STRSM_IUNUCOPY strsm_ounucopy
  80. #define STRSM_IUNNCOPY strsm_ounncopy
  81. #define STRSM_IUTUCOPY strsm_outucopy
  82. #define STRSM_IUTNCOPY strsm_outncopy
  83. #define STRSM_ILNUCOPY strsm_olnucopy
  84. #define STRSM_ILNNCOPY strsm_olnncopy
  85. #define STRSM_ILTUCOPY strsm_oltucopy
  86. #define STRSM_ILTNCOPY strsm_oltncopy
  87. #else
  88. #define STRMM_IUNUCOPY strmm_iunucopy
  89. #define STRMM_IUNNCOPY strmm_iunncopy
  90. #define STRMM_IUTUCOPY strmm_iutucopy
  91. #define STRMM_IUTNCOPY strmm_iutncopy
  92. #define STRMM_ILNUCOPY strmm_ilnucopy
  93. #define STRMM_ILNNCOPY strmm_ilnncopy
  94. #define STRMM_ILTUCOPY strmm_iltucopy
  95. #define STRMM_ILTNCOPY strmm_iltncopy
  96. #define STRSM_IUNUCOPY strsm_iunucopy
  97. #define STRSM_IUNNCOPY strsm_iunncopy
  98. #define STRSM_IUTUCOPY strsm_iutucopy
  99. #define STRSM_IUTNCOPY strsm_iutncopy
  100. #define STRSM_ILNUCOPY strsm_ilnucopy
  101. #define STRSM_ILNNCOPY strsm_ilnncopy
  102. #define STRSM_ILTUCOPY strsm_iltucopy
  103. #define STRSM_ILTNCOPY strsm_iltncopy
  104. #endif
  105. #define SGEMM_BETA sgemm_beta
  106. #define SGEMM_KERNEL sgemm_kernel
  107. #define STRMM_KERNEL_LN strmm_kernel_LN
  108. #define STRMM_KERNEL_LT strmm_kernel_LT
  109. #define STRMM_KERNEL_LR strmm_kernel_LN
  110. #define STRMM_KERNEL_LC strmm_kernel_LT
  111. #define STRMM_KERNEL_RN strmm_kernel_RN
  112. #define STRMM_KERNEL_RT strmm_kernel_RT
  113. #define STRMM_KERNEL_RR strmm_kernel_RN
  114. #define STRMM_KERNEL_RC strmm_kernel_RT
  115. #define STRSM_KERNEL_LN strsm_kernel_LN
  116. #define STRSM_KERNEL_LT strsm_kernel_LT
  117. #define STRSM_KERNEL_LR strsm_kernel_LN
  118. #define STRSM_KERNEL_LC strsm_kernel_LT
  119. #define STRSM_KERNEL_RN strsm_kernel_RN
  120. #define STRSM_KERNEL_RT strsm_kernel_RT
  121. #define STRSM_KERNEL_RR strsm_kernel_RN
  122. #define STRSM_KERNEL_RC strsm_kernel_RT
  123. #define SSYMM_OUTCOPY ssymm_outcopy
  124. #define SSYMM_OLTCOPY ssymm_oltcopy
  125. #if SGEMM_DEFAULT_UNROLL_M == SGEMM_DEFAULT_UNROLL_N
  126. #define SSYMM_IUTCOPY ssymm_outcopy
  127. #define SSYMM_ILTCOPY ssymm_oltcopy
  128. #else
  129. #define SSYMM_IUTCOPY ssymm_iutcopy
  130. #define SSYMM_ILTCOPY ssymm_iltcopy
  131. #endif
  132. #define SNEG_TCOPY sneg_tcopy
  133. #define SLASWP_NCOPY slaswp_ncopy
  134. #define SAXPBY_K saxpby_k
  135. #define SOMATCOPY_K_CN somatcopy_k_cn
  136. #define SOMATCOPY_K_RN somatcopy_k_rn
  137. #define SOMATCOPY_K_CT somatcopy_k_ct
  138. #define SOMATCOPY_K_RT somatcopy_k_rt
  139. #define SIMATCOPY_K_CN simatcopy_k_cn
  140. #define SIMATCOPY_K_RN simatcopy_k_rn
  141. #define SIMATCOPY_K_CT simatcopy_k_ct
  142. #define SIMATCOPY_K_RT simatcopy_k_rt
  143. #define SGEADD_K sgeadd_k
  144. #define SGEMM_SMALL_MATRIX_PERMIT sgemm_small_matrix_permit
  145. #else
  146. #define SAMAX_K gotoblas -> samax_k
  147. #define SAMIN_K gotoblas -> samin_k
  148. #define SMAX_K gotoblas -> smax_k
  149. #define SMIN_K gotoblas -> smin_k
  150. #define ISAMAX_K gotoblas -> isamax_k
  151. #define ISAMIN_K gotoblas -> isamin_k
  152. #define ISMAX_K gotoblas -> ismax_k
  153. #define ISMIN_K gotoblas -> ismin_k
  154. #define SASUM_K gotoblas -> sasum_k
  155. #define SSUM_K gotoblas -> ssum_k
  156. #define SAXPYU_K gotoblas -> saxpy_k
  157. #define SAXPYC_K gotoblas -> saxpy_k
  158. #define SCOPY_K gotoblas -> scopy_k
  159. #define SDOTU_K gotoblas -> sdot_k
  160. #define SDOTC_K gotoblas -> sdot_k
  161. #define SDSDOT_K gotoblas -> dsdot_k
  162. #define DSDOT_K gotoblas -> dsdot_k
  163. #define SNRM2_K gotoblas -> snrm2_k
  164. #define SSCAL_K gotoblas -> sscal_k
  165. #define SSWAP_K gotoblas -> sswap_k
  166. #define SROT_K gotoblas -> srot_k
  167. #define SROTM_K gotoblas -> srotm_k
  168. #define SGEMV_N gotoblas -> sgemv_n
  169. #define SGEMV_T gotoblas -> sgemv_t
  170. #define SGEMV_R gotoblas -> sgemv_n
  171. #define SGEMV_C gotoblas -> sgemv_t
  172. #define SGEMV_O gotoblas -> sgemv_n
  173. #define SGEMV_U gotoblas -> sgemv_t
  174. #define SGEMV_S gotoblas -> sgemv_n
  175. #define SGEMV_D gotoblas -> sgemv_t
  176. #define SGERU_K gotoblas -> sger_k
  177. #define SGERC_K gotoblas -> sger_k
  178. #define SGERV_K gotoblas -> sger_k
  179. #define SGERD_K gotoblas -> sger_k
  180. #define SSYMV_U gotoblas -> ssymv_U
  181. #define SSYMV_L gotoblas -> ssymv_L
  182. #define SSYMV_THREAD_U ssymv_thread_U
  183. #define SSYMV_THREAD_L ssymv_thread_L
  184. #ifdef ARCH_X86_64
  185. #define SGEMM_DIRECT_PERFORMANT gotoblas -> sgemm_direct_performant
  186. #define SGEMM_DIRECT gotoblas -> sgemm_direct
  187. #elif ARCH_ARM64
  188. #define SGEMM_DIRECT_PERFORMANT sgemm_direct_performant
  189. #define SGEMM_DIRECT gotoblas -> sgemm_direct
  190. #define SGEMM_DIRECT_ALPHA_BETA gotoblas -> sgemm_direct_alpha_beta
  191. #endif
  192. #define SGEMM_ONCOPY gotoblas -> sgemm_oncopy
  193. #define SGEMM_OTCOPY gotoblas -> sgemm_otcopy
  194. #define SGEMM_INCOPY gotoblas -> sgemm_incopy
  195. #define SGEMM_ITCOPY gotoblas -> sgemm_itcopy
  196. #define STRMM_OUNUCOPY gotoblas -> strmm_ounucopy
  197. #define STRMM_OUTUCOPY gotoblas -> strmm_outucopy
  198. #define STRMM_OLNUCOPY gotoblas -> strmm_olnucopy
  199. #define STRMM_OLTUCOPY gotoblas -> strmm_oltucopy
  200. #define STRSM_OUNUCOPY gotoblas -> strsm_ounucopy
  201. #define STRSM_OUTUCOPY gotoblas -> strsm_outucopy
  202. #define STRSM_OLNUCOPY gotoblas -> strsm_olnucopy
  203. #define STRSM_OLTUCOPY gotoblas -> strsm_oltucopy
  204. #define STRMM_IUNUCOPY gotoblas -> strmm_iunucopy
  205. #define STRMM_IUTUCOPY gotoblas -> strmm_iutucopy
  206. #define STRMM_ILNUCOPY gotoblas -> strmm_ilnucopy
  207. #define STRMM_ILTUCOPY gotoblas -> strmm_iltucopy
  208. #define STRSM_IUNUCOPY gotoblas -> strsm_iunucopy
  209. #define STRSM_IUTUCOPY gotoblas -> strsm_iutucopy
  210. #define STRSM_ILNUCOPY gotoblas -> strsm_ilnucopy
  211. #define STRSM_ILTUCOPY gotoblas -> strsm_iltucopy
  212. #define STRMM_OUNNCOPY gotoblas -> strmm_ounncopy
  213. #define STRMM_OUTNCOPY gotoblas -> strmm_outncopy
  214. #define STRMM_OLNNCOPY gotoblas -> strmm_olnncopy
  215. #define STRMM_OLTNCOPY gotoblas -> strmm_oltncopy
  216. #define STRSM_OUNNCOPY gotoblas -> strsm_ounncopy
  217. #define STRSM_OUTNCOPY gotoblas -> strsm_outncopy
  218. #define STRSM_OLNNCOPY gotoblas -> strsm_olnncopy
  219. #define STRSM_OLTNCOPY gotoblas -> strsm_oltncopy
  220. #define STRMM_IUNNCOPY gotoblas -> strmm_iunncopy
  221. #define STRMM_IUTNCOPY gotoblas -> strmm_iutncopy
  222. #define STRMM_ILNNCOPY gotoblas -> strmm_ilnncopy
  223. #define STRMM_ILTNCOPY gotoblas -> strmm_iltncopy
  224. #define STRSM_IUNNCOPY gotoblas -> strsm_iunncopy
  225. #define STRSM_IUTNCOPY gotoblas -> strsm_iutncopy
  226. #define STRSM_ILNNCOPY gotoblas -> strsm_ilnncopy
  227. #define STRSM_ILTNCOPY gotoblas -> strsm_iltncopy
  228. #define SGEMM_BETA gotoblas -> sgemm_beta
  229. #define SGEMM_KERNEL gotoblas -> sgemm_kernel
  230. #define STRMM_KERNEL_LN gotoblas -> strmm_kernel_LN
  231. #define STRMM_KERNEL_LT gotoblas -> strmm_kernel_LT
  232. #define STRMM_KERNEL_LR gotoblas -> strmm_kernel_LN
  233. #define STRMM_KERNEL_LC gotoblas -> strmm_kernel_LT
  234. #define STRMM_KERNEL_RN gotoblas -> strmm_kernel_RN
  235. #define STRMM_KERNEL_RT gotoblas -> strmm_kernel_RT
  236. #define STRMM_KERNEL_RR gotoblas -> strmm_kernel_RN
  237. #define STRMM_KERNEL_RC gotoblas -> strmm_kernel_RT
  238. #define STRSM_KERNEL_LN gotoblas -> strsm_kernel_LN
  239. #define STRSM_KERNEL_LT gotoblas -> strsm_kernel_LT
  240. #define STRSM_KERNEL_LR gotoblas -> strsm_kernel_LN
  241. #define STRSM_KERNEL_LC gotoblas -> strsm_kernel_LT
  242. #define STRSM_KERNEL_RN gotoblas -> strsm_kernel_RN
  243. #define STRSM_KERNEL_RT gotoblas -> strsm_kernel_RT
  244. #define STRSM_KERNEL_RR gotoblas -> strsm_kernel_RN
  245. #define STRSM_KERNEL_RC gotoblas -> strsm_kernel_RT
  246. #define SSYMM_IUTCOPY gotoblas -> ssymm_iutcopy
  247. #define SSYMM_ILTCOPY gotoblas -> ssymm_iltcopy
  248. #define SSYMM_OUTCOPY gotoblas -> ssymm_outcopy
  249. #define SSYMM_OLTCOPY gotoblas -> ssymm_oltcopy
  250. #define SNEG_TCOPY gotoblas -> sneg_tcopy
  251. #define SLASWP_NCOPY gotoblas -> slaswp_ncopy
  252. #define SAXPBY_K gotoblas -> saxpby_k
  253. #define SOMATCOPY_K_CN gotoblas -> somatcopy_k_cn
  254. #define SOMATCOPY_K_RN gotoblas -> somatcopy_k_rn
  255. #define SOMATCOPY_K_CT gotoblas -> somatcopy_k_ct
  256. #define SOMATCOPY_K_RT gotoblas -> somatcopy_k_rt
  257. #define SIMATCOPY_K_CN gotoblas -> simatcopy_k_cn
  258. #define SIMATCOPY_K_RN gotoblas -> simatcopy_k_rn
  259. #define SIMATCOPY_K_CT gotoblas -> simatcopy_k_ct
  260. #define SIMATCOPY_K_RT gotoblas -> simatcopy_k_rt
  261. #define SGEADD_K gotoblas -> sgeadd_k
  262. #define SGEMM_SMALL_MATRIX_PERMIT gotoblas -> sgemm_small_matrix_permit
  263. #endif
  264. #define SGEMM_SMALL_KERNEL_NN FUNC_OFFSET(sgemm_small_kernel_nn)
  265. #define SGEMM_SMALL_KERNEL_NT FUNC_OFFSET(sgemm_small_kernel_nt)
  266. #define SGEMM_SMALL_KERNEL_TN FUNC_OFFSET(sgemm_small_kernel_tn)
  267. #define SGEMM_SMALL_KERNEL_TT FUNC_OFFSET(sgemm_small_kernel_tt)
  268. #define SGEMM_SMALL_KERNEL_B0_NN FUNC_OFFSET(sgemm_small_kernel_b0_nn)
  269. #define SGEMM_SMALL_KERNEL_B0_NT FUNC_OFFSET(sgemm_small_kernel_b0_nt)
  270. #define SGEMM_SMALL_KERNEL_B0_TN FUNC_OFFSET(sgemm_small_kernel_b0_tn)
  271. #define SGEMM_SMALL_KERNEL_B0_TT FUNC_OFFSET(sgemm_small_kernel_b0_tt)
  272. #define SGEMM_NN sgemm_nn
  273. #define SGEMM_CN sgemm_tn
  274. #define SGEMM_TN sgemm_tn
  275. #define SGEMM_NC sgemm_nt
  276. #define SGEMM_NT sgemm_nt
  277. #define SGEMM_CC sgemm_tt
  278. #define SGEMM_CT sgemm_tt
  279. #define SGEMM_TC sgemm_tt
  280. #define SGEMM_TT sgemm_tt
  281. #define SGEMM_NR sgemm_nn
  282. #define SGEMM_TR sgemm_tn
  283. #define SGEMM_CR sgemm_tn
  284. #define SGEMM_RN sgemm_nn
  285. #define SGEMM_RT sgemm_nt
  286. #define SGEMM_RC sgemm_nt
  287. #define SGEMM_RR sgemm_nn
  288. #define SSYMM_LU ssymm_LU
  289. #define SSYMM_LL ssymm_LL
  290. #define SSYMM_RU ssymm_RU
  291. #define SSYMM_RL ssymm_RL
  292. #define SHEMM_LU shemm_LU
  293. #define SHEMM_LL shemm_LL
  294. #define SHEMM_RU shemm_RU
  295. #define SHEMM_RL shemm_RL
  296. #define SSYRK_UN ssyrk_UN
  297. #define SSYRK_UT ssyrk_UT
  298. #define SSYRK_LN ssyrk_LN
  299. #define SSYRK_LT ssyrk_LT
  300. #define SSYRK_UR ssyrk_UN
  301. #define SSYRK_UC ssyrk_UT
  302. #define SSYRK_LR ssyrk_LN
  303. #define SSYRK_LC ssyrk_LT
  304. #define SSYRK_KERNEL_U ssyrk_kernel_U
  305. #define SSYRK_KERNEL_L ssyrk_kernel_L
  306. #define SHERK_UN ssyrk_UN
  307. #define SHERK_LN ssyrk_LN
  308. #define SHERK_UC ssyrk_UT
  309. #define SHERK_LC ssyrk_LT
  310. #define SHER2K_UN ssyr2k_UN
  311. #define SHER2K_LN ssyr2k_LN
  312. #define SHER2K_UC ssyr2k_UT
  313. #define SHER2K_LC ssyr2k_LT
  314. #define SSYR2K_UN ssyr2k_UN
  315. #define SSYR2K_UT ssyr2k_UT
  316. #define SSYR2K_LN ssyr2k_LN
  317. #define SSYR2K_LT ssyr2k_LT
  318. #define SSYR2K_UR ssyr2k_UN
  319. #define SSYR2K_UC ssyr2k_UT
  320. #define SSYR2K_LR ssyr2k_LN
  321. #define SSYR2K_LC ssyr2k_LT
  322. #define SSYR2K_KERNEL_U ssyr2k_kernel_U
  323. #define SSYR2K_KERNEL_L ssyr2k_kernel_L
  324. #define STRMM_LNUU strmm_LNUU
  325. #define STRMM_LNUN strmm_LNUN
  326. #define STRMM_LNLU strmm_LNLU
  327. #define STRMM_LNLN strmm_LNLN
  328. #define STRMM_LTUU strmm_LTUU
  329. #define STRMM_LTUN strmm_LTUN
  330. #define STRMM_LTLU strmm_LTLU
  331. #define STRMM_LTLN strmm_LTLN
  332. #define STRMM_LRUU strmm_LNUU
  333. #define STRMM_LRUN strmm_LNUN
  334. #define STRMM_LRLU strmm_LNLU
  335. #define STRMM_LRLN strmm_LNLN
  336. #define STRMM_LCUU strmm_LTUU
  337. #define STRMM_LCUN strmm_LTUN
  338. #define STRMM_LCLU strmm_LTLU
  339. #define STRMM_LCLN strmm_LTLN
  340. #define STRMM_RNUU strmm_RNUU
  341. #define STRMM_RNUN strmm_RNUN
  342. #define STRMM_RNLU strmm_RNLU
  343. #define STRMM_RNLN strmm_RNLN
  344. #define STRMM_RTUU strmm_RTUU
  345. #define STRMM_RTUN strmm_RTUN
  346. #define STRMM_RTLU strmm_RTLU
  347. #define STRMM_RTLN strmm_RTLN
  348. #define STRMM_RRUU strmm_RNUU
  349. #define STRMM_RRUN strmm_RNUN
  350. #define STRMM_RRLU strmm_RNLU
  351. #define STRMM_RRLN strmm_RNLN
  352. #define STRMM_RCUU strmm_RTUU
  353. #define STRMM_RCUN strmm_RTUN
  354. #define STRMM_RCLU strmm_RTLU
  355. #define STRMM_RCLN strmm_RTLN
  356. #define STRSM_LNUU strsm_LNUU
  357. #define STRSM_LNUN strsm_LNUN
  358. #define STRSM_LNLU strsm_LNLU
  359. #define STRSM_LNLN strsm_LNLN
  360. #define STRSM_LTUU strsm_LTUU
  361. #define STRSM_LTUN strsm_LTUN
  362. #define STRSM_LTLU strsm_LTLU
  363. #define STRSM_LTLN strsm_LTLN
  364. #define STRSM_LRUU strsm_LNUU
  365. #define STRSM_LRUN strsm_LNUN
  366. #define STRSM_LRLU strsm_LNLU
  367. #define STRSM_LRLN strsm_LNLN
  368. #define STRSM_LCUU strsm_LTUU
  369. #define STRSM_LCUN strsm_LTUN
  370. #define STRSM_LCLU strsm_LTLU
  371. #define STRSM_LCLN strsm_LTLN
  372. #define STRSM_RNUU strsm_RNUU
  373. #define STRSM_RNUN strsm_RNUN
  374. #define STRSM_RNLU strsm_RNLU
  375. #define STRSM_RNLN strsm_RNLN
  376. #define STRSM_RTUU strsm_RTUU
  377. #define STRSM_RTUN strsm_RTUN
  378. #define STRSM_RTLU strsm_RTLU
  379. #define STRSM_RTLN strsm_RTLN
  380. #define STRSM_RRUU strsm_RNUU
  381. #define STRSM_RRUN strsm_RNUN
  382. #define STRSM_RRLU strsm_RNLU
  383. #define STRSM_RRLN strsm_RNLN
  384. #define STRSM_RCUU strsm_RTUU
  385. #define STRSM_RCUN strsm_RTUN
  386. #define STRSM_RCLU strsm_RTLU
  387. #define STRSM_RCLN strsm_RTLN
  388. #define SGEMM_THREAD_NN sgemm_thread_nn
  389. #define SGEMM_THREAD_CN sgemm_thread_tn
  390. #define SGEMM_THREAD_TN sgemm_thread_tn
  391. #define SGEMM_THREAD_NC sgemm_thread_nt
  392. #define SGEMM_THREAD_NT sgemm_thread_nt
  393. #define SGEMM_THREAD_CC sgemm_thread_tt
  394. #define SGEMM_THREAD_CT sgemm_thread_tt
  395. #define SGEMM_THREAD_TC sgemm_thread_tt
  396. #define SGEMM_THREAD_TT sgemm_thread_tt
  397. #define SGEMM_THREAD_NR sgemm_thread_nn
  398. #define SGEMM_THREAD_TR sgemm_thread_tn
  399. #define SGEMM_THREAD_CR sgemm_thread_tn
  400. #define SGEMM_THREAD_RN sgemm_thread_nn
  401. #define SGEMM_THREAD_RT sgemm_thread_nt
  402. #define SGEMM_THREAD_RC sgemm_thread_nt
  403. #define SGEMM_THREAD_RR sgemm_thread_nn
  404. #define SSYMM_THREAD_LU ssymm_thread_LU
  405. #define SSYMM_THREAD_LL ssymm_thread_LL
  406. #define SSYMM_THREAD_RU ssymm_thread_RU
  407. #define SSYMM_THREAD_RL ssymm_thread_RL
  408. #define SHEMM_THREAD_LU shemm_thread_LU
  409. #define SHEMM_THREAD_LL shemm_thread_LL
  410. #define SHEMM_THREAD_RU shemm_thread_RU
  411. #define SHEMM_THREAD_RL shemm_thread_RL
  412. #define SSYRK_THREAD_UN ssyrk_thread_UN
  413. #define SSYRK_THREAD_UT ssyrk_thread_UT
  414. #define SSYRK_THREAD_LN ssyrk_thread_LN
  415. #define SSYRK_THREAD_LT ssyrk_thread_LT
  416. #define SSYRK_THREAD_UR ssyrk_thread_UN
  417. #define SSYRK_THREAD_UC ssyrk_thread_UT
  418. #define SSYRK_THREAD_LR ssyrk_thread_LN
  419. #define SSYRK_THREAD_LC ssyrk_thread_LT
  420. #define SHERK_THREAD_UN ssyrk_thread_UN
  421. #define SHERK_THREAD_UT ssyrk_thread_UT
  422. #define SHERK_THREAD_LN ssyrk_thread_LN
  423. #define SHERK_THREAD_LT ssyrk_thread_LT
  424. #define SHERK_THREAD_UR ssyrk_thread_UN
  425. #define SHERK_THREAD_UC ssyrk_thread_UT
  426. #define SHERK_THREAD_LR ssyrk_thread_LN
  427. #define SHERK_THREAD_LC ssyrk_thread_LT
  428. #endif