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

Enable Python/C++ interop via exposed JIT functionality #2214

Merged
merged 17 commits into from
Oct 17, 2024

Commits on Oct 16, 2024

  1. Enable C++ interop with user Python kernels.

    Signed-off-by: Alex McCaskey <[email protected]>
    amccaskey committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    f6093b2 View commit details
    Browse the repository at this point in the history
  2. add more tests, improve generality

    Signed-off-by: Alex McCaskey <[email protected]>
    amccaskey committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    cbb98be View commit details
    Browse the repository at this point in the history
  3. Enable C++ pure device kernels in Python.

    Signed-off-by: Alex McCaskey <[email protected]>
    amccaskey committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    cbecc52 View commit details
    Browse the repository at this point in the history
  4. add docs

    Signed-off-by: Alex McCaskey <[email protected]>
    amccaskey committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    7dfc6e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5c3a92 View commit details
    Browse the repository at this point in the history
  6. fix spelling, format, license

    Signed-off-by: Alex McCaskey <[email protected]>
    amccaskey committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    209666e View commit details
    Browse the repository at this point in the history
  7. python spelling

    Signed-off-by: Alex McCaskey <[email protected]>
    amccaskey committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    ce6d89b View commit details
    Browse the repository at this point in the history
  8. spelling

    Signed-off-by: Alex McCaskey <[email protected]>
    amccaskey committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    2ff9853 View commit details
    Browse the repository at this point in the history
  9. Bug fixes, enable one to find quake code for overloaded kernels

    Signed-off-by: Alex McCaskey <[email protected]>
    amccaskey committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    d78d376 View commit details
    Browse the repository at this point in the history
  10. format

    Signed-off-by: Alex McCaskey <[email protected]>
    amccaskey committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    8a6910c View commit details
    Browse the repository at this point in the history
  11. fix test failure

    Signed-off-by: Alex McCaskey <[email protected]>
    amccaskey committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    a2cae14 View commit details
    Browse the repository at this point in the history
  12. fix link error, photonics tests working again

    Signed-off-by: Alex McCaskey <[email protected]>
    amccaskey committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    59f884c View commit details
    Browse the repository at this point in the history
  13. address pr comments

    Signed-off-by: Alex McCaskey <[email protected]>
    amccaskey committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    a390b7c View commit details
    Browse the repository at this point in the history
  14. forgot prefix occurrence

    Signed-off-by: Alex McCaskey <[email protected]>
    amccaskey committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    190416e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b254800 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    13b8cd9 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    0aa06a8 View commit details
    Browse the repository at this point in the history