rocmarchive / realcaffe2

The repo is obsolete. Use at your own risk.
https://github.com/pytorch/pytorch
Apache License 2.0
12 stars 2 forks source link

HIP FP32 intrinsics #45

Closed ashishfarmer closed 6 years ago

ashishfarmer commented 6 years ago

Identify HIP equivalent for FP32 intrinsics fmaf_rn, __fmul_rn, fsub_rn and fix the HIP ops

ashishfarmer commented 6 years ago

Found out that HIP does support math intrinsics. Here is the link to the document.