1
Fork 0
mirror of https://github.com/Steffo99/unimore-hpc-assignments.git synced 2024-11-22 08:04:25 +00:00
Progetti svolti di laboratorio di High Performance Computing
Find a file
2022-11-28 17:08:26 +01:00
.idea Remove -DEXTRALARGE_DATASET from CLion's runConfigs as it was moved into the Makefile 2022-11-16 01:45:15 +01:00
.vscode Configure VSC environment to use nvcc 2022-11-28 16:21:05 +01:00
atax Remove unused files 2022-11-28 17:02:03 +01:00
.gitignore init commit 2022-11-11 13:23:45 +01:00
CONTRIBUTING.md Remove unused files 2022-11-28 17:02:03 +01:00
README.md Update README.md 2022-11-28 17:08:26 +01:00

 **Stefano Pigozzi** + **Caterina Gazzotti** + **Fabio Zanichelli** | Topic OpenMP | High Performance Computing Laboratory | Unimore 

C code optimization using NVIDIA CUDA

Assignment #2

Every team is called to optimize (parallellize) the execution time of the assigned applications on multi-processor system.

Expected outcomes

  • Repository of the code (github/gitlab is ok, or .zip )
  • Oral presentation (5 min + 5 min Q&A) of your work

Assigned application

Group 3: OpenMP/linear-algebra/kernels/atax

Developed features

Results

TBD

Validation

  • Compiler used: nvcc
  • Jetson Nano used: 8

To reproduce the obtained results:

  1. Clone the repository on a Jetson Nano:

    $ git clone https://github.com/Steffo99/unimore-hpc-assignments
    
  2. Checkout the exact commit the tests were executed on:

    $ git checkout TBD
    
  3. Access our group's assigned folder:

    $ cd unimore-hpc-assignments/atax
    
  4. Run the benchmarking script:

    $ make bench