You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DirectProgramming/C++/StructuredGrids/iso3dfd_omp_offload/README.md
+10-9Lines changed: 10 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -41,15 +41,16 @@ You start the workflow with the basic version of the sample, called `CPU Only Im
41
41
This table describes the steps in the iso3dfd workflow. You can also see the oneAPI tools used at each step and the relevant implementation of the iso3dfd sample.
42
42
43
43
|Steps| Sample Version Used |Analysis Type|Intel Analysis Tool |
|**Step 3:**[Identify the Most Time-Consuming Loops](https://github.com/intel-sandbox/clevels/blob/main/iso3dfd_omp_offload_new/README.md#step-3-identify-the-most-time-consuming-loops)|`CPU Only Implementation`| Hotspots Analysis | Intel VTune™ Profiler|
48
-
|**Step 4:**[Analyze Vectorization](https://github.com/intel-sandbox/clevels/blob/main/iso3dfd_omp_offload_new/README.md#step-4-analyze-vectorization)|`CPU Only Implementation`| Vectorization Analysis|Intel® Advisor|
49
-
|**Step 5:**[Identify Profitable Code to Offload](https://github.com/intel-sandbox/clevels/blob/main/iso3dfd_omp_offload_new/README.md#step-5-identify-profitable-code-to-offload)|`CPU Only Implementation`| Offload Advisor |Intel® Advisor |
50
-
|**Step 6:**[Determine if the Application is CPU/GPU Bound](https://github.com/intel-sandbox/clevels/blob/main/iso3dfd_omp_offload_new/README.md#step-6-determine-if-the-application-is-cpugpu-bound)|`GPU Offload Unoptimized`| GPU Offload analysis| Intel VTune™ Profiler|
|**Step 3:**[Identify the Most Time-Consuming Loops](https://github.com/clevels/oneAPI-samples/blob/development/DirectProgramming/C%2B%2B/StructuredGrids/iso3dfd_omp_offload/README.md#step-3-identify-the-most-time-consuming-loops)|`CPU Only Implementation`| Hotspots Analysis | Intel VTune™ Profiler|
48
+
|**Step 4:**[Analyze Vectorization](https://github.com/clevels/oneAPI-samples/blob/development/DirectProgramming/C%2B%2B/StructuredGrids/iso3dfd_omp_offload/README.md#step-4-analyze-vectorization)|`CPU Only Implementation`| Vectorization Analysis|Intel® Advisor|
49
+
|**Step 5:**[Identify Profitable Code to Offload](https://github.com/clevels/oneAPI-samples/blob/development/DirectProgramming/C%2B%2B/StructuredGrids/iso3dfd_omp_offload/README.md#step-5-identify-profitable-code-to-offload)|`CPU Only Implementation`| Offload Advisor |Intel® Advisor |
50
+
|**Step 6:**[Determine if the Application is CPU/GPU Bound](https://github.com/clevels/oneAPI-samples/blob/development/DirectProgramming/C%2B%2B/StructuredGrids/iso3dfd_omp_offload/README.md#step-6-determine-if-the-application-is-cpugpu-bound)|`GPU Offload Unoptimized`| GPU Offload analysis| Intel VTune™ Profiler|
0 commit comments