Skip to content

Ifpack2 kokkos promotion preparation

James Willenbring requested to merge kyungjoo-kim:develop into develop

Created by: kyungjoo-kim

@trilinos/ifpack2

Description

kokkoskernels removes experimental namespace. this patch includes appropriate fixes. it also includes the latest ifpack2 improvement. one possible thing that could happen in sparc is that norm interface needs to be modified. @jjwilke (github does not complete your id automatically). would you change sparc for that ? another major change would be separating tpetra memory space from the internal memory space. The internal memory space is either host space or cuda space. Tpetra memoryspace is right now assumed to be uvm.

Merge request reports