kokkos-tutorials icon indicating copy to clipboard operation
kokkos-tutorials copied to clipboard

Update build system

Open cedricchevalier19 opened this issue 1 year ago • 2 comments

This is a tracking issue to improve the tutorial build system.

  • [x] Update Readme for CMake (#89)
  • [ ] Compile all exercises at once with CMake (#91)
  • [ ] Provide presets
  • [ ] Download latest release (#92)

cedricchevalier19 avatar May 13 '24 10:05 cedricchevalier19

  • Kokkos 4.3.1 + Kokkos-tutorial cmake branch
  • Ruche cluster (GNU 11, CUDA 12)

I will list here all problematic exercise for compilation that I encounter:

Case OpenMP CUDA
advanced_reductions compilation issue compilation issue
fortran-kokkosinterface need #include <iostream>

Executables in Begin should follow the same naming pattern. They sometime are :

  • <folder_name>_Exercise
  • <folder_name>_exercise
  • <folder_name>

xxirii avatar Jun 05 '24 09:06 xxirii

@xxirii with the Kokkos version currently provided by the tutorial?

cedricchevalier19 avatar Jun 05 '24 09:06 cedricchevalier19