You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 withfrom_ndarray
The text was updated successfully, but these errors were encountered: