Questions tagged as 'gpgpu'

1
answer

Why performing offloading to the GPU is a good idea?

I'm following a few forums on the internet and I realize that recently there has been a lot of talk about doing offloading tasks for the GPU. Mozilla has implemented a new engine for your browser called Servo . In his heart he makes...
asked by 23.02.2017 / 20:57
0
answers

Model Roofline [closed]

I have a TPC for a college discipline (Advanced Computer Architecture discipline), in which I am asked a question to get the maximum attainable performance in GFLOP / s. After some intensive research, I came to the conclusion that this value is...
asked by 31.12.2016 / 17:55
0
answers

gpg encryption error | No such user ID

I'm new to linux and need to encrypt files using public / private keys (GPG). I generated a key on the server, but when I try to encrypt a file I get an error saying that ID was not found. I get the following error: Enter the user ID....
asked by 18.03.2018 / 08:00
1
answer

Matrix multiplication does not work

I'm trying to use CUDA to perform multiplication of width-matrices. But I'm encountering the following error: I have two square arrays with dimension 2632x2632. When I try to multiply them, the code does not perform multiplication, and the answe...
asked by 15.02.2018 / 21:05