Skip to content

Commit f0b8e71

Browse files
committed
up
1 parent 0adbe8c commit f0b8e71

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/mlx.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
paths:
1010
- .github/workflows/mlx.yml
1111
- backends/mlx/**
12+
- extension/llm/export/**
1213
workflow_dispatch:
1314

1415
permissions: {}

backends/mlx/ops.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,12 +219,15 @@ def normalize_reduction_dim(
219219
return dim, keepdim
220220

221221

222+
<<<<<<< HEAD
222223
@REGISTRY.register(target=["NOOP", torch.ops.aten._assert_scalar.default])
223224
def _noop_handler(P: MLXProgramBuilder, n: Node) -> None:
224225
"""No-op handler for nodes that don't emit any MLX instructions."""
225226
return None
226227

227228

229+
=======
230+
>>>>>>> e3b488076f (up)
228231
@REGISTRY.register(target=[torch.ops.aten.addmm.default])
229232
def _addmm_handler(P: MLXProgramBuilder, n: Node) -> Slot:
230233
"""Handle addmm: self + (mat1 @ mat2).

0 commit comments

Comments
 (0)