Umar Arshad
Umar Arshad
Hey @zackgalbreath Any updates on this? Debugged a bit today. The `npm run dev` command runs fine but I am running in production mode (at least thats what I am...
Looks like setting the ASSET_URL and running `npm run dev` works.
We don't currently have plans to add this feature. Of course, we would welcome any PRs that add this functionality and provide you with guidance and support to implement this....
@9prady9 the library shouldn't be segfaulting. Can you investigate this today?
I am not sure if this is a graphics related issue. We have sufficient logic to prevent errors from crashing the program if there is no display attached. I have...
When you create the `d_x_af` and `d_z_af` array objects, you are handing over the pointer to the ArrayFire's memory manager. when you assign to the `d_z_af` object in the next...
I am not sure I understand your first question. ArrayFire will take ownership of the pointer when you pass into the constructor but once you assign to that array, that...
Can you try the techniques listed here: https://www.pugetsystems.com/labs/hpc/How-To-Use-MKL-with-AMD-Ryzen-and-Threadripper-CPU-s-Effectively-for-Python-Numpy-And-Other-Applications-1637/
ArrayFire uses MKL as the default BLAS library. I am not sure what library is being used by numpy for this task. Because you are using an AMD CPU for...
@HO-COOH You can use the intel runtime on AMD CPUs.