You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: