AMD RX 480 GPU OpenCL benchmark
This post summarizes the results of my AMD GPU benchmark code to benchmark the computing power of an AMD Radeon RX 480 GPU against an Intel Core i5-7400 CPU.
The benchmarking code I am running on is the following code:
__kernel void kerntest(__global char* data, int loops_cnt) {
size_t id …