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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. ifndef SNRM2KERNEL
  2. SNRM2KERNEL = nrm2.c
  3. endif
  4. ifndef DNRM2KERNEL
  5. DNRM2KERNEL = nrm2.c
  6. endif
  7. ifndef CNRM2KERNEL
  8. CNRM2KERNEL = znrm2.c
  9. endif
  10. ifndef ZNRM2KERNEL
  11. ZNRM2KERNEL = znrm2.c
  12. endif
  13. ifndef SCABS_KERNEL
  14. SCABS_KERNEL = ../generic/cabs.c
  15. endif
  16. ifndef DCABS_KERNEL
  17. DCABS_KERNEL = ../generic/cabs.c
  18. endif
  19. ifndef QCABS_KERNEL
  20. QCABS_KERNEL = ../generic/cabs.c
  21. endif
  22. ifndef LSAME_KERNEL
  23. LSAME_KERNEL = ../generic/lsame.c
  24. endif
  25. ifndef SGEMM_BETA
  26. SGEMM_BETA = ../generic/gemm_beta.c
  27. endif
  28. ifndef DGEMM_BETA
  29. DGEMM_BETA = ../generic/gemm_beta.c
  30. endif
  31. ifndef CGEMM_BETA
  32. CGEMM_BETA = ../generic/zgemm_beta.c
  33. endif
  34. ifndef ZGEMM_BETA
  35. ZGEMM_BETA = ../generic/zgemm_beta.c
  36. endif
  37. ifndef SROTMKERNEL
  38. SROTMKERNEL = ../generic/rotm.c
  39. endif
  40. ifndef DROTMKERNEL
  41. DROTMKERNEL = ../generic/rotm.c
  42. endif
  43. ifndef QROTMKERNEL
  44. QROTMKERNEL = ../generic/rotm.c
  45. endif