To build the example, ensure ROCm is installed at `/opt/rocm`.
1. Before building this example, find out the gfx-arch of the machine by running `/opt/rocm/bin/rocminfo | grep -o -m 1 "gfx.*"` pass this gfx-arch as the value of `-DGPU_TARGETS` flag in step 5. Let's assume for now it is MI200 architecture in that case gfx-arch would be `gfx90a`.