We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a parent issue for supporting using complex numbers and lists in kernel functions.
The work is split up into the following parts:
Support complex numbers and lists of complex numbers defined inside, passed as parameters, or captured by kernel functions
Support np.complex arrays defined inside, passed as parameters, or captured by kernel
np.complex
Consider supporting half or quad precision complex and float numbers
Return complex numbers from kernel functions
The text was updated successfully, but these errors were encountered:
@annagrin This one may be complete now too. Please close if warranted.
Sorry, something went wrong.
Closing this as done, since np arrays are tracked separately.
No branches or pull requests
Required prerequisites
Describe the feature
This is a parent issue for supporting using complex numbers and lists in kernel functions.
The work is split up into the following parts:
Support complex numbers and lists of complex numbers defined inside, passed as parameters, or captured by kernel functions
Support
np.complex
arrays defined inside, passed as parameters, or captured by kernelConsider supporting half or quad precision complex and float numbers
Return complex numbers from kernel functions
The text was updated successfully, but these errors were encountered: