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.

KERNEL.SAPPHIRERAPIDS 763 B

123456789101112131415161718192021222324
  1. include $(KERNELDIR)/KERNEL.COOPERLAKE
  2. ifneq ($(NO_AVX512BF16), 1)
  3. SBGEMM_SMALL_M_PERMIT =
  4. SBGEMM_SMALL_K_NN =
  5. SBGEMM_SMALL_K_B0_NN =
  6. SBGEMM_SMALL_K_NT =
  7. SBGEMM_SMALL_K_B0_NT =
  8. SBGEMM_SMALL_K_TN =
  9. SBGEMM_SMALL_K_B0_TN =
  10. SBGEMM_SMALL_K_TT =
  11. SBGEMM_SMALL_K_B0_TT =
  12. SBGEMM_BETA = sgemm_beta_skylakex.c
  13. SBGEMMKERNEL = sbgemm_kernel_16x16_spr.c
  14. SBGEMMINCOPY = sbgemm_ncopy_16_cooperlake.c
  15. SBGEMMITCOPY = sbgemm_tcopy_16_cooperlake.c
  16. SBGEMMONCOPY = sbgemm_oncopy_16_spr.c
  17. SBGEMMOTCOPY = sbgemm_otcopy_16_spr.c
  18. SBGEMMINCOPYOBJ = sbgemm_incopy$(TSUFFIX).$(SUFFIX)
  19. SBGEMMITCOPYOBJ = sbgemm_itcopy$(TSUFFIX).$(SUFFIX)
  20. SBGEMMONCOPYOBJ = sbgemm_oncopy$(TSUFFIX).$(SUFFIX)
  21. SBGEMMOTCOPYOBJ = sbgemm_otcopy$(TSUFFIX).$(SUFFIX)
  22. endif