... | @@ -12,6 +12,11 @@ The introduction of a report is quite fixed. It consists of the following three |
... | @@ -12,6 +12,11 @@ The introduction of a report is quite fixed. It consists of the following three |
|
After the general introduction, we start writing the actual report. The first section will cover the code, system software, and system hardware. The second section will give a in-depth analysis of the performance of the program. The third and last section will discuss the 7 performance hazards and how the program scores on them.
|
|
After the general introduction, we start writing the actual report. The first section will cover the code, system software, and system hardware. The second section will give a in-depth analysis of the performance of the program. The third and last section will discuss the 7 performance hazards and how the program scores on them.
|
|
|
|
|
|
### Code, system software, and system hardware
|
|
### Code, system software, and system hardware
|
|
|
|
This section should cover some basic outline of the code, system software, and system hardware. For the code part, write one sentence on what the code is meant to do.
|
|
|
|
|
|
|
|
The system software part should provide enough detail to reproduce the results. This includes all modules that need to be loaded, libraries that need to be build, as well as what compiler environments are used. Note that mentioning versions is essential here.
|
|
|
|
|
|
|
|
Lastly, the used hardware needs to be described. This can be done in a node-way fashion, where one node of the used partition is described. It is important to mention the GPU and CPU hardware used, how many are available. Also mention the logic level, where you can give more information on the NUMA topology with the number available cores per NUMA node. Moreover, list as well what the capacity of the GPUs are, like \#compute_units, \#max_wavefronts_per_eu, \#EUs_per_CU, \#total_max_wavefronts. These will all be required when discussing device occupancy and load.
|
|
|
|
|
|
### Analysis of the GPU code
|
|
### Analysis of the GPU code
|
|
|
|
|
... | | ... | |