This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Try to use private version of sincos if available
ClosedPublic

Authored by arsenm on Jul 31 2023, 10:26 AM.

Details

Reviewers
rampitec
jmmartinez
Pierre-vh
yaxunl
vpykhtin
dfukalov
Group Reviewers
Restricted Project
Summary

The comment was out of date, the device libs build does provide all
the pointer overloads. An extremely pedantic interpretation of the
spec would suggest only the flat version exists, but the overloads do
exist in the implementation.

Diff Detail