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 1.2 kB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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 = imax.S
  33. endif
  34. ifndef IDMINKERNEL
  35. IDMINKERNEL = imax.S
  36. endif
  37. ifndef ISMAXKERNEL
  38. ISMAXKERNEL = imax.S
  39. endif
  40. ifndef IDMAXKERNEL
  41. IDMAXKERNEL = imax.S
  42. endif
  43. ifndef SNRM2KERNEL
  44. SNRM2KERNEL = snrm2.S
  45. endif
  46. ifndef DNRM2KERNEL
  47. DNRM2KERNEL = dnrm2.S
  48. endif
  49. ifndef CNRM2KERNEL
  50. CNRM2KERNEL = cnrm2.S
  51. endif
  52. ifndef ZNRM2KERNEL
  53. ZNRM2KERNEL = znrm2.S
  54. endif
  55. SGEMM_BETA = ../generic/gemm_beta.c
  56. DGEMM_BETA = ../generic/gemm_beta.c
  57. CGEMM_BETA = ../generic/zgemm_beta.c
  58. ZGEMM_BETA = ../generic/zgemm_beta.c
  59. ifndef SROTMKERNEL
  60. SROTMKERNEL = ../generic/rotm.c
  61. endif
  62. ifndef DROTMKERNEL
  63. DROTMKERNEL = ../generic/rotm.c
  64. endif
  65. ifndef QROTMKERNEL
  66. QROTMKERNEL = ../generic/rotm.c
  67. endif