PennyLaneAI / PennyLaneAI/catalyst

MacOS builds do not include shared libraries built against higher versions than 13.0

Open
#1,383 0 comments 0 reactions 1 assignee View on GitHub

@mlxd is already working on this.

Since Dec 13, 2024.

chore
Dominant language
Python
Stars
234
Forks
84
Avg merge
2d 15h
Merged PRs (30d)
66

Description

Issue description

Description of the issue - include code snippets and screenshots here
if relevant. You may use the following template below

  • Expected behavior: (What you expect to happen)
    The current builds of Catalyst for MacOS make use of the 14.0 OS and associated SDK. The built wheels are relabelled as 13.0 upon finish, to ensure they can be installed on older MacOS versions. The requirement here is to ensure the SDK version does not exclude the requirement of the minimum target of 13.0.

  • Actual behavior:
    The following libraries directly target the 14.0 SDK:

DEBUG:delocate.delocating:Bundled library info: libmlir_async_runtime.dylib arch=ARM64 target=14.0
DEBUG:delocate.delocating:Bundled library info: libmlir_float16_utils.dylib arch=ARM64 target=14.0
DEBUG:delocate.delocating:Bundled library info: libmlir_c_runner_utils.dylib arch=ARM64 target=14.0

PR https://github.com/PennyLaneAI/catalyst/pull/1382 aims to resolve this

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.