Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Evaluate dpnp.hypot support on GPU's #1176

Open
ZzEeKkAa opened this issue Oct 17, 2023 · 0 comments
Open

Evaluate dpnp.hypot support on GPU's #1176

ZzEeKkAa opened this issue Oct 17, 2023 · 0 comments

Comments

@ZzEeKkAa
Copy link
Contributor

Do we support dpnp.hypot on GPUs? Is there instruction generated for hypot and correctly lowered to SPIR-V.
These code was commented out in mathdecl.py:

# class Math_hypot(ConcreteTemplate):
# key = math.hypot
#     cases = [
#         signature(types.float64, types.int64, types.int64),
#         signature(types.float64, types.uint64, types.uint64),
#         signature(types.float32, types.float32, types.float32),
#         signature(types.float64, types.float64, types.float64),
#     ]
@diptorupd diptorupd removed their assignment Apr 1, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants