Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GPU Batch 6 #16

Merged
merged 61 commits into from
Aug 21, 2024
Merged

GPU Batch 6 #16

merged 61 commits into from
Aug 21, 2024

Commits on Aug 16, 2024

  1. Fix typo

    mborland committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    885db5b View commit details
    Browse the repository at this point in the history
  2. Add GPU support to bessel_i0

    mborland committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    b356bd3 View commit details
    Browse the repository at this point in the history
  3. Add CUDA and NVRTC testing

    mborland committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    7844bd0 View commit details
    Browse the repository at this point in the history
  4. Add GPU support to bessel_i1

    mborland committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    7efe28c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a34dfe2 View commit details
    Browse the repository at this point in the history
  6. Add tgamma1pm1 NVRTC impl

    mborland committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    4550ebc View commit details
    Browse the repository at this point in the history
  7. Add GPU support to iconv

    mborland committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    590c3ef View commit details
    Browse the repository at this point in the history
  8. Add GPU test to bessel_ik

    mborland committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    c560fa9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    42db57e View commit details
    Browse the repository at this point in the history
  10. Add GPU support to bessel_j0

    mborland committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    18d3aa2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    07e2e2a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    37b49a2 View commit details
    Browse the repository at this point in the history
  13. Add GPU support to bessel_j1

    mborland committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    8bc0d13 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    09c4668 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    46f3221 View commit details
    Browse the repository at this point in the history
  16. Add SYCL bessel j testing

    mborland committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    c700f7b View commit details
    Browse the repository at this point in the history
  17. Add bessel_k0 GPU support

    mborland committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    6478bcc View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7864cd4 View commit details
    Browse the repository at this point in the history
  19. Add GPU support to bessel_k1

    mborland committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    c9dc68e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c48ec45 View commit details
    Browse the repository at this point in the history
  21. Add GPU support to bessel_kn

    mborland committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    e4d9a04 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f038565 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    cad503a View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    bf543f9 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    6a32667 View commit details
    Browse the repository at this point in the history
  26. Add SYCL bessel y testing

    mborland committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    40c39ca View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    469a91d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d06ee0 View commit details
    Browse the repository at this point in the history
  3. Add GPU support to sinc

    mborland committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    60f7d64 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f43d94 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b7b690 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Add array helper type

    mborland committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    8c4208f View commit details
    Browse the repository at this point in the history
  2. Make hypot GPU safe

    mborland committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    640285a View commit details
    Browse the repository at this point in the history
  3. Make bessel_yX GPU capable

    mborland committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    d2c1292 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2e35ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a1d321 View commit details
    Browse the repository at this point in the history
  6. Fix macros

    mborland committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    23dc85d View commit details
    Browse the repository at this point in the history
  7. Add missing header

    mborland committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    07a5032 View commit details
    Browse the repository at this point in the history
  8. Add missing header

    mborland committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    7a1543d View commit details
    Browse the repository at this point in the history
  9. Markup iconv

    mborland committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    65f6841 View commit details
    Browse the repository at this point in the history
  10. Add iround for NVRTC

    mborland committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    a90078d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7f8572e View commit details
    Browse the repository at this point in the history
  12. Disable header

    mborland committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    cdf5dbb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8571167 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    861c3f4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d24cb95 View commit details
    Browse the repository at this point in the history
  16. Fix cyl_bessel_jy warnings

    mborland committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    3df8593 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a9e1428 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    85ec2f8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2378f10 View commit details
    Browse the repository at this point in the history
  20. Add sign overload for lgamma

    mborland committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    768af36 View commit details
    Browse the repository at this point in the history
  21. Fix warnings

    mborland committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    6eb7e0e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    2928236 View commit details
    Browse the repository at this point in the history
  23. Add NVCC sph_bessel testing

    mborland committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    7caad06 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    288c84f View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    288275e View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    a96cd02 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    854fc6f View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    48353cf View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    4d78c2c View commit details
    Browse the repository at this point in the history
  30. Add NVCC sph_neumann testing

    mborland committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    a9eb567 View commit details
    Browse the repository at this point in the history