mirror of
				https://github.com/ml-explore/mlx.git
				synced 2025-11-04 10:38:10 +08:00 
			
		
		
		
	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
This commit is contained in:
		@@ -803,7 +803,7 @@ class PyCustomFunction {
 | 
			
		||||
            "[custom vmap] Function should only accept positional arguments");
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      int arr_index;
 | 
			
		||||
      int arr_index = 0;
 | 
			
		||||
      auto new_axes =
 | 
			
		||||
          nb::cast<nb::tuple>(tree_map(args, [&](nb::handle element) {
 | 
			
		||||
            int axis = axes[arr_index++];
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user