Commit Graph

251 Commits

Author SHA1 Message Date
Awni Hannun
b7d2d1e08c docs update 2025-06-04 01:01:52 +00:00
Awni Hannun
50b9530af5 docs up 2025-06-04 01:01:51 +00:00
Awni Hannun
8437c80779 docs update 2025-06-04 01:01:51 +00:00
Awni Hannun
8463661c92 docs update 2025-06-04 01:01:51 +00:00
Awni Hannun
fa8f47f396 docs update 2025-06-04 01:01:51 +00:00
Awni Hannun
e9fd799887 docs update 2025-06-04 01:01:51 +00:00
Awni Hannun
1a2573d6cc docs update 2025-06-04 01:01:50 +00:00
Awni Hannun
6269c69d0e docs update 2025-06-04 01:01:50 +00:00
Awni Hannun
889b708a69 docs 2025-06-04 01:01:50 +00:00
Awni Hannun
9b53df2ca9 docs update 2025-06-04 01:01:50 +00:00
Awni Hannun
6e63a67805 docs update 2025-06-04 01:01:50 +00:00
Awni Hannun
ec5aab0071 docs update 2025-06-04 01:01:49 +00:00
Awni Hannun
62c5052c19 docs update 2025-06-04 01:01:49 +00:00
Awni Hannun
ca1b2f4a4e docs update 2025-06-04 01:01:49 +00:00
Awni Hannun
8152f20c65 use proper version 2025-06-04 01:01:49 +00:00
Awni Hannun
c098245664 docs update 2025-06-04 01:01:49 +00:00
Awni Hannun
981bf7ae2b docs update 2025-06-04 01:01:49 +00:00
Awni Hannun
ce95a29690 docs update 2025-06-04 01:01:49 +00:00
Awni Hannun
9e69a72b8c docs update 2025-06-04 01:01:48 +00:00
Awni Hannun
17470bf630 remove uneeded files in docs 2025-06-04 01:01:48 +00:00
Awni Hannun
a693e6e1d8 update docs 2025-06-04 01:01:48 +00:00
Awni Hannun
fd34610634 docs update 2025-06-04 01:01:48 +00:00
Awni Hannun
84bebc2161 docs up 2025-06-04 01:01:48 +00:00
Awni Hannun
9882295582 docs up 2025-06-04 01:01:48 +00:00
Awni Hannun
ebd913400a docs update 2025-06-04 01:01:48 +00:00
Awni Hannun
217cdf3fc9 docs 2025-06-04 01:01:48 +00:00
Awni Hannun
43cd655ba1 docs 2025-06-04 01:01:48 +00:00
Awni Hannun
8c406bcb9b update docs 2025-06-04 01:01:48 +00:00
Awni Hannun
01489e172d docs 2025-06-04 01:01:48 +00:00
Awni Hannun
616449e363 docs 2025-06-04 01:01:48 +00:00
Awni Hannun
a66e6d3214 docs 2025-06-04 01:01:48 +00:00
Awni Hannun
d3d0ad9564 docs 2025-06-04 01:01:47 +00:00
Awni Hannun
a60a600c6a docs 2025-06-04 01:01:47 +00:00
Awni Hannun
e84ebcf0b9 docs 2025-06-04 01:01:47 +00:00
Awni Hannun
372f2ac025 docs 2025-06-04 01:01:47 +00:00
Awni Hannun
80322b562e docs 2025-06-04 01:01:47 +00:00
Awni Hannun
fbd10a48d4 docs 2025-06-04 01:01:47 +00:00
Awni Hannun
55b4062dd8
copyright in docs (#2214) 2025-05-21 17:13:04 -07:00
Awni Hannun
a2cadb8218
real and imag properties (#2189) 2025-05-15 18:17:50 -07:00
Awni Hannun
c1eb9d05d9
non-symmetric eig and eigh (#2188) 2025-05-15 13:01:44 -07:00
Aashiq Dheeraj
bb6565ef14
add fftshift and ifftshift fft helpers (#2135)
* add fftshift and ifftshift fft helpers

* address comments

* axes have to be iterable

* fix fp error in roll + add test

---------

Co-authored-by: Aashiq Dheeraj <aashiq@aashiq-mbp-m4.local>
2025-04-29 22:13:45 -07:00
Yury Popov
e9e268336b
LogCumSumExp (#2069) 2025-04-13 01:27:29 -07:00
Awni Hannun
9c6953bda7
Fix stubgen (#2065)
* Fix stubgen

* add multi optim to docs
2025-04-11 12:02:54 -07:00
Stephen Panaro
90823d2938
Add missing funcs to docs (#2021) 2025-03-30 18:29:33 -07:00
Awni Hannun
fe597e141c
add pinv to doc (#2020) 2025-03-30 15:54:18 -07:00
Yi Wang
0da8506552
Update docs for extensions (#2004) 2025-03-25 18:35:03 -07:00
Awni Hannun
cfd7237a80
fix docs (#1991) 2025-03-21 19:58:53 -07:00
Awni Hannun
4e1994e9d7
move memory APIs into top level mlx.core (#1982) 2025-03-21 07:25:12 -07:00
Awni Hannun
7b7e2352cd
fix malloc or wait deadlock (#1976) 2025-03-20 16:48:43 -07:00
Awni Hannun
c4230747a1
redesign for faster cpu/gpu synch (#1869)
* redesign for faster cpu/gpu synch

* load + more async CPU

* use command encoder API and move more ops to use it

* make fence back-end generic + CPU only fence

* faster build

* fix async eval

* fixes + handle temporaries

* fix / improve cpu conv

* remove unused status, fix siblings

* fix extensions

* fix

* fix no cpu build

* format

* comments

* fix perf regression, remove unecessary abort

* fix events, task limit cpu

* fix waiting

* fix donation / temporaries in normalization
2025-03-06 19:23:38 -08:00