exadel-inc / CompreFace

Leading free and open-source face recognition system
https://exadel.com/accelerator-showcase/compreface/
Apache License 2.0
4.99k stars 679 forks source link

Adding AMD EOCm HIP support (AMD's version of CUDA) #1057

Open Dvalin21 opened 1 year ago

Dvalin21 commented 1 year ago

No problem

Would like to be able to use AMD EOCm HIP support to use AMD GPUs like Nvidia GPUS for machine learning

Gogle Search of AMD EOCm HIP

pospielov commented 1 year ago

I didn't know about it, thanks. I did a quick research, and it looks like adding it's not a big problem. My only concern is how they propose to work with Docker. Instead of creating their own runtime, like nvidia-runtime, they give an example of how they disabled all docker security and added direct access to the device. Still, we will look into it. I can't promise we will add support in the nearest release.

Dvalin21 commented 1 year ago

I didn't know about it, thanks. I did a quick research, and it looks like adding it's not a big problem. My only concern is how they propose to work with Docker. Instead of creating their own runtime, like nvidia-runtime, they give an example of how they disabled all docker security and added direct access to the device. Still, we will look into it. I can't promise we will add support in the nearest release.

I just happy that you said you would try. Thank you so much!!!