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

Handling empty lists passed to Python kernels #1438

Merged
merged 6 commits into from
Mar 27, 2024

Commits on Mar 27, 2024

  1. Better type handling for OpaqueArguments, handle empty lists better

    Signed-off-by: Alex McCaskey <amccaskey@nvidia.com>
    amccaskey committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    beecaad View commit details
    Browse the repository at this point in the history
  2. revamp packArgs to use TypeSwitch

    Signed-off-by: Alex McCaskey <amccaskey@nvidia.com>
    amccaskey committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    be68051 View commit details
    Browse the repository at this point in the history
  3. remove unused var

    Signed-off-by: Alex McCaskey <amccaskey@nvidia.com>
    amccaskey committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    76e6934 View commit details
    Browse the repository at this point in the history
  4. fix to_qir function

    Signed-off-by: Alex McCaskey <amccaskey@nvidia.com>
    amccaskey committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    705e8cf View commit details
    Browse the repository at this point in the history
  5. remove unnecessary boolean per pr review

    Signed-off-by: Alex McCaskey <amccaskey@nvidia.com>
    amccaskey committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    ae02098 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e124349 View commit details
    Browse the repository at this point in the history