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

Fix KernelHasReturnValueError inside KernelDispatcher. #1394

Merged
merged 1 commit into from
Mar 20, 2024

Conversation

diptorupd
Copy link
Contributor

  • Have you provided a meaningful PR description?
    The KernelHasReturnValueError check was not working as intended in the experimental module. The PR fixes it by moving the check after compilation and using the signature as derived by the compilation result.

  • Have you added a test, reproducer or referred to an issue with a reproducer?

  • Have you tested your changes locally for CPU and GPU devices?

  • Have you made sure that new changes do not introduce compiler warnings?

  • If this PR is a work in progress, are you filing the PR as a draft?

@coveralls
Copy link
Collaborator

Coverage Status

coverage: 83.089% (+0.05%) from 83.04%
when pulling ad9955c on fix/KernelHasReturnValueError_in_KernelDispatcher
into 68b1f39 on main.

Copy link
Contributor

@ZzEeKkAa ZzEeKkAa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Nice change!

@ZzEeKkAa ZzEeKkAa merged commit ca250ee into main Mar 20, 2024
60 of 65 checks passed
@ZzEeKkAa ZzEeKkAa deleted the fix/KernelHasReturnValueError_in_KernelDispatcher branch March 20, 2024 16:46
github-actions bot added a commit that referenced this pull request Mar 20, 2024
…or_in_KernelDispatcher

Fix KernelHasReturnValueError inside KernelDispatcher. ca250ee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants