kokkos / kokkos-core-wiki

2 stars 44 forks source link

Improve documentation of the CMake options available #497

Closed dalg24 closed 7 months ago

dalg24 commented 7 months ago

Put some order in our backends, options, and architectures Fix #370

Grouping backends by serial, host parallel, and device

Grouping architectures by CPU vs GPU and subdivide based on vendors I focused on the NVIDIA GPUs. AMD and Intel GPUs can be tackled in follow ups. CPUs could use some TLC too.

This can obviously be improved further but I think it is already worth merging.