Skip to content

Commit feb40df

Browse files
Remove int8, int16, and uint8 support in ops.py
Removed support for int8, int16, and uint8 data types.
1 parent af37e4f commit feb40df

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

backends/mlx/ops.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3087,11 +3087,8 @@ def _bitwise_not_handler(P: MLXProgramBuilder, n: Node) -> Slot:
30873087
)
30883088
)
30893089
elif x_meta.dtype in {
3090-
torch.int8,
3091-
torch.int16,
30923090
torch.int32,
30933091
torch.int64,
3094-
torch.uint8,
30953092
}:
30963093
P.emit(
30973094
BitwiseInvertNode(

0 commit comments

Comments
 (0)