Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ml-explore/mlx-swift
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.25.5
Choose a base ref
...
head repository: ml-explore/mlx-swift
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.25.6
Choose a head ref
  • 2 commits
  • 5 files changed
  • 3 contributors

Commits on Jul 14, 2025

  1. Add support for tvOS (#254)

    * Add support for tvOS in Package.swift and GPU.swift
    
    * Fix tvOS availability check in GPU.swift
    
    Replace conditional compilation with proper availability check for tvOS 17.0
    as suggested in PR review. The architecture property is available on tvOS 17.0
    and later according to Apple documentation.
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    
    ---------
    
    Co-authored-by: Claude <noreply@anthropic.com>
    guitaripod and claude authored Jul 14, 2025
    Configuration menu
    Copy the full SHA
    f249ad7 View commit details
    Browse the repository at this point in the history
  2. add path information for parameter update errors -- great help in deb…

    …ugging (#252)
    
    * add path information for parameter update errors -- great help in debugging
    * conv2d missing divide by groups
    davidkoski authored Jul 14, 2025
    Configuration menu
    Copy the full SHA
    96c0f69 View commit details
    Browse the repository at this point in the history
Loading