cuda

Eevee in blender 2.8 renders the image on the CPU instead of the GPU

Specifications: Nvidia GeForce GTX 980, IntelCore i5-6500 CPU 3.20 GHz, ubuntu 16.04, blender 2.8, preferences - CUDA is sele ... 668MiB. Tell me, why is this happening? According to the blender 2.8 documentation, eevee should run on the GPU...

What is the difference between OpenGL, DirectX, OpenCL, CUDA?

I apologize for a very stupid question, but what is the difference between OpenCL and DirectX, OpenGL, CUDA? why is there a c ... ed up calculations with it. I would like to know the difference between these technologies and what is responsible for what?

Video card error, python

I am writing my first GAN neural network in pytorch. During training, the error CUDA error: an illegal memory access was enco ... och: {epoch} Loss D.: {loss_discriminator}\n" + f"Epoch: {epoch} Loss G.: {generator_loss}")

What is the best architecture to use for GPU computing

You need to move the calculations from CPU to GPU. I started Googling about it all, as a result, there are 2 similar architec ... in C#, but as I understand it, the calculation class will have to be written in C++ and connect the library to your program.

how to run a function on PyCUDA

You need to run a function written in python in the GPU using PyCUDA. When I work with arrays, I allocate memory for them on the video card and can continue to work with them. How to do this only with a function, for example, what would be so

Iterating arrays in Cudafy

There is a code in C#, and I need to redo it so that everything is counted on the video card: public static double[] SATL(do ... th) { newdata[tid] += matrix[jid] * data[counter++]; jid++; } tid++; } }

How many times will the rendering speed increase in cycles render?

I have a video card on my computer "NVIDIA GeForce GT 220" it has "compute capability 1.6". And the program that I use Blende ... increase and what do you think? Or write to someone with a specific video card that works several times faster. Screenshot.

Python: The module is installed, but ImportError: DLL load failed: The specified module was not found

Trying to install the DLIB library http://dlib.net/. Via the command: Pip install dlib It is perfectly installed and w ... age for Visual Studio, because it was written somewhere with a similar problem, but for a different library. Nothing helped.

GOST 28147-89 (Simple replacement mode). (C++) - CUDA

The program implements the encryption algorithm GOST 28147-89 in the simple replacement mode. Initially, I wanted to do encr ... e(f_end); system("pause"); return 0; } //---------------------------------------------------------------------------