Compilation
To see the source code in Linaro MAP, compile your program with the debug flag. When profiling with Linaro MAP, always keep optimization flags turned on.
hipcc device.cpp -o run_program -g -O3
To see the source code in Linaro MAP, compile your program with the debug flag. When profiling with Linaro MAP, always keep optimization flags turned on.
hipcc device.cpp -o run_program -g -O3