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

Remove the Cython layer and use ctypes #183

Merged
merged 23 commits into from
Mar 18, 2024
Merged

Remove the Cython layer and use ctypes #183

merged 23 commits into from
Mar 18, 2024

Commits on Mar 6, 2024

  1. simplify setup file

    paskino committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    8d9e6f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. work in progress using ctypes

    paskino authored and casperdcl committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    01c468a View commit details
    Browse the repository at this point in the history
  2. remove the Cython layer

    paskino authored and casperdcl committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    6d2582e View commit details
    Browse the repository at this point in the history
  3. added all the CPU functions

    paskino authored and casperdcl committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    9035cc2 View commit details
    Browse the repository at this point in the history
  4. fix unit tests

    paskino authored and casperdcl committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    45a436d View commit details
    Browse the repository at this point in the history
  5. fixes for demo

    paskino authored and casperdcl committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    606c6cf View commit details
    Browse the repository at this point in the history
  6. update .gitignore

    casperdcl committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    5278769 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    80f9a71 View commit details
    Browse the repository at this point in the history
  8. fix Python install

    casperdcl committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    641b934 View commit details
    Browse the repository at this point in the history
  9. fix CUDA python install

    casperdcl committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    c893a51 View commit details
    Browse the repository at this point in the history
  10. new-style findPython

    casperdcl committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    7609e3d View commit details
    Browse the repository at this point in the history
  11. fix test path

    casperdcl committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    09c6f49 View commit details
    Browse the repository at this point in the history
  12. whitespace

    casperdcl committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    4969db9 View commit details
    Browse the repository at this point in the history
  13. tests: slight tidy

    casperdcl committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    800e2e0 View commit details
    Browse the repository at this point in the history
  14. fix wrapper kwargs

    casperdcl committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    c6a613a View commit details
    Browse the repository at this point in the history
  15. fix GPU tests

    casperdcl committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    810f011 View commit details
    Browse the repository at this point in the history
  16. python auto-inplace install

    casperdcl committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    2e7a7d8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5d78dcf View commit details
    Browse the repository at this point in the history
  18. drop unused pyproject.toml

    casperdcl committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    c311043 View commit details
    Browse the repository at this point in the history
  19. fix cdll path

    casperdcl committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    d91a43e View commit details
    Browse the repository at this point in the history
  20. fix PD unittest

    paskino authored and casperdcl committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    af365e4 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    60cb4a2 View commit details
    Browse the repository at this point in the history
  22. tests: tidy up filename

    casperdcl committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    1002eea View commit details
    Browse the repository at this point in the history