Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Elementwise binary ops on two frames #932

Open
pdamme opened this issue Dec 6, 2024 · 1 comment
Open

Elementwise binary ops on two frames #932

pdamme opened this issue Dec 6, 2024 · 1 comment

Comments

@pdamme
Copy link
Collaborator

pdamme commented Dec 6, 2024

DAPHNE supports various elementwise binary operations (such as +, *, ==, ...) on two matrices. However, frames don't support such binary ops yet (except for frame-scalar ops, inspiration can be taken from there). We should implement a specialization of the EwBinaryMat-kernel and rename it to EwBinaryObj to reflect the generalization.

@pdamme
Copy link
Collaborator Author

pdamme commented Dec 12, 2024

Search for see #932 in the code base.

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

No branches or pull requests

1 participant