kokkos / kokkos-resilience

Resilience Extensions for Kokkos
Other
4 stars 2 forks source link

Give some sort of error when using non-resilient views in resilient execution spaces #69

Open nmm0 opened 2 months ago

nmm0 commented 2 months ago

This is an error (since we are triplicating the kernel), so the operations on a view would happen three times (or two with DMR) but would not be combined properly.