This is an archive of the discontinued LLVM Phabricator instance.

[NVPTX] abs, neg, min, max intrinsics for half types
AbandonedPublic

Authored by jchlanda on Jan 20 2022, 7:25 AM.

Details

Summary

This patch extends abs and neg intrinsics to support bf16 and bf16x2 data formats.
Extends min and max to support .NaN modifier and f16, f16x2, bf16 and bf16x2 data formats.

Diff Detail

Event Timeline

jchlanda created this revision.Jan 20 2022, 7:25 AM
jchlanda requested review of this revision.Jan 20 2022, 7:25 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJan 20 2022, 7:25 AM
jchlanda abandoned this revision.Jan 20 2022, 7:49 AM

I need to update this to the upstream, as it was based on intel's fork. Abandoning for now.