Skip to content

[ready] kokkos impl triangular_matrix_{left,right}_product - #212

Merged
mhoemmen merged 2 commits into
kokkos:mainfrom
NexGenAnalytics:triangular-matrix-product_kokkos_impl
May 20, 2022
Merged

mhoemmen merged 2 commits into
kokkos:mainfrom
NexGenAnalytics:triangular-matrix-product_kokkos_impl

Conversation

@mzuzek

@mzuzek mzuzek commented May 20, 2022

Copy link
Copy Markdown

This PR introduces Kokkos implementation and unit tests for triangular_matrix_{left,right}_product().

{
const auto side = std::is_same_v<Side,
std::experimental::linalg::left_side_t> ? "L" : "R";
// KK and stdBLAS use REVERSED triangle definitions

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right, that's an important point and deserves this comment -- thanks!

@mhoemmen
mhoemmen merged commit 0804c2e into kokkos:main May 20, 2022
@mzuzek
mzuzek deleted the triangular-matrix-product_kokkos_impl branch May 24, 2022 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants