Damien L-G

Results 491 comments of Damien L-G

Try configuring Kokkos like this ```diff --- posted +++ suggested @@ -1,4 +1,4 @@ -kokkos_version=3.7.02 +kokkos_version=4.2.01 kokkos_src_dir=$(ospath ${root_dir}/kokkos-${kokkos_version}) kokkos_build_dir=$(ospath ${root_dir}/build/kokkos-${kokkos_version}) kokkos_install_dir=$(ospath ${install_dir}/kokkos-${kokkos_version}/) @@ -21,17 +21,9 @@ -DCMAKE_VERBOSE_MAKEFILE:BOOL=${enable_verbose}\ -DCMAKE_BUILD_TYPE=${build_config} \ -DBUILD_SHARED_LIBS=${build_shared_libs}...

> How public is `is_assignable_data_type` is there a reason to remove it other than you don't use it anymore? It is `Impl::ViewMapping` so not public but it breaks Trilinos. ```...

Are you able to reproduce with a small program that does not use Kokkos and call `oneapi::dpl::sort_by_key` directly?

Retest this please

Retest this please (the SYCL step failed at code checkout...)

OK thanks Daniel. Since the A100 system is offline and the SYCL build is headed straight towards timeout I am just going to merge