mlx icon indicating copy to clipboard operation
mlx copied to clipboard

Multi output primitives

Open awni opened this issue 1 year ago • 0 comments

Proposed changes

Enables multi output primitives.

Also added divmod as a multi-output primitive. Not so much because we need it, but I wanted to test the multi-output functionality.

TODOs

  • [x] Add an actual multi output primitive, so far everything is single output
  • [ ] Deal with TODOs in the code
  • [x] Fix simplify
  • [x] Run a few benchmarks and training scripts to see the damage.

awni avatar Dec 31 '23 20:12 awni