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

adding Complex Support #15

Open
bauom opened this issue Apr 18, 2023 · 1 comment
Open

adding Complex Support #15

bauom opened this issue Apr 18, 2023 · 1 comment
Labels
enhancement New feature or request invalid This doesn't seem right

Comments

@bauom
Copy link
Collaborator

bauom commented Apr 18, 2023

Describe the feature

the pyccel-cuda library does not support complex numbers.
as the C complex type are not supported.

Example:

import cupy as cp
x = cp.array([1+2j, 3-4j, 5+6j], dtype=complex64)
@bauom bauom added the enhancement New feature or request label Apr 18, 2023
@EmilyBourne
Copy link
Member

@bauom please could you improve this issue. Your "describe the feature" section describes the problem but does not mention what you think should be done about it . I think it could also be useful to link to the discussion here : #12 (comment)

@EmilyBourne EmilyBourne added the invalid This doesn't seem right label Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants