arrayfire / arrayfire-python

Python bindings for ArrayFire: A general purpose GPU library.
https://arrayfire.com
BSD 3-Clause "New" or "Revised" License
417 stars 65 forks source link

failing af_where with b8 datatype [WIP] #232

Closed syurkevi closed 4 years ago

syurkevi commented 4 years ago

af_where will throw a LLVM out of memory error when passing in a Array.arr with b8 data type on the cuda backend. PR currently holds temporary workaround.

TODO: figure out root cause. af_where works for all types and backends in arrayfire core lib. Only cuda is failing in arrayfire-python