This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix fast math log2 f32
ClosedPublic

Authored by arsenm on Aug 14 2023, 4:42 PM.

Details

Reviewers
rampitec
foad
Group Reviewers
Restricted Project
Summary

Apparently afn doesn't allow you to drop the denormal handling
according to OpenCL conformance. This was hidden by losing the flags
during the library linking process. Fast log is still broken and needs
more work.

Diff Detail

Event Timeline

arsenm created this revision.Aug 14 2023, 4:42 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 14 2023, 4:42 PM
arsenm requested review of this revision.Aug 14 2023, 4:42 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 14 2023, 4:42 PM
Herald added a subscriber: wdng. · View Herald Transcript
rampitec accepted this revision.Aug 15 2023, 12:19 AM
This revision is now accepted and ready to land.Aug 15 2023, 12:19 AM