Skip to content
This repository has been archived by the owner on Jul 1, 2023. It is now read-only.

Support complex numbers in matmul. #932

Open
ematejska opened this issue May 5, 2020 · 0 comments
Open

Support complex numbers in matmul. #932

ematejska opened this issue May 5, 2020 · 0 comments

Comments

@ematejska
Copy link
Contributor

Imported from JIRA https://bugs.swift.org/browse/TF-629

Type: Bug Priority: Minor
Reporter: Anthony Platanios Assignee: Unassigned
Resolution: Unresolved Votes: 0
Labels: None

Currently matmul invokes the batch matmul op whenever the input matrices have rank higher than 2. However, batch matmul takes adjoint flags as input instead of transpose flags. This means that when we support complex number types we should be passing conjugate(lhs) instead of lhs to the batch matmul op if transpose for lhs is true.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant