Compilation

To see the source code in Arm® MAP, compile your program with the debug flag. When profiling with Arm® MAP, always keep optimization flags turned on.

hipcc device.cpp -o run_program -g -O3