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 570 B

1234567891011121314
  1. include $(KERNELDIR)/KERNEL.COOPERLAKE
  2. SBGEMM_SMALL_M_PERMIT = sbgemm_small_kernel_permit_spr.c
  3. SBGEMM_BETA = sgemm_beta_skylakex.c
  4. SBGEMMKERNEL = sbgemm_kernel_16x16_spr.c
  5. SBGEMMINCOPY = sbgemm_ncopy_16_cooperlake.c
  6. SBGEMMITCOPY = sbgemm_tcopy_16_cooperlake.c
  7. SBGEMMONCOPY = sbgemm_oncopy_16_spr.c
  8. SBGEMMOTCOPY = sbgemm_otcopy_16_spr.c
  9. SBGEMMINCOPYOBJ = sbgemm_incopy$(TSUFFIX).$(SUFFIX)
  10. SBGEMMITCOPYOBJ = sbgemm_itcopy$(TSUFFIX).$(SUFFIX)
  11. SBGEMMONCOPYOBJ = sbgemm_oncopy$(TSUFFIX).$(SUFFIX)
  12. SBGEMMOTCOPYOBJ = sbgemm_otcopy$(TSUFFIX).$(SUFFIX)