lltcggie / waifu2x-caffe

waifu2xのCaffe版
MIT License
8.08k stars 839 forks source link

CUDA on AMD GPUs, now possible? #71

Open ffleader1 opened 7 years ago

ffleader1 commented 7 years ago

AMD has just released a tool that allows converting CUDA to C++ Code that runs on both Nvidia and AMD GPUs. I Just want to suggest this tool. https://github.com/GPUOpen-ProfessionalCompute-Tools/HIP

lltcggie commented 7 years ago

今度AMDが(おそらく)NVIDIAのcuDNNに相当するMIOpenを公開するようです。 HIPでCUDAのコードを変換するより簡単に使えると思うので、MIOpenが公開されたら対応するかどうか考えます。

ffleader1 commented 7 years ago

わかった.

Veshurik commented 6 years ago

So, what's the matter?

Veshurik commented 5 years ago

I can't understand why we can't have normal program for Windows... Why I need install CUDA etc

shanoaice commented 8 months ago

I am sorry to pick up an old issue, but now it's 2024 and AMD's MIOpen has been available for long enough that we could view it as mature. Is it now possible to port this to AMD? I have a device available and I am willing to help test this.