Cuda core vs stream processors

saadgamer_17

Commendable
May 25, 2016
104
0
1,680
Why do cuda core less in nvidea card whereas ati has more stream processing in readeon gpu. What is the main differences between two
 
Solution
They have different architectures that process code differently, just like AMD and Intel have different architectures that process code differently. An AMD quad-core does not perform the same and an Intel quad-core. So it is with AMD's stream processor and Nvidia's CUDA cores. One main difference is that Nvidia GPU's with CUDA cores can process programs that are based on the CUDA API, which is a proprietary programming platform created by NVIDIA.
They have different architectures that process code differently, just like AMD and Intel have different architectures that process code differently. An AMD quad-core does not perform the same and an Intel quad-core. So it is with AMD's stream processor and Nvidia's CUDA cores. One main difference is that Nvidia GPU's with CUDA cores can process programs that are based on the CUDA API, which is a proprietary programming platform created by NVIDIA.
 
Solution