arrayfire / arrayfire-binary-python-wrapper

A python thin wrapper for ArrayFire library
https://arrayfire.com
BSD 3-Clause "New" or "Revised" License
2 stars 5 forks source link

python wheel platform issues #39

Open yaBoiSosa opened 4 months ago

yaBoiSosa commented 4 months ago

is this wheel for intel xpu/sycl devices or for CUDA? having issues with installation

pip install arrayfire-binary-python-wrapper -f https://repo.arrayfire.com/python/wheels/3.9.0/
syurkevi commented 4 months ago

Hey! This project is not intended to be directly used by end users.

We're still finalizing this repo as a prerequisite for the new python wrapper and still need to build the wheels. We hope to have it available within a few weeks.

Once these wheels are available, they will support sycl devices as well as cuda devices.

For now this wrapper can work in the current form with our regular binary installers if you specify the AF_PATH environment variable. Once we release the higher level wrapper as well this library will just provide low-level access to the binary. I'll keep this issue open as a reminder to clarify in the README. Our legacy library currently has out of the box wheels for cuda.