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.0 kB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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