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

[WIP] Use cupy, in which case all operations are performed on GPU #259

Open
wants to merge 36 commits into
base: development
Choose a base branch
from

Commits on Jul 16, 2024

  1. Enable cupy backend for lasy

    RemiLehe committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    d92a196 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22960d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3a71b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aed9b41 View commit details
    Browse the repository at this point in the history
  5. Fix pyflakes errors

    RemiLehe committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    834b6ff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8673bda View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0a7db65 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    346a8b3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8e4c8cd View commit details
    Browse the repository at this point in the history
  10. Use correct axiprop backend

    RemiLehe committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    b5b203c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    798bb48 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c5fb50c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cf3bbc8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c71e2a8 View commit details
    Browse the repository at this point in the history
  15. Fix gaussian propagator test

    RemiLehe committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    ba906d9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    54d5afa View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a8b94d0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    38215fc View commit details
    Browse the repository at this point in the history
  19. Do not import in __init__

    RemiLehe committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    d7542a3 View commit details
    Browse the repository at this point in the history
  20. Update requirements.txt

    RemiLehe committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    f5344a1 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e45490d View commit details
    Browse the repository at this point in the history
  22. Fix parabolic mirror test

    RemiLehe committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    4cf2e5e View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    4232db4 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    50e8651 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    e60d32a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59aa101 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Update speckle laser

    RemiLehe committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    38e920e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc7cf41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2b2a7b View commit details
    Browse the repository at this point in the history
  4. Update lasy/laser.py

    RemiLehe committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    6f768eb View commit details
    Browse the repository at this point in the history
  5. Update lasy/laser.py

    RemiLehe committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    ba21e4d View commit details
    Browse the repository at this point in the history
  6. Move arrays to CPU

    RemiLehe committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    4d5adea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    86992ef View commit details
    Browse the repository at this point in the history
  8. Conversion to numpy array

    RemiLehe committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    2bde24b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    066c018 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7d4afae View commit details
    Browse the repository at this point in the history