mlx/python/src
Awni Hannun 02efb310ca
Xcode 160 (#1384)
* xcode 16.0 with debug tests

* limit nproc for builds

* vmap bug

* assert bug

* run python tests in debug mode

* fix view, bool copies preserve bits'

* actual view fix
2024-09-10 15:15:17 -07:00
..
array.cpp add std as method (#1387) 2024-09-01 19:49:16 -07:00
buffer.h Fix buffer protocol buffer size designation (#1010) 2024-04-19 06:06:13 -07:00
CMakeLists.txt Comms (#1097) 2024-05-23 17:04:02 -07:00
constants.cpp Array api (#1289) 2024-07-26 10:40:49 -07:00
convert.cpp int() and float() for mx.array (#1360) 2024-08-25 20:41:44 -07:00
convert.h list based indexing (#1150) 2024-05-22 15:52:05 -07:00
device.cpp Switch to nanobind (#839) 2024-03-18 20:12:25 -07:00
distributed.cpp Adds send/recv ops in distributed (#1366) 2024-08-26 23:01:37 -07:00
fast.cpp throw for certain cases of non captured inputs in compile (#1401) 2024-09-09 14:54:31 -07:00
fft.cpp Switch to nanobind (#839) 2024-03-18 20:12:25 -07:00
indexing.cpp Fixes for large arrays with a few ops (#1299) 2024-07-30 17:18:39 -07:00
indexing.h Switch to nanobind (#839) 2024-03-18 20:12:25 -07:00
linalg.cpp Some fixes to typing (#1371) 2024-08-28 11:16:19 -07:00
load.cpp Even Even Faster IO (#1374) 2024-08-29 16:05:40 -07:00
load.h Switch to nanobind (#839) 2024-03-18 20:12:25 -07:00
metal.cpp Reset peak memory (#1074) 2024-05-03 17:12:51 -07:00
mlx.cpp Comms (#1097) 2024-05-23 17:04:02 -07:00
ops.cpp Transposed Convolution (#1245) 2024-09-06 19:52:38 -07:00
random.cpp Some fixes to typing (#1371) 2024-08-28 11:16:19 -07:00
stream.cpp Some fixes to typing (#1371) 2024-08-28 11:16:19 -07:00
transforms.cpp Xcode 160 (#1384) 2024-09-10 15:15:17 -07:00
trees.cpp Properly handle negative axes in python vmap (#944) 2024-04-02 18:07:23 -07:00
trees.h Properly handle negative axes in python vmap (#944) 2024-04-02 18:07:23 -07:00
utils.cpp fix conversion to array (#1070) 2024-05-06 16:02:49 -07:00
utils.h fix conversion to array (#1070) 2024-05-06 16:02:49 -07:00