user2500861
user2500861

Reputation:

CUDA programming is possible on AMD Radeon HD 7640G Graphics Integrated laptop?

Can I do CUDA PROGRAM ON AMD Radeon GC? Or it's possible on NVIDIA graphics card only?

Upvotes: 2

Views: 3552

Answers (1)

dtech
dtech

Reputation: 49289

CUDA is a proprietary technology of nVidia, so it only works on their own GPUs (not even on all).

I'll seriously advice against using CUDA because it is platform and vendor limited, even though there are more CUDA libraries and tools at this moment, OpenCL is the preferred option and as such it will inevitably catch up. OpenCL is a generic compute abstraction, it can work on a variety of gpus, cpus and even on more recent tablet and phone SOCs and even on some more exotic chips.

Upvotes: 4

Related Questions