Closed mahdizaferanchi closed 7 months ago
Fixed this issue.
The new kernel also makes sure that padding bits are all zeros. Although I think this isn't necessary for correct operation.
Also added __repr__ to PackBitsTensor which helps detect the problem or the lack of it and is also generally useful.
__repr__
PackBitsTensor
Thanks @mahdizaferanchi for fixing this bug! 🪲
Fixed this issue.
The new kernel also makes sure that padding bits are all zeros. Although I think this isn't necessary for correct operation.
Also added
__repr__
toPackBitsTensor
which helps detect the problem or the lack of it and is also generally useful.