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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. ifndef SAMINKERNEL
  2. SAMINKERNEL = amax.S
  3. endif
  4. ifndef DAMINKERNEL
  5. DAMINKERNEL = amax.S
  6. endif
  7. ifndef CAMINKERNEL
  8. CAMINKERNEL = zamax.S
  9. endif
  10. ifndef ZAMINKERNEL
  11. ZAMINKERNEL = zamax.S
  12. endif
  13. ifndef SMINKERNEL
  14. SMINKERNEL = max.S
  15. endif
  16. ifndef DMINKERNEL
  17. DMINKERNEL = max.S
  18. endif
  19. ifndef ISAMINKERNEL
  20. ISAMINKERNEL = iamax.S
  21. endif
  22. ifndef IDAMINKERNEL
  23. IDAMINKERNEL = iamax.S
  24. endif
  25. ifndef ICAMINKERNEL
  26. ICAMINKERNEL = izamax.S
  27. endif
  28. ifndef IZAMINKERNEL
  29. IZAMINKERNEL = izamax.S
  30. endif
  31. ifndef ISMINKERNEL
  32. ISMINKERNEL = iamax.S
  33. endif
  34. ifndef IDMINKERNEL
  35. IDMINKERNEL = iamax.S
  36. endif
  37. ifndef SNRM2KERNEL
  38. SNRM2KERNEL = snrm2.S
  39. endif
  40. ifndef DNRM2KERNEL
  41. DNRM2KERNEL = dnrm2.S
  42. endif
  43. ifndef CNRM2KERNEL
  44. CNRM2KERNEL = cnrm2.S
  45. endif
  46. ifndef ZNRM2KERNEL
  47. ZNRM2KERNEL = znrm2.S
  48. endif
  49. SGEMM_BETA = ../generic/gemm_beta.c
  50. DGEMM_BETA = ../generic/gemm_beta.c
  51. CGEMM_BETA = ../generic/zgemm_beta.c
  52. ZGEMM_BETA = ../generic/zgemm_beta.c