Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

just asking about CUDA

A topic by Thofik created Feb 11, 2020 Views: 1,998 Replies: 4
Viewing posts 1 to 5

i know that this app need CUDA which is only in NVIDIA

will this app update so it can run on AMD ?

AMD supports OpenCV which is a different programming framework. So, it would require completely rewriting the application which is not that easy I guess. :-)

Would it be possible to use Coriander to build the application for use on OpenCL 1.2 compatible cards?

In time bought a graphics card from AMD... 

(3 edits)

AMD has an open source SDK called "HIP" that's specifically designed for porting CUDA to C++:

https://rocm-documentation.readthedocs.io/en/latest/Installation_Guide/HIP.html

This would also theoretically be useful for getting it to run on CPUs which isn't so crazy nowadays seeing as we have the likes of the Threadripper 3990X (64core/128thread) or even the similarly-configured 64c/128t Epyc 7742 which can be ran in a dual-socket config for a whopping 128cores/256threads in total.