Commit Graph

250 Commits

Author SHA1 Message Date
Awni Hannun
c391d3662a docs update 2025-07-01 22:12:44 +00:00
Awni Hannun
e6a332d072 docs update 2025-07-01 22:12:44 +00:00
Awni Hannun
178d6ed802 docs update 2025-07-01 22:12:44 +00:00
Awni Hannun
4b3fd6e750 docs update 2025-07-01 22:12:43 +00:00
Awni Hannun
2f44273687 docs 2025-07-01 22:12:43 +00:00
Awni Hannun
e9e600eb2c docs update 2025-07-01 22:12:43 +00:00
Awni Hannun
52d1107961 docs update 2025-07-01 22:12:43 +00:00
Awni Hannun
5123871538 docs update 2025-07-01 22:12:42 +00:00
Awni Hannun
011058d704 docs update 2025-07-01 22:12:42 +00:00
Awni Hannun
6c95d8a378 docs update 2025-07-01 22:12:42 +00:00
Awni Hannun
26a558640a use proper version 2025-07-01 22:12:42 +00:00
Awni Hannun
352aeb5e68 docs update 2025-07-01 22:12:42 +00:00
Awni Hannun
4f3d260fcb docs update 2025-07-01 22:12:42 +00:00
Awni Hannun
5127d85735 docs update 2025-07-01 22:12:42 +00:00
Awni Hannun
e7a536706b docs update 2025-07-01 22:12:42 +00:00
Awni Hannun
2571b94f73 remove uneeded files in docs 2025-07-01 22:12:42 +00:00
Awni Hannun
32bd832bd0 update docs 2025-07-01 22:12:42 +00:00
Awni Hannun
4937773c85 docs update 2025-07-01 22:12:41 +00:00
Awni Hannun
876a8db36b docs up 2025-07-01 22:12:41 +00:00
Awni Hannun
184120ed12 docs up 2025-07-01 22:12:41 +00:00
Awni Hannun
febc09f12f docs update 2025-07-01 22:12:41 +00:00
Awni Hannun
92f0566237 docs 2025-07-01 22:12:41 +00:00
Awni Hannun
803268a7ce docs 2025-07-01 22:12:41 +00:00
Awni Hannun
a6140fe550 update docs 2025-07-01 22:12:41 +00:00
Awni Hannun
3b88d8cbe7 docs 2025-07-01 22:12:41 +00:00
Awni Hannun
b715219533 docs 2025-07-01 22:12:41 +00:00
Awni Hannun
cc34ccb946 docs 2025-07-01 22:12:41 +00:00
Awni Hannun
f646d38644 docs 2025-07-01 22:12:41 +00:00
Awni Hannun
83446ab548 docs 2025-07-01 22:12:41 +00:00
Awni Hannun
056d98380d docs 2025-07-01 22:12:40 +00:00
Awni Hannun
e29200044a docs 2025-07-01 22:12:40 +00:00
Awni Hannun
cb02c6f319 docs 2025-07-01 22:12:40 +00:00
Awni Hannun
d8f4c5ff82 docs 2025-07-01 22:12:40 +00:00
Awni Hannun
76831ed83d
Build CUDA release in Circle (#2306)
* cuda release

* add license
2025-06-19 15:26:36 -07:00
Awni Hannun
c552ff2451
[CUDA] Fix back-end bugs and enable corresponding tests (#2296)
* Fix some cuda back-end bugs and enable corresponding tests

* more fixes

* enable more tests

* format
2025-06-16 08:45:40 -07:00
Awni Hannun
1ca616844b
Fix unintuitive metal kernel caching (#2242)
* Fix unintuitive metal kernel caching

* alternative solution
2025-06-06 20:08:15 -07: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
Angelos Katharopoulos
5d68082881
Ring docs (#1829) 2025-02-28 11:34:21 -08:00