Relative Content

Tag Archive for pythonpycuda

Matrix multiplication using Pycuda

I’m using Pycuda to perform a matrix multiplication, but it’s not working.
I used the cuda code in a smaller problem and it worked fine so I have a feeling that the problem is in the code written in Python

Matrix multiplication using Pycuda

I’m using Pycuda to perform a matrix multiplication, but it’s not working.
I used the cuda code in a smaller problem and it worked fine so I have a feeling that the problem is in the code written in Python