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.
|
- include $(KERNELDIR)/KERNEL.COOPERLAKE
-
- SBGEMM_SMALL_M_PERMIT =
- SBGEMM_SMALL_K_NN =
- SBGEMM_SMALL_K_B0_NN =
- SBGEMM_SMALL_K_NT =
- SBGEMM_SMALL_K_B0_NT =
- SBGEMM_SMALL_K_TN =
- SBGEMM_SMALL_K_B0_TN =
- SBGEMM_SMALL_K_TT =
- SBGEMM_SMALL_K_B0_TT =
-
- SBGEMM_BETA = sgemm_beta_skylakex.c
- SBGEMMKERNEL = sbgemm_kernel_16x16_spr.c
- SBGEMMINCOPY = sbgemm_ncopy_16_cooperlake.c
- SBGEMMITCOPY = sbgemm_tcopy_16_cooperlake.c
- SBGEMMONCOPY = sbgemm_oncopy_16_spr.c
- SBGEMMOTCOPY = sbgemm_otcopy_16_spr.c
- SBGEMMINCOPYOBJ = sbgemm_incopy$(TSUFFIX).$(SUFFIX)
- SBGEMMITCOPYOBJ = sbgemm_itcopy$(TSUFFIX).$(SUFFIX)
- SBGEMMONCOPYOBJ = sbgemm_oncopy$(TSUFFIX).$(SUFFIX)
- SBGEMMOTCOPYOBJ = sbgemm_otcopy$(TSUFFIX).$(SUFFIX)
|