Skip to content

mir: lower f32::atan{,2} / f64::atan{,2} via libdevice#78

Open
paulzhng wants to merge 1 commit into
NVlabs:mainfrom
studio-vaai:feature/atan-support
Open

mir: lower f32::atan{,2} / f64::atan{,2} via libdevice#78
paulzhng wants to merge 1 commit into
NVlabs:mainfrom
studio-vaai:feature/atan-support

Conversation

@paulzhng
Copy link
Copy Markdown

Closes #77

After this change, kernels can now write y.atan2(x) / x.atan() directly.
Before that, using these functions lead to a kernel compilation failure.

Kernels can now write `y.atan2(x)` / `x.atan()` directly.

Signed-off-by: Paul Zhang <paul@studio-vaai.com>
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.

Add support for {f32,f64}::atan{,2}

2 participants