ROCm / ROCm-Device-Libs

ROCm Device Libraries
97 stars 60 forks source link

Remove alwaysinline from most functions #46

Closed arsenm closed 4 years ago

arsenm commented 7 years ago

This defeats the point of having call support in many cases. Every function is annotate with alwaysinline early in the current pass pipeline now, so having it in the library already is minimally useful.