kokkos / kokkos-tutorials

Tutorials for the Kokkos C++ Performance Portability Programming Ecosystem
Other
271 stars 95 forks source link

Update build system #90

Open cedricchevalier19 opened 2 months ago

cedricchevalier19 commented 2 months ago

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

xxirii commented 1 month ago

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 :

cedricchevalier19 commented 1 month ago

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