@im_mokko The newer versions of the CUDA Tookit will require a more recent version of the driver so we try not to ship with the latest version. It does not necessarily mean you will have a poor experience with the newer version.
@IntelDevTools OpenMP is flexible and therefore provides a lot of functionality. For many problems you don't need to use all of the features in the standard. In many scenarios you only need to add one line to parallelize your code.
OpenCL 3.0 is Here! The OpenCL 3.0 provisional specification was released today by @thekhronosgroup.
https://t.co/qbiKpP2hb3
Join the IWOCL panel discussion tomorrow (28th) to learn more and ask your questions. https://t.co/z3OodgphY4 #OpenCL#SYCL
@minemaz Is the path to the lib64 folder in the LD_LIBRARY_PATH or in the https://t.co/noCxY3KKbj.conf.d directory? It sounds like a setup issue. We can probably help our Google Groups or slack channel.
@nagataniyoshiki You should look into the diff1 function in ArrayFire. Also, it looks like you are just excluding the first column of the matrix. It would be better to refactor your code so that you are not indexing. Your code should look something like Vx -= dt/(p*dx) * diff1(P);
@Totti95U You want to make sure your system PATH variable is pointing to the location of the af.dll library. Usually, you have to restart your application for it to take effect.