Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

Add mul! for trmm! and tests. #708

Merged
merged 2 commits into from
May 7, 2020
Merged

Add mul! for trmm! and tests. #708

merged 2 commits into from
May 7, 2020

Conversation

aterenin
Copy link
Contributor

@aterenin aterenin commented May 6, 2020

This adds mul! for various triangular types, which are called directly in Cholesky adjoint and probably elsewhere too. It should improve performance for triangular matrix-matrix multiplies. All cases are tested to ensure no typos.

@vchuravy
Copy link
Member

vchuravy commented May 6, 2020

bors try

bors bot added a commit that referenced this pull request May 6, 2020
@bors
Copy link
Contributor

bors bot commented May 6, 2020

try

Build failed:

@aterenin
Copy link
Contributor Author

aterenin commented May 6, 2020

Build failed:

Strange. I can only see There has been a runner system failure, please try again online, and tests are still passing for me locally. CI issue?

@maleadt
Copy link
Member

maleadt commented May 7, 2020

Yes, it's a CI issue I haven't been able to find the cause of ...

@maleadt maleadt merged commit 055f4b9 into JuliaGPU:master May 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants