Category "gpgpu"

Best way for logging CPU & GPU utilization every second in linux

I want to get the CPU and GPU utilisation of my cuda program and plot them like this. What's the best way? Here is my script: ### [1] Running my cuda program in

How do I synchronize access to variables in compute shader?

So i seem to be having an issue with assigning a value to a buffer within a compute shader. Essentially, I want to check if a calculated value is greater than o

incorrect cuda kernel output

I am accelerating a big application, part of which relies on basic indexing as shown below: #include <iostream> void kernel_cpu() { for (size_t i=0;

incorrect cuda kernel output

I am accelerating a big application, part of which relies on basic indexing as shown below: #include <iostream> void kernel_cpu() { for (size_t i=0;