Skip to content

Support for building the Arrayfire Python Wheels #9

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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

edwinsolisf
Copy link

To build the ArrayFire Python Wheels there are three arguments that must be specified for the dockerfile:

  • AF_CUDA_MAJOR_VERSION which supports from 11 and 12
  • AF_CUDA_MINOR_VERSION supports 1 for cuda 11 and 0 to 8 for cuda 12
  • AF_PYTHON_VERSION: supports 3.10 onwards

Currently this is being built with oneapi 2025.1, gcc 10 for the upcoming ArrayFire 3.10

To do:

  • Currently some changes must be done to the arrayfire, arrayfire-py, and arrayfire-binary-python-wrapper must be done for this to work correctly, so it is currently pulling from my personal forks and branches.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants