Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apple Silicon Support #99

Open
auto-differentiation-dev opened this issue Mar 25, 2024 · 0 comments
Open

Apple Silicon Support #99

auto-differentiation-dev opened this issue Mar 25, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@auto-differentiation-dev
Copy link
Collaborator

At the moment, our CI/CD pipelines only test Intel-Mac and the SIMD compilation flags are only for the Intel Platform.

We should add support for Apple Silicon (ARM-based), with the following steps:

  • Update the SIMD flags to add the appropriate flag for ARM and select it by default on that architecture
  • Add a CI/CD pipeline for Apple arm64 architecture
  • Test with the latest MacOS / latest Apple Clang release
  • Add Apple silicon builds to the Python wheels pipeline
  • If possible, also add linux-arm64
@auto-differentiation-dev auto-differentiation-dev added enhancement New feature or request good first issue Good for newcomers python Pull requests that update Python code workflow labels Mar 25, 2024
@auto-differentiation-dev auto-differentiation-dev removed good first issue Good for newcomers python Pull requests that update Python code workflow labels Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant