arrayfire-python icon indicating copy to clipboard operation
arrayfire-python copied to clipboard

`dtype` parameter, and `from_ndarray` crash

Open TheFloatingBrain opened this issue 4 months ago • 0 comments

I have a back end using mesa/rusticl OpenCL on fedora 40 with both an NVIDIA and AMD GPU. There are two opencl backends for the AMD device, ROCm and the aforementioned mesa drivers. The mesa drivers are how I interface to the NVIDIA GPU (trying to avoid using the proprietary driver). Everything works fine with the ROCm driver, however, any time there is a dtype parameter arrayfire segfaults, also I noticed it crashes with from_ndarray

TheFloatingBrain avatar Oct 08 '24 23:10 TheFloatingBrain