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

Line Support for Bitwise Ops #270

Open
quinton11 opened this issue Nov 18, 2024 · 0 comments
Open

Line Support for Bitwise Ops #270

quinton11 opened this issue Nov 18, 2024 · 0 comments

Comments

@quinton11
Copy link

Implementing Bitwise Ops for burn tensors here.

For the Jit Backend to have an implementation, the Line struct will need to implement rust's bitwise operation traits,
std::ops::BitAnd
std::ops::BitOr
std::ops::BitXor
std::ops::Not
std::ops::Shl - left shift
std::ops::Shr - right shift

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