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 cpu backend: pow, broadcast_pow #2318

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

shua
Copy link
Contributor

@shua shua commented Jul 7, 2024

pow implemented as f32/f64 ln and exp works only for positive base. Then intent of this change is to support negative bases as well, and to that end, the current ln+exp code has been removed in favour of stdlib pow functions or accelerated equivalents.

pow implemented as f32/f64 ln and exp works only for positive base.
Then intent of this change is to support negative bases as well,
and to that end, the current ln+exp code has been removed in favour
of stdlib pow functions or accelerated equivalents.
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.

None yet

1 participant