arrayfire / arrayfire-python

Python bindings for ArrayFire: A general purpose GPU library.

Home Page:https://arrayfire.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Import arrayfire freezes on Ubuntu with Intel opencl

raulbocanegra opened this issue · comments

Hi!
I have installed arrayfire 3.6.2 on /opt, build and run the tests correctly on cpu and opencl backends (cuda not supported), then did pip install arrayfire. I have an Intel i7-8550U.
When I run python and do import arrayfire as af it freezes and I can't use it.

Using arrayfire 3.6.4 fix the issue.