Comments for ArrayFire https://arrayfire.com A Tensor Library for Fast GPU Computing Sat, 21 Jun 2025 13:52:52 +0000 hourly 1 https://wordpress.org/?v=6.9 Comment on Quantum States vs Classical States by João Lucas https://arrayfire.com/blog/quantum-states-vs-classical-states/#comment-15854 Sat, 21 Jun 2025 13:52:52 +0000 https://arrayfire.com/?p=12066#comment-15854 This post was very helpful! Thank you!

]]>
Comment on Cycling through SYCL by Pietro M. https://arrayfire.com/blog/cycling-through-sycl/#comment-1584 Sat, 02 Oct 2021 11:34:08 +0000 https://arrayfire.com/?p=10547#comment-1584 It would be nice to have the same example function implemented with SYCL and ArrayFire, to compare the two.
Thank you.

]]>
Comment on Option Pricing by Larry https://arrayfire.com/blog/option-pricing/#comment-1490 Tue, 14 Sep 2021 00:50:09 +0000 http://blog.accelereyes.com/blog/?p=2837#comment-1490 regarding cumulative product, S = accum(S, 1, PROD_T); where is the definition for PROD_T?

]]>
Comment on ArrayFire v3.6.4 by AffiliateLabz https://arrayfire.com/blog/arrayfire-v3-6-4/#comment-1185 Sat, 15 Feb 2020 22:20:05 +0000 https://arrayfire.com/?p=9978#comment-1185 Great content! Super high-quality! Keep it up! 🙂

]]>
Comment on Remote Off-Screen Rendering with OpenGL by Dylan Baars https://arrayfire.com/blog/remote-off-screen-rendering-with-opengl/#comment-1054 Tue, 10 Jul 2018 00:10:00 +0000 http://arrayfire.com/?p=6054#comment-1054 Hi,

this was great, thanks heaps for the blog post. FYI I was trying to get this to work on a Centos 7 x64 box with a Tesla K40m (if it makes a difference – probably not) and for the “Known issue starting X” the link I had to make was:

ln -s /usr/lib64/nvidia/xorg/libglx.so /usr/lib64/xorg/modules/extensions/libglx.so

/usr/lib64/nvidia/xorg/libglx.so is itself a symlink, as per:

[zgraphics@hamlmg01 xorg]$ pwd
/usr/lib64/nvidia/xorg
[zgraphics@hamlmg01 xorg]$ ls -l
total 13684
lrwxrwxrwx. 1 root root 16 Apr 17 16:46 libglx.so -> libglx.so.390.30
lrwxrwxrwx. 1 root root 16 Apr 17 16:46 libglx.so.1 -> libglx.so.390.30
-rwxr-xr-x. 1 root root 14008936 Feb 1 18:31 libglx.so.390.30

I do have a problem that although user root seems to be able to start our graphical job, a “normal” user can’t, and e.g. gets

[zgraphics@hamlmg01 ~]$ glewinfo
No protocol specified
Error: glewCreateContext failed

Any idea what rights the normal user account needs?

Thanks!
Dylan

]]>
Comment on ArrayFire v3.6 Release by Umar https://arrayfire.com/blog/arrayfire-v3-6-release/#comment-1050 Wed, 20 Jun 2018 21:08:11 +0000 https://arrayfire.com/?p=9783#comment-1050 In reply to Royi.

It is unfortunate Apple has chosen to deprecate OpenCL. Even though the Apple drivers were known to have several bugs in their implementation, we wanted to support macOS so that our users do not have to move away from the platform of their choice. We do not have any immediate plans of dropping support for macOS because you can still use CUDA and CPU backends.

]]>
Comment on Building an ArrayFire program with CMake by Umar https://arrayfire.com/blog/building-an-arrayfire-program-with-cmake/#comment-1049 Wed, 20 Jun 2018 20:58:17 +0000 http://arrayfire.com/?p=8461#comment-1049 In reply to Andrew O’Neill.

Thanks for pointing that out. We have made it even easier to use ArrayFire with modern CMake in our latest release! Check out our latest blog post for an example. https://arrayfire.com/arrayfire-v3-6-release

You can also look at our examples on how to properly use the ArrayFire as part of a CMake project.

]]>
Comment on Building an ArrayFire program with CMake by Andrew O'Neill https://arrayfire.com/blog/building-an-arrayfire-program-with-cmake/#comment-1048 Tue, 19 Jun 2018 03:23:00 +0000 http://arrayfire.com/?p=8461#comment-1048 hyperlink in “Please see my ArrayFire CMake Project Example for a fully worked example that efficiently compiles code and links it with all three of ArrayFire’s backends.” does not lead anywhere

]]>
Comment on ArrayFire v3.6 Release by Royi https://arrayfire.com/blog/arrayfire-v3-6-release/#comment-1040 Tue, 05 Jun 2018 20:17:00 +0000 https://arrayfire.com/?p=9783#comment-1040 How does Apple dropping OpenCL support in macOS affects you guys?

What about Static Link for ArrayFire?

]]>
Comment on Accelerating Java using ArrayFire, CUDA and OpenCL by Barney Pitt https://arrayfire.com/blog/accelerating-java-using-arrayfire-cuda-and-opencl/#comment-1035 Fri, 11 May 2018 19:04:00 +0000 http://arrayfire.com/?p=6521#comment-1035 Why do you think the NVidia card is so much slower using OpenCL compared to CUDA – just NVidia’s crappy driver?

Will Arrayfire transparently select CUDA.OpenCL backend according to GPU vendor?

]]>