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 results in Seg fault after last update

matkraj opened this issue · comments

I updated arrayfire to binary v3.6 and CUDA to 9-2 on Ubuntu 17.10.

C++ code works as usual - compiled and successfully computed.

arrayfire-python throws Seg fault after import arrayfire
there is no other indication of an error - python3 -m arrayfire.tests does the same
installed in /usr/local which used to work without problem+
also tried all export LD LIBRA.. AF_PATH.. but does not seem to make a difference

removed miniconda and it just works