ROCm / HIP-CPU

An implementation of HIP that works on CPUs, across OSes.
MIT License
112 stars 19 forks source link

Is it possible to build MIOpen on HIP-CPU? #35

Closed xlindo closed 1 year ago

xlindo commented 2 years ago

Hi all,

does anyone try on this target in order to run tensorflow etc. on HIP-CPU?

AlexVlx commented 1 year ago

Hello, thank you for your question. MIOpen is a highly optimised, architecture specific library. Thus, unless upstream decides to add support for CPU targets, it is not going to be usable with HIP-CPU. However, HIP-CPU composes with libraries that offer similar functionality for the CPU, such as https://github.com/amd/ZenDNN or https://github.com/oneapi-src/oneDNN, which would give you the capability you are looking for. I am going to close this but feel free to re-open if more info is forthcoming.