Awni Hannun 
							
						 
					 
					
						
						
							
						
						91f6c499d7 
					 
					
						
						
							
							fix ( #1529 )  
						
						
						
						
							
						
					 
					
						2024-10-25 19:25:35 -07:00 
						 
				 
			
				
					
						
							
							
								Awni Hannun 
							
						 
					 
					
						
						
							
						
						35e9c87ab9 
					 
					
						
						
							
							patch bump ( #1528 )  
						
						
						
						
							
 
						
					 
					
						2024-10-25 13:13:23 -07:00 
						 
				 
			
				
					
						
							
							
								Awni Hannun 
							
						 
					 
					
						
						
							
						
						8e88e30d95 
					 
					
						
						
							
							BFS graph evaluation order ( #1525 )  
						
						... 
						
						
						
						* bfs order
* try fix event issue 
						
						
							
						
					 
					
						2024-10-25 10:27:19 -07:00 
						 
				 
			
				
					
						
							
							
								Awni Hannun 
							
						 
					 
					
						
						
							
						
						0eb56d5be0 
					 
					
						
						
							
							Wired ( #1510 )  
						
						... 
						
						
						
						* expose residency sets as wire/unwire
* returns wired size
* fix
* runtime support check
* fix os check
* fix test
* fix no metal build
* docs
* nit
* nits in docs
* nits 
						
						
							
						
					 
					
						2024-10-25 09:35:33 -07:00 
						 
				 
			
				
					
						
							
							
								Paul Hansel 
							
						 
					 
					
						
						
							
						
						f70764a162 
					 
					
						
						
							
							Fix typo in build docs ( #1522 )  
						
						
						
						
							
						
					 
					
						2024-10-24 20:55:06 -07:00 
						 
				 
			
				
					
						
							
							
								Awni Hannun 
							
						 
					 
					
						
						
							
						
						dad1b00b13 
					 
					
						
						
							
							fix ( #1523 )  
						
						
						
						
							
						
					 
					
						2024-10-24 19:17:46 -07:00 
						 
				 
			
				
					
						
							
							
								Venkata Naga Aditya Datta Chivukula 
							
						 
					 
					
						
						
							
						
						430ffef58a 
					 
					
						
						
							
							[Feature] Added Sparse Initialization ( #1498 )  
						
						... 
						
						
						
						Co-authored-by: Saanidhyavats <saanidhyavats@gmail.com > 
						
						
							
						
					 
					
						2024-10-24 12:31:24 -07:00 
						 
				 
			
				
					
						
							
							
								Alex Barron 
							
						 
					 
					
						
						
							
						
						3d17077187 
					 
					
						
						
							
							Add mx.array.__format__ ( #1521 )  
						
						... 
						
						
						
						* add __format__
* actually test something
* fix 
						
						
							
						
					 
					
						2024-10-24 11:11:39 -07:00 
						 
				 
			
				
					
						
							
							
								Angelos Katharopoulos 
							
						 
					 
					
						
						
							
						
						c9b41d460f 
					 
					
						
						
							
							Working 64-bit scans ( #1506 )  
						
						
						
						
							
						
					 
					
						2024-10-24 11:05:46 -07:00 
						 
				 
			
				
					
						
							
							
								xnorai 
							
						 
					 
					
						
						
							
						
						32972a5924 
					 
					
						
						
							
							C++20 compatibility for fmt ( #1519 )  
						
						... 
						
						
						
						* C++20 compatibility for fmt
* Address review feedback
* Remove stray string
* Add newlines back 
						
						
							
						
					 
					
						2024-10-24 08:54:51 -07:00 
						 
				 
			
				
					
						
							
							
								Dhruv Govil 
							
						 
					 
					
						
						
							
						
						f6afb9c09b 
					 
					
						
						
							
							Remove use of vector<const T> ( #1514 )  
						
						
						
						
							
						
					 
					
						2024-10-22 16:31:52 -07:00 
						 
				 
			
				
					
						
							
							
								Kashif Rasul 
							
						 
					 
					
						
						
							
						
						3ddc07e936 
					 
					
						
						
							
							Eigenvalues and eigenvectors ( #1334 )  
						
						... 
						
						
						
						* initial eigvalsh
* add compute_vectors
* add compute_vectors_
* return a pair
* add eigh to return only eigenvectors
* fixed typo
* merge merge Eighvalsh and Eigh into a single primitive
* use the same primate with the flag
* fix primatives
* use MULTI
* fix eval_gpu
* fix decleration
* rename EighPrimitive to Eigh
* tests
* tests
* fix rebase and format
* cleanup lapack
* format
* add cblas.h
---------
Co-authored-by: Awni Hannun <awni@apple.com > 
						
						
							
						
					 
					
						2024-10-22 12:18:48 -07:00 
						 
				 
			
				
					
						
							
							
								Awni Hannun 
							
						 
					 
					
						
						
							
						
						c26208f67d 
					 
					
						
						
							
							Remove Hazard tracking with Fences ( #1509 )  
						
						... 
						
						
						
						* remove hazard tracking
* with fence map
* no hazard tracking with fences
* nits
* fix fence retain
* cleanup
* fix quantized rebase 
						
						
							
						
					 
					
						2024-10-21 19:33:32 -07:00 
						 
				 
			
				
					
						
							
							
								Alex Barron 
							
						 
					 
					
						
						
							
						
						d15fa13daf 
					 
					
						
						
							
							Batched Quantized Matmul + Fast Small QMV ( #1503 )  
						
						... 
						
						
						
						* add fast qmv for small dims
* fix test
* batched cpu
* add batched template param
* refactor metal quantized.cpp 
						
						
							
						
					 
					
						2024-10-21 16:23:17 -07:00 
						 
				 
			
				
					
						
							
							
								Awni Hannun 
							
						 
					 
					
						
						
							
						
						58a855682c 
					 
					
						
						
							
							v0.19.0 ( #1502 )  
						
						
						
						
							
 
						
					 
					
						2024-10-18 11:55:18 -07:00 
						 
				 
			
				
					
						
							
							
								Awni Hannun 
							
						 
					 
					
						
						
							
						
						92d7cb71f8 
					 
					
						
						
							
							Fix compile ( #1501 )  
						
						... 
						
						
						
						* fix compile
* fix space 
						
						
							
						
					 
					
						2024-10-18 11:06:40 -07:00 
						 
				 
			
				
					
						
							
							
								Angelos Katharopoulos 
							
						 
					 
					
						
						
							
						
						50d8bed468 
					 
					
						
						
							
							Fused attention for single query ( #1497 )  
						
						
						
						
							
						
					 
					
						2024-10-18 00:58:52 -07:00 
						 
				 
			
				
					
						
							
							
								Awni Hannun 
							
						 
					 
					
						
						
							
						
						9dd72cd421 
					 
					
						
						
							
							fix gumbel ( #1495 )  
						
						
						
						
							
						
					 
					
						2024-10-17 13:52:39 -07:00 
						 
				 
			
				
					
						
							
							
								Awni Hannun 
							
						 
					 
					
						
						
							
						
						343aa46b78 
					 
					
						
						
							
							No more 3.8 ( #1493 )  
						
						
						
						
							
						
					 
					
						2024-10-16 17:51:38 -07:00 
						 
				 
			
				
					
						
							
							
								Awni Hannun 
							
						 
					 
					
						
						
							
						
						b8ab89b413 
					 
					
						
						
							
							Docs in ci ( #1491 )  
						
						... 
						
						
						
						* docs in circle 
						
						
							
						
					 
					
						2024-10-15 17:40:00 -07:00 
						 
				 
			
				
					
						
							
							
								Awni Hannun 
							
						 
					 
					
						
						
							
						
						f9f8c167d4 
					 
					
						
						
							
							fix submodule stubs ( #1492 )  
						
						
						
						
							
						
					 
					
						2024-10-15 16:23:37 -07:00 
						 
				 
			
				
					
						
							
							
								Awni Hannun 
							
						 
					 
					
						
						
							
						
						3f86399922 
					 
					
						
						
							
							Real and Imag ( #1490 )  
						
						... 
						
						
						
						* real and imag
* fix
* fix 
						
						
							
						
					 
					
						2024-10-15 16:23:15 -07:00 
						 
				 
			
				
					
						
							
							
								LastWhisper 
							
						 
					 
					
						
						
							
						
						2b8ace6a03 
					 
					
						
						
							
							Typing the dropout. ( #1479 )  
						
						
						
						
							
						
					 
					
						2024-10-15 06:45:46 -07:00 
						 
				 
			
				
					
						
							
							
								Awni Hannun 
							
						 
					 
					
						
						
							
						
						0ab8e099e8 
					 
					
						
						
							
							Fix cpu segfault ( #1488 )  
						
						... 
						
						
						
						* fix cpu segfault
* nit in tests 
						
						
							
						
					 
					
						2024-10-14 16:17:03 -07:00 
						 
				 
			
				
					
						
							
							
								Awni Hannun 
							
						 
					 
					
						
						
							
						
						020f048cd0 
					 
					
						
						
							
							A few updates for CPU ( #1482 )  
						
						... 
						
						
						
						* some updates
* format
* fix
* nit 
						
						
							
						
					 
					
						2024-10-14 12:45:49 -07:00 
						 
				 
			
				
					
						
							
							
								Awni Hannun 
							
						 
					 
					
						
						
							
						
						881615b072 
					 
					
						
						
							
							Faster metal compiled kernels + some fixes ( #1486 )  
						
						... 
						
						
						
						* bump mac tests to use py39
* work per thread for compiled kernels
* fixe for large arrays
* fix 
						
						
							
						
					 
					
						2024-10-14 12:45:38 -07:00 
						 
				 
			
				
					
						
							
							
								Awni Hannun 
							
						 
					 
					
						
						
							
						
						0eef4febfd 
					 
					
						
						
							
							bump mac tests to use py39 ( #1485 )  
						
						
						
						
							
						
					 
					
						2024-10-14 10:40:32 -07:00 
						 
				 
			
				
					
						
							
							
								Awni Hannun 
							
						 
					 
					
						
						
							
						
						b54a70ec2d 
					 
					
						
						
							
							Make push button linux distribution ( #1476 )  
						
						... 
						
						
						
						* try again
* try again
* try again
* try again
* try again
* try again
* try again
* try again
* .circleci/config.yml
* one more fix
* nit 
						
						
							
						
					 
					
						2024-10-14 06:21:44 -07:00 
						 
				 
			
				
					
						
							
							
								Awni Hannun 
							
						 
					 
					
						
						
							
						
						bf6ec92216 
					 
					
						
						
							
							Make the GPU device more thread safe ( #1478 )  
						
						... 
						
						
						
						* gpu stream safety
* comment
* fix 
						
						
							
						
					 
					
						2024-10-12 17:49:15 -07:00 
						 
				 
			
				
					
						
							
							
								Awni Hannun 
							
						 
					 
					
						
						
							
						
						c21331d47f 
					 
					
						
						
							
							version bump ( #1477 )  
						
						
						
						
							
 
						
					 
					
						2024-10-10 13:05:17 -07:00 
						 
				 
			
				
					
						
							
							
								Awni Hannun 
							
						 
					 
					
						
						
							
						
						e1c9600da3 
					 
					
						
						
							
							Add mx.random.permutation ( #1471 )  
						
						... 
						
						
						
						* random permutation
* comment 
						
						
							
						
					 
					
						2024-10-08 19:42:19 -07:00 
						 
				 
			
				
					
						
							
							
								Awni Hannun 
							
						 
					 
					
						
						
							
						
						1fa0d20a30 
					 
					
						
						
							
							consistently handle all -inf in softmax ( #1470 )  
						
						
						
						
							
						
					 
					
						2024-10-08 09:54:02 -07:00 
						 
				 
			
				
					
						
							
							
								Awni Hannun 
							
						 
					 
					
						
						
							
						
						3274c6a087 
					 
					
						
						
							
							Fix array is_available race cases ( #1468 )  
						
						
						
						
							
						
					 
					
						2024-10-07 19:13:50 -07:00 
						 
				 
			
				
					
						
							
							
								Angelos Katharopoulos 
							
						 
					 
					
						
						
							
						
						9b12093739 
					 
					
						
						
							
							Add the roll op ( #1455 )  
						
						
						
						
							
						
					 
					
						2024-10-07 17:21:42 -07:00 
						 
				 
			
				
					
						
							
							
								Awni Hannun 
							
						 
					 
					
						
						
							
						
						f374b6ca4d 
					 
					
						
						
							
							Bump nanobind to 2.2 ( #1461 )  
						
						... 
						
						
						
						* bump nanobind
* extension version for tests 
						
						
							
						
					 
					
						2024-10-07 16:52:40 -07:00 
						 
				 
			
				
					
						
							
							
								Awni Hannun 
							
						 
					 
					
						
						
							
						
						0070e1db40 
					 
					
						
						
							
							Fix deep recursion with siblings ( #1462 )  
						
						... 
						
						
						
						* fix recursion with siblings
* fix
* add test
* increase tol 
						
						
							
						
					 
					
						2024-10-07 06:15:33 -07:00 
						 
				 
			
				
					
						
							
							
								Awni Hannun 
							
						 
					 
					
						
						
							
						
						95d04805b3 
					 
					
						
						
							
							Fix complex power on Metal ( #1460 )  
						
						
						
						
							
						
					 
					
						2024-10-06 19:58:30 -07:00 
						 
				 
			
				
					
						
							
							
								Awni Hannun 
							
						 
					 
					
						
						
							
						
						e4534dac17 
					 
					
						
						
							
							Conv grad with groups + bugfix ( #1449 )  
						
						... 
						
						
						
						* fix bug in flipped conv with groups, start of grad for groups
* fix
* fix
* fix + test 
						
						
							
						
					 
					
						2024-10-06 07:08:53 -07:00 
						 
				 
			
				
					
						
							
							
								Angelos Katharopoulos 
							
						 
					 
					
						
						
							
						
						fef3c4ec1d 
					 
					
						
						
							
							Fix mpi test in CI ( #1456 )  
						
						... 
						
						
						
						* Fix mpi test in CI
* Set bind to none 
						
						
							
						
					 
					
						2024-10-06 06:09:17 -07:00 
						 
				 
			
				
					
						
							
							
								Awni Hannun 
							
						 
					 
					
						
						
							
						
						1bdc038bf9 
					 
					
						
						
							
							fix argpartition + faster {arg} sorts / partitions ( #1453 )  
						
						
						
						
							
						
					 
					
						2024-10-03 14:21:25 -07:00 
						 
				 
			
				
					
						
							
							
								Awni Hannun 
							
						 
					 
					
						
						
							
						
						5523d9c426 
					 
					
						
						
							
							faster cpu indexing ( #1450 )  
						
						
						
						
							
						
					 
					
						2024-10-03 13:53:47 -07:00 
						 
				 
			
				
					
						
							
							
								Angelos Katharopoulos 
							
						 
					 
					
						
						
							
						
						d878015228 
					 
					
						
						
							
							Fix normalization check_input ( #1452 )  
						
						
						
						
							
						
					 
					
						2024-10-03 13:26:56 -07:00 
						 
				 
			
				
					
						
							
							
								Cheng 
							
						 
					 
					
						
						
							
						
						5900e3249f 
					 
					
						
						
							
							Fix building on Linux ( #1446 )  
						
						
						
						
							
						
					 
					
						2024-09-30 07:00:39 -07:00 
						 
				 
			
				
					
						
							
							
								Angelos Katharopoulos 
							
						 
					 
					
						
						
							
						
						bacced53d3 
					 
					
						
						
							
							Fix row reduce with very few rows ( #1447 )  
						
						
						
						
							
						
					 
					
						2024-09-29 20:00:35 -07:00 
						 
				 
			
				
					
						
							
							
								Lucas Newman 
							
						 
					 
					
						
						
							
						
						4a64d4bff1 
					 
					
						
						
							
							Add support for grouped 1D convolutions to the nn API ( #1444 )  
						
						... 
						
						
						
						* Fix the weight shape for grouped convolutions from the nn API.
* Add tests.
* Pre-commit formatting.
* Add input validation.
* Use integer division instead of casting.
* docs
* nit
---------
Co-authored-by: Awni Hannun <awni@apple.com > 
						
						
							
						
					 
					
						2024-09-28 06:41:07 -07:00 
						 
				 
			
				
					
						
							
							
								Awni Hannun 
							
						 
					 
					
						
						
							
						
						b1e2b53c2d 
					 
					
						
						
							
							bump ( #1445 )  
						
						
						
						
							
 
						
					 
					
						2024-09-27 13:53:02 -07:00 
						 
				 
			
				
					
						
							
							
								Awni Hannun 
							
						 
					 
					
						
						
							
						
						11354d5bff 
					 
					
						
						
							
							Avoid io timeout for large arrays ( #1442 )  
						
						
						
						
							
						
					 
					
						2024-09-27 13:32:14 -07:00 
						 
				 
			
				
					
						
							
							
								Awni Hannun 
							
						 
					 
					
						
						
							
						
						718aea3f1d 
					 
					
						
						
							
							allow take to work with integer index ( #1440 )  
						
						
						
						
							
						
					 
					
						2024-09-26 15:58:03 -07:00 
						 
				 
			
				
					
						
							
							
								Awni Hannun 
							
						 
					 
					
						
						
							
						
						5b6f38df2b 
					 
					
						
						
							
							Faster cpu ops ( #1434 )  
						
						... 
						
						
						
						* faster binary and cleaner copy
* use recursive template for other ops
* more cleanup
* fix from cleanup
* more clean
* fix binary
* use contiguous iterator
* add 3d
* nits
* fix
* fix?
* fix
* fix rebase 
						
						
							
						
					 
					
						2024-09-26 09:19:13 -07:00 
						 
				 
			
				
					
						
							
							
								Awni Hannun 
							
						 
					 
					
						
						
							
						
						0b4a58699e 
					 
					
						
						
							
							Some overhead reductions in mx.fast.metal_kernel ( #1437 )  
						
						... 
						
						
						
						* some overhead reductions
* fix
* use +=
* use more += 
						
						
							
						
					 
					
						2024-09-25 17:25:21 -07:00