Skip to content

Commit dcbeba3

Browse files
committed
up
1 parent 3dc9bfd commit dcbeba3

2 files changed

Lines changed: 0 additions & 9 deletions

File tree

backends/mlx/ops.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -779,12 +779,6 @@ def _linear_handler(P: MLXProgramBuilder, n: Node) -> Slot:
779779
return out
780780

781781

782-
@REGISTRY.register(target=["NOOP", torch.ops.aten._assert_scalar.default])
783-
def _noop_handler(P: MLXProgramBuilder, n: Node) -> None:
784-
"""No-op handler for nodes that don't emit any MLX instructions."""
785-
return None
786-
787-
788782
@REGISTRY.register(target=[torch.ops.aten.addmm.default])
789783
def _addmm_handler(P: MLXProgramBuilder, n: Node) -> Slot:
790784
"""Handle addmm: self + (mat1 @ mat2).

extension/llm/export/nvfp4.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@
3939
aten = torch.ops.aten
4040

4141

42-
from typing import Optional
43-
44-
4542
@torch.library.custom_op("torchao::dequantize_nvfp4", mutates_args=())
4643
def nvfp4_dequantize(
4744
qdata: Tensor,

0 commit comments

Comments
 (0)