diff --git a/Pragma_Examples/OpenMP/Fortran/8_jacobi/3_jacobi_targetdata_markers/README.md b/Pragma_Examples/OpenMP/Fortran/8_jacobi/3_jacobi_targetdata_markers/README.md index 46da6566..8eb2011e 100644 --- a/Pragma_Examples/OpenMP/Fortran/8_jacobi/3_jacobi_targetdata_markers/README.md +++ b/Pragma_Examples/OpenMP/Fortran/8_jacobi/3_jacobi_targetdata_markers/README.md @@ -21,7 +21,8 @@ and surrounding the region of interest using the roctx API: ``` Do not forget to include the hipfort module directory in the compilation command -in the Makefile: +in the Makefile. For this exercise, the ROCm afar drop version 22.2.0 was +used to provide both the `amdflang` compiler and the `hipfort` library. ``` %.o : %.f90 Makefile @@ -42,4 +43,8 @@ rocprofv3 --runtime-trace -- ./jacobi rocpd2pftrace -i -o ``` -and view the perfetto trace in a browser. +and view the perfetto trace in a browser. The trace should now have a track with your +ROCtx markers as shown in the figure below: + +

+ diff --git a/Pragma_Examples/OpenMP/Fortran/8_jacobi/3_jacobi_targetdata_markers/images/roctx_in_pftrace.png b/Pragma_Examples/OpenMP/Fortran/8_jacobi/3_jacobi_targetdata_markers/images/roctx_in_pftrace.png new file mode 100644 index 00000000..6f45f03c Binary files /dev/null and b/Pragma_Examples/OpenMP/Fortran/8_jacobi/3_jacobi_targetdata_markers/images/roctx_in_pftrace.png differ