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

Implement operand for scipy.special.fresnel_zeros #3179

Open
RandomY-2 opened this issue Jul 4, 2022 · 1 comment
Open

Implement operand for scipy.special.fresnel_zeros #3179

RandomY-2 opened this issue Jul 4, 2022 · 1 comment

Comments

@RandomY-2
Copy link
Contributor

Is your feature request related to a problem? Please describe.
We currently support all scipy special error functions and fresnel integrals except fresnel_zeros, so it would be good to support it as well.

Describe the solution you'd like
As fresnel_zeros only accepts scalar inputs, it is not a typical scipy.special function. Thus it should be treated as something like mt.ones which accepts scalar dimensions and outputs tensors with multiple chunks other than simple arithmetic operands. We would want to implement a separate operand class just for fresnel_zeros, and the operand should produce multiple chunks given options.chunk_store_limit or some chunk_size value provided by the caller.

Additional context

@dlee992
Copy link
Contributor

dlee992 commented Jul 13, 2022

BTW, recently I saw JAX and numba-scipy both contain some scipy.special module code for faster execution speed. Does Mars have interface to choose these execution engine? Or have any schedule about this kind of optimization?

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

No branches or pull requests

2 participants