wrtobin / las

Zero-overhead interfaces to Linear Algebraic data structures and Solvers
1 stars 1 forks source link

Add a multi-core backend #5

Open wrtobin opened 6 years ago

wrtobin commented 6 years ago

Add a new LAS backend targeting multi-core systems. Currently it seems like kokkos is the best option since it also has multiple backends we can configure to use.

wrtobin commented 6 years ago

Initial work on integrating Kokkos has started, might want to prioritize this.

Refer to discussion in this xgc issue. For discussion on reprioritization.